]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-dir-2client.conf.in
Reduce wait time in regression RunScripts
[bacula/bacula] / regress / scripts / bacula-dir-2client.conf.in
index 636cfaa43e595e3ae724357b66dddbdc8a3fc16a..9d65392fc905faa23fd67fbcf71e97da451cebb2 100644 (file)
@@ -32,7 +32,7 @@ Job {
   Type = Backup
   Client=@hostname@-fd 
   FileSet="Full Set"
-  Storage = DDS-4
+  Storage = tape
   Messages = Standard
   Pool = Default
   Write Bootstrap = "@working_dir@/NightlySave.bsr"
@@ -50,7 +50,7 @@ Job {
   Type = Backup
   Client=@hostname@-fd1
   FileSet="Full Set"
-  Storage = DDS-4
+  Storage = tape
   Messages = Standard
   Pool = Default
   Write Bootstrap = "@working_dir@/NightlySave.bsr"
@@ -65,14 +65,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
-  Client Run Before Job = "/bin/sleep 10"
+  Client Run Before Job = "sleep 5"
 }
 
 Job {
@@ -80,7 +80,7 @@ Job {
   Type = Backup
   Client=@hostname@-fd 
   FileSet="Full Set"
-  Storage = DDS-4
+  Storage = tape
   Messages = Standard
   Pool = Default
   Write Bootstrap = "@working_dir@/NightlySave.bsr"
@@ -95,7 +95,7 @@ Job {
   Level = VolumeToCatalog
   Client=@hostname@-fd 
   FileSet="Verify Set"
-  Storage = DDS-4
+  Storage = tape
   Messages = Standard
   Pool = Default
   Write Bootstrap = "@working_dir@/NightlySave.bsr"
@@ -126,7 +126,7 @@ Job {
   Type = Restore
   Client=@hostname@-fd 
   FileSet="Full Set"
-  Storage = DDS-4
+  Storage = tape
   Messages = Standard
   Pool = Default
   Where = @tmpdir@/bacula-restores
@@ -193,12 +193,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 = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"          # password for Storage daemon
-  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
 }
@@ -251,6 +251,7 @@ Messages {
 #          also keep all your messages if the scroll off the console.
 #
   append = "@working_dir@/log" = all, !skipped
+  catalog = all, !skipped
 }
 
 #
@@ -261,6 +262,7 @@ Messages {
 # mail = @job_email@ = all, !skipped            
   console = all, !skipped, !saved
   append = "@working_dir@/log" = all, !skipped
+  catalog = all, !skipped
 }