]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/test-bacula-sd.conf.in
Replace --archivedir with --with-archivedir
[bacula/bacula] / regress / scripts / test-bacula-sd.conf.in
index e3145d322115ec42652b2d2c7a35e0fe38e4940f..7bb3b89dbe5512094684cf2bb66584c284580756 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 {
   AutomaticMount = yes;               # when device opened, read it
   RemovableMedia = no;
   AlwaysOpen = no;
+# Maximum File Size = 10KB
 }
 
 Device {
@@ -102,5 +103,5 @@ Device {
 #
 Messages {
   Name = Standard
-  director = @hostname@-dir = all
+  director = @hostname@-dir = all, !terminate
 }