3 # Run backups with dummy tape driver
4 # This test setups an Autochanger with 80 slots
5 # and 5 drives (3 LTO3 and 2 LTO1)
7 # TAPE_DRIVE="$cwd/working/ach/drive0"
8 # TAPE_DRIVE1="$cwd/working/ach/drive0"
9 # AUTOCHANGER="$cwd/working/ach/conf"
11 # AUTOCHANGER_SCRIPT=disk-changer
14 TestName="vtape-bug-1288"
21 scripts/copy-tape-confs
22 cp scripts/bacula-dir-vtape.conf bin/bacula-dir.conf
23 cp scripts/bacula-sd-vtape.conf bin/bacula-sd.conf
24 sed -i 's/Device {/Device { LabelMedia = yes/' bin/bacula-sd.conf
25 sed -i 's/Pool {/Pool { LabelFormat = "vol"/' bin/bacula-dir.conf
26 sed -i 's/SpoolData = yes/SpoolData = no/' bin/bacula-dir.conf
27 sed -i 's/Maximum Volume Size = 30M//' bin/bacula-sd.conf
28 sed -i 's/Maximum File Size = 7M//' bin/bacula-sd.conf
29 sed -i 's!Client Run Before Job = "/bin/sleep 2"!!' bin/bacula-dir.conf
30 scripts/prepare-fake-autochanger
32 echo "${cwd}/build" >${cwd}/tmp/file-list
33 echo "${cwd}/build" >>${cwd}/tmp/file-list
34 echo "${cwd}/build" >>${cwd}/tmp/file-list
35 echo "${cwd}/build" >>${cwd}/tmp/file-list
36 echo "${cwd}/build" >>${cwd}/tmp/file-list
37 echo "${cwd}/build" >>${cwd}/tmp/file-list
38 echo "${cwd}/build" >>${cwd}/tmp/file-list
42 when1=`perl -MPOSIX -e "print strftime('%F %T', localtime(time+5))"`
44 clientname=`awk '/Name = .*-fd/ { if (!ok) { print $3 ; ok=1 } }' bin/bacula-dir.conf`
46 # Catalog record for cleaning tape "CLN01" successfully created.
49 cat <<END_OF_DATA >${cwd}/tmp/bconcmds
50 @$out ${cwd}/tmp/log1.out
52 @#label barcodes slots=1-10 pool=Scratch storage=LTO3 drive=0
54 @$out ${cwd}/tmp/log1.out
55 run storage=File when="$when1" job=NightlySave pool=Inc yes
56 run storage=File when="$when1" job=NightlySave2 pool=Inc yes
57 run storage=File when="$when1" job=NightlySave1 pool=Inc yes
66 check_for_zombie_jobs storage=File $clientname