]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-dir-2d.conf.in
Tweak update version+date
[bacula/bacula] / regress / scripts / bacula-dir-2d.conf.in
index 8a4080bff809c29097e001e8b3cc3582cf3c53b8..5177704370aa65e2824e2aaa40fe43aefae8e68a 100644 (file)
@@ -30,13 +30,14 @@ Job {
   Type = Backup
   Client=@hostname@-fd
   FileSet="Full Set"
-  Storage = DDS-4
+  Storage = tape
   Messages = Standard
   Pool = Default
   Write Bootstrap = "@working_dir@/NightlySave.bsr"
   Maximum Concurrent Jobs = 4
   SpoolData = yes
 # Prefer Mounted Volumes = no
+  Max Run Time = 30min
 }
 
 # Standard Restore template, to be changed by Console program
@@ -45,10 +46,11 @@ Job {
   Type = Restore
   Client=@hostname@-fd
   FileSet="Full Set"
-  Storage = DDS-4
+  Storage = tape
   Messages = Standard
   Pool = Default
   Where = @tmpdir@/bacula-restores
+  Max Run Time = 30min
 }
 
 
@@ -87,12 +89,12 @@ Client {
 
 # Definition of DDS tape storage device
 Storage {
-  Name = DDS-4
+  Name = tape
   Address = @hostname@               # N.B. Use a fully qualified name here
   SDPort = @sdport@
   Password = "storage-pw"
-  Device = DDS-4                      # must be same as Device in Storage daemon
-  Media Type = DDS-4                  # must be same as MediaType in Storage daemon
+  Device = tape                      # must be same as Device in Storage daemon
+  Media Type = tape                  # must be same as MediaType in Storage daemon
   Maximum Concurrent Jobs = 4
   Autochanger = yes
 }
@@ -132,6 +134,7 @@ Messages {
 #          also keep all your messages if the scroll off the console.
 #
   append = "@working_dir@/log" = all, !skipped
+  catalog = all, !skipped
 }
 
 #
@@ -142,6 +145,7 @@ Messages {
 # mail = @job_email@ = all, !skipped            
   console = all, !skipped, !saved
   append = "@working_dir@/log" = all, !skipped
+  catalog = all, !skipped
 }