]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-sd-tape.conf.in
Tweaks
[bacula/bacula] / regress / scripts / bacula-sd-tape.conf.in
index 6019e19b9e391edac54ed9b24f032a9e0807ffea..f6a3ca5c809b09614338c4928f557fb4c98c4be6 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
 
 Storage {                             # definition of myself
   Name = @hostname@-sd
-  SDPort = 8103                  # Director's port      
+  SDPort = @sdport@                  # Director's port      
   WorkingDirectory = "@working_dir@"
   Pid Directory = "@piddir@"
   Subsys Directory = "@subsysdir@"
+  Maximum Concurrent Jobs = 100
 }
 
 #
@@ -41,6 +42,7 @@ Device {
   RemovableMedia = yes;
   @@sbindir@/tape_options
 # Maximum File Size = 1000000
+# MaximumVolumeSize = 400M
 }
 
 # 
@@ -49,5 +51,5 @@ Device {
 #
 Messages {
   Name = Standard
-  director = @hostname@-dir = all
+  director = @hostname@-dir = all, !terminate
 }