]> git.sur5r.net Git - bacula/bacula/commitdiff
tape options code
authorKern Sibbald <kern@sibbald.com>
Fri, 10 Oct 2003 10:31:30 +0000 (10:31 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 10 Oct 2003 10:31:30 +0000 (10:31 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@744 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/bacula-sd-tape.conf.in
regress/scripts/freebsd_tape_options [new file with mode: 0644]
regress/scripts/linux_tape_options [new file with mode: 0644]

index f78dcb6244bbb66893fbccebf42d8c43a3e75dd8..bd917ccfa80326d4a3feaaa95ef181c04629ff78 100644 (file)
@@ -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 (file)
index 0000000..c17288b
--- /dev/null
@@ -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 (file)
index 0000000..7164059
--- /dev/null
@@ -0,0 +1 @@
+# nothing needed