3 # Run a simple backup of the Bacula build directory. Create three
4 # tapes, each in a different pool, then run two jobs both of which
5 # want the tape that is not loaded. Note, they both have
6 # prefers non-mounted tapes. This should expose bug #801
8 # This script uses the virtual disk autochanger and two drives
10 TestName="three-pool-disk"
11 JobName="threepooldisk"
15 scripts/copy-2disk-drive-confs
16 scripts/prepare-disk-changer
19 echo "${cwd}/build" >${cwd}/tmp/file-list
20 change_jobname NightlySave $JobName
23 # Turn off Prefer Mounted Volumes so we use 2 drives
24 outf="${cwd}/tmp/sed_tmp"
25 echo "s%# Prefer Mounted Volumes% Prefer Mounted Volumes%g" >${outf}
26 cp ${cwd}/bin/bacula-dir.conf ${cwd}/tmp/1
27 # Comment the next line out to write everything to one drive
28 # otherwise, it writes the two jobs to different drives
29 sed -f ${outf} ${cwd}/tmp/1 >${cwd}/bin/bacula-dir.conf
31 # Write out bconsole commands
32 cat <<END_OF_DATA >${cwd}/tmp/bconcmds
35 @$out ${cwd}/tmp/log1.out
36 @#setdebug level=200 storage=tape
37 @#setdebug level=200 client=$CLIENT
38 label storage=tape volume=TestVolume001 slot=1 Pool=Default drive=0
39 label storage=tape volume=TestVolume002 slot=2 Pool=Full drive=0
40 label storage=tape volume=TestVolume003 slot=3 Pool=Inc drive=1
42 run job=$JobName level=Full Pool=Default yes
43 run job=$JobName level=Full Pool=Default yes
44 run job=$JobName level=Full Pool=Default yes
45 run job=$JobName level=Full Pool=Default yes
46 run job=$JobName level=Full Pool=Default yes
47 setdebug level=200 storage=tape
62 cat <<END_OF_DATA >${cwd}/tmp/bconcmds
68 @$out ${cwd}/tmp/log2.out
69 restore where=${cwd}/tmp/bacula-restores select all storage=tape done
78 check_for_zombie_jobs storage=tape