]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-dir-migration.conf.in
ebl Add sleep in vtape changer to simulate real hardware
[bacula/bacula] / regress / scripts / bacula-dir-migration.conf.in
index 79bfdc57d98899230b4908e3eb01e8cfe899153f..5c35fe686da0af7f4124c1b24b33d026512f24b4 100644 (file)
@@ -37,6 +37,7 @@ Job {
   Write Bootstrap = "@working_dir@/NightlySave.bsr"
   Maximum Concurrent Jobs = 4
   SpoolData = yes
+  Allow Duplicate Jobs = No
 # Prefer Mounted Volumes = no
 }
 
@@ -53,6 +54,7 @@ Job {
   Maximum Concurrent Jobs = 4
   Selection Type = Job 
   Selection Pattern = ".*Save"
+  Allow Duplicate Jobs = No
 }
 
 Job {
@@ -68,6 +70,7 @@ Job {
   Maximum Concurrent Jobs = 4
   Selection Type = Volume
   Selection Pattern = "File*"
+  Allow Duplicate Jobs = No
 }
 
 Job {
@@ -82,6 +85,7 @@ Job {
   Pool = Default
   Maximum Concurrent Jobs = 4
   Selection Type = PoolUncopiedJobs
+  Allow Duplicate Jobs = No
 }
 
 Job {
@@ -96,6 +100,7 @@ Job {
   Pool = Default
   Maximum Concurrent Jobs = 4
   Selection Type = PoolOccupancy
+  Allow Duplicate Jobs = No
 }
 
 Job {
@@ -110,6 +115,7 @@ Job {
   Pool = Default
   Maximum Concurrent Jobs = 4
   Selection Type = PoolTime
+  Allow Duplicate Jobs = No
 }