]> git.sur5r.net Git - bacula/bacula/blob - regress/scripts/set_tape_options
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[bacula/bacula] / regress / scripts / set_tape_options
1 #!/bin/sh 
2 . scripts/functions
3 # get proper SD tape definitions
4 cp -f ${rscripts}/linux_tape_options ${conf}/tape_options
5 if test x`uname` = xFreeBSD ; then
6    cp -f ${rscripts}/freebsd_tape_options ${conf}/tape_options
7 fi
8 if test x${USE_VTAPE} = xyes ; then
9   echo "  Device Type = vtape" >>${conf}/tape_options
10 fi