3 # Run a simple backup of the Bacula build directory
4 # to a tape then restore it, we do that twice to ensure that
5 # we can correctly append to a tape.
7 TestName="win32-to-linux-tape"
11 scripts/copy-win32-confs
14 echo "${cwd}/build" >${cwd}/tmp/file-list
19 cat <<END_OF_DATA >tmp/bconcmds
23 label storage=DDS-4 volume=TestVolume001 slot=0 pool=Default drive=0
24 run job=NightlySave yes
35 restore where=${cwd}/tmp/bacula-restores client=Tibs select all storage=DDS-4 done
42 check_for_zombie_jobs storage=DDS-4
46 # No diff for the moment