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"
12 scripts/copy-win32-confs
15 echo "${cwd}/build" >/tmp/file-list
20 cat <<END_OF_DATA >tmp/bconcmds
24 label storage=DDS-4 volume=TestVolume001 slot=0 pool=Default drive=0
25 run job=NightlySave yes
36 restore where=c:/tmp/bacula-restores client=Tibs select all storage=DDS-4 done
43 check_for_zombie_jobs storage=DDS-4
47 # No diff for the moment