]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-dir-migration.conf.in
Backport from BEE
[bacula/bacula] / regress / scripts / bacula-dir-migration.conf.in
index a8c233553195120e47f374f60240da442c7f4928..91423142ee5fe563c6195bc530723b2326bd3e68 100644 (file)
@@ -37,9 +37,22 @@ Job {
   Write Bootstrap = "@working_dir@/NightlySave.bsr"
   Maximum Concurrent Jobs = 4
   SpoolData = yes
+# Allow Duplicate Jobs = No
 # Prefer Mounted Volumes = no
 }
 
+Job {
+  Name = "Save"
+  Type = Backup
+  Client=@hostname@-fd 
+  FileSet="Full Set"
+  Storage = File
+  Messages = Standard
+  Pool = Default
+  Write Bootstrap = "@working_dir@/Save.bsr"
+  Maximum Concurrent Jobs = 4
+}
+
 Job {
   Name = "migrate-job"
   Type = Migrate
@@ -53,6 +66,7 @@ Job {
   Maximum Concurrent Jobs = 4
   Selection Type = Job 
   Selection Pattern = ".*Save"
+# Allow Duplicate Jobs = No
 }
 
 Job {
@@ -68,6 +82,22 @@ Job {
   Maximum Concurrent Jobs = 4
   Selection Type = Volume
   Selection Pattern = "File*"
+# Allow Duplicate Jobs = No
+}
+
+Job {
+  Name = "copy-uncopied"
+  Type = Copy
+  Level = Full
+  Client=@hostname@-fd 
+  FileSet="Full Set"
+  Messages = Standard
+  Storage = DiskChanger
+  Write Bootstrap = "@working_dir@/migratevol.bsr"
+  Pool = Default
+  Maximum Concurrent Jobs = 4
+  Selection Type = PoolUncopiedJobs
+# Allow Duplicate Jobs = No
 }
 
 Job {
@@ -82,6 +112,7 @@ Job {
   Pool = Default
   Maximum Concurrent Jobs = 4
   Selection Type = PoolOccupancy
+# Allow Duplicate Jobs = No
 }
 
 Job {
@@ -96,6 +127,7 @@ Job {
   Pool = Default
   Maximum Concurrent Jobs = 4
   Selection Type = PoolTime
+# Allow Duplicate Jobs = No
 }