]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-sd-tape.conf.in
If BASEPORT is not already set, assign it to 8101
[bacula/bacula] / regress / scripts / bacula-sd-tape.conf.in
index 9504a33833eac229a1501f8e34eb878d39cce801..4d710efd35b2ca489ce39df2a7705f0a7ad2ce71 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
@@ -12,7 +12,7 @@
 
 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@"
@@ -41,6 +41,7 @@ Device {
   RemovableMedia = yes;
   @@sbindir@/tape_options
 # Maximum File Size = 1000000
+# MaximumVolumeSize = 400M
 }
 
 #