]> git.sur5r.net Git - bacula/bacula/blob - regress/scripts/set_tape_options
Set tape options also vtape in one place
[bacula/bacula] / regress / scripts / set_tape_options
1 #!/bin/sh 
2 . ./config
3 # get proper SD tape definitions
4 cp -f scripts/linux_tape_options bin/tape_options
5 if test x`uname` = xFreeBSD ; then
6    cp -f scripts/freebsd_tape_options bin/tape_options
7 fi
8 if test x${USE_VTAPE} = xyes ; then
9   echo "  Device Type = vtape" >>bin/tape_options
10 fi