From: Kern Sibbald Date: Fri, 10 Oct 2003 10:31:30 +0000 (+0000) Subject: tape options code X-Git-Tag: Release-1.34.0~387 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=85e3239a66d3de328221eb5711ebeb06fdd7679f;p=bacula%2Fbacula tape options code git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@744 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/scripts/bacula-sd-tape.conf.in b/regress/scripts/bacula-sd-tape.conf.in index f78dcb6244..bd917ccfa8 100644 --- a/regress/scripts/bacula-sd-tape.conf.in +++ b/regress/scripts/bacula-sd-tape.conf.in @@ -41,6 +41,7 @@ Device { AutomaticMount = yes; # when device opened, read it AlwaysOpen = yes; RemovableMedia = yes; + @@sbindir@/tape_options # Maximum File Size = 1000000 } diff --git a/regress/scripts/freebsd_tape_options b/regress/scripts/freebsd_tape_options new file mode 100644 index 0000000000..c17288ba24 --- /dev/null +++ b/regress/scripts/freebsd_tape_options @@ -0,0 +1,3 @@ +Hardware End of Medium = no +BSF at EOM = yes +Backward Space Record = no diff --git a/regress/scripts/linux_tape_options b/regress/scripts/linux_tape_options new file mode 100644 index 0000000000..7164059493 --- /dev/null +++ b/regress/scripts/linux_tape_options @@ -0,0 +1 @@ +# nothing needed