git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3731
91ce42f0-d328-0410-95d8-
f526ca767f89
scripts/cleanup
scripts/copy-crypto-confs
-echo "${cwd}/build" >/tmp/file-list
+echo "${cwd}/build/po/LINGUAS" >/tmp/file-list
start_test
messages
@$out tmp/log1.out
label storage=File volume=TestVolume001
+setdebug level=300 fd
run job=$JobName yes
wait
messages
@# now do a restore
@#
@$out tmp/log2.out
-@#setdebug level=50 storage=File
+setdebug level=0 fd
restore where=${cwd}/tmp/bacula-restores storage=File
5
mark *
@#setdebug level=100 dir
run job=migrate-volume yes
list volumes
+list jobs
@sleep 3
status storage=DiskChanger
@sleep 1
@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"