]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Add test for PoolUncopiedJobs
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 23 Dec 2008 14:13:53 +0000 (14:13 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 23 Dec 2008 14:13:53 +0000 (14:13 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8238 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/bacula-dir-migration.conf.in

index a8c233553195120e47f374f60240da442c7f4928..79bfdc57d98899230b4908e3eb01e8cfe899153f 100644 (file)
@@ -70,6 +70,20 @@ Job {
   Selection Pattern = "File*"
 }
 
+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
+}
+
 Job {
   Name = "migrate-occupancy"
   Type = Migrate