]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-sd.conf.in
ebl Update to support faketape driver
[bacula/bacula] / regress / scripts / bacula-sd.conf.in
index 47422aa6605b3f03e493bf39df53f65eccf16f6d..025400c2b184971ca46c71a031515e6d39e3f34e 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Default Bacula Storage Daemon Configuration file
 #
-#  For Bacula release 1.32 (20 Sep 2003) -- redhat 9
+#  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 = rufus-sd
-  SDPort = 8103                  # Director's port      
+  SDPort = @sdport@                  # Director's port      
   WorkingDirectory = "/home/kern/bacula/regress/working"
   Pid Directory = "/home/kern/bacula/regress/working"
 }
@@ -70,5 +70,5 @@ Device {
 #
 Messages {
   Name = Standard
-  director = rufus-dir = all
+  director = rufus-dir = all, !terminate
 }