]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-sd-tape.conf.in
Final changes
[bacula/bacula] / regress / scripts / bacula-sd-tape.conf.in
index bd917ccfa80326d4a3feaaa95ef181c04629ff78..62023f24dfb15d0a5d959a0c2950cd33c667cd81 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Default Bacula Storage Daemon Configuration file
 #
-#  For Bacula release 1.30 (12 April 2003) -- redhat 7.3
+#  For Bacula release 1.33
 #
 # You may need to change the name of your tape drive
 #   on the "Archive Device" directive in the Device
@@ -35,14 +35,13 @@ Director {
 Device {
   Name = DDS-4                     # 
   Media Type = DDS-4
-  Changer Device = @autochanger@
-  Changer Command ="@scriptdir@/mtx-changer %c %o %S %a"
   Archive Device = @tape_drive@
   AutomaticMount = yes;               # when device opened, read it
   AlwaysOpen = yes;
   RemovableMedia = yes;
   @@sbindir@/tape_options
 # Maximum File Size = 1000000
+# MaximumVolumeSize = 100M
 }
 
 # 
@@ -51,5 +50,5 @@ Device {
 #
 Messages {
   Name = Standard
-  director = @hostname@-dir = all
+  director = @hostname@-dir = all, !terminate
 }