4 TestName="eot-fail-tape"
11 scripts/copy-tape-confs
13 echo "${cwd}/build" >${cwd}/tmp/file-list
15 outf="${cwd}/tmp/sed_tmp"
16 echo "s%# Maximum File Size% Maximum File Size%g" >${outf}
17 cp -f ${cwd}/bin/bacula-sd.conf ${cwd}/tmp/1
18 sed -f ${outf} ${cwd}/tmp/1 >${cwd}/bin/bacula-sd.conf
20 change_jobname $JobName
23 cat <<END_OF_DATA >${cwd}/tmp/bconcmds
27 label storage=tape volume=TestVolume001 slot=0 pool=Default
28 @#update Volume=TestVolume001 MaxVolBytes=3000000
36 restore where=${cwd}/tmp/bacula-restores select all storage=tape done
44 check_for_zombie_jobs storage=tape