]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/test-bacula-sd.conf.in
Add JobId to all Dmsg() output.
[bacula/bacula] / regress / scripts / test-bacula-sd.conf.in
index d05bbf76cacb85a651e061ecc6cf511fc5238731..390e0fb0ac34a932f2407c709f47ab017e1980e8 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,12 +35,13 @@ Director {
 Device {
   Name = FileStorage
   Media Type = File
-  Archive Device = /tmp
+  Archive Device = @tmpdir@
   LabelMedia = yes;                   # lets Bacula label unlabelled media
   Random Access = Yes;
   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
 }