]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/migration-volume-test
Use the full file list now that the regression test passes
[bacula/bacula] / regress / tests / migration-volume-test
index 5927296a555a7929829e4d7870d2139a53b4f35d..3e54ad098bfbd8c187153dec961955f25b0ed249 100755 (executable)
@@ -53,6 +53,7 @@ list volumes
 @#setdebug level=100 dir
 run job=migrate-volume yes
 list volumes
+list jobs
 @sleep 3
 status storage=DiskChanger
 @sleep 1
@@ -60,6 +61,11 @@ status storage=DiskChanger
 @sleep 1
 status storage=DiskChanger
 wait
+list jobs
+sql
+select * from JobMedia where JobId=1;
+
+@# ensure we don't pickup old backup by purging volume
 purge volume=FileVolume001
 purge volume=FileVolume002
 @echo "Now do a restore"