3 # Run a simple backup of the Bacula build directory then migrate it
6 # This script uses the virtual disk autochanger
8 TestName="migration-occupancy-test"
9 JobName=MigrationJobSave
14 scripts/copy-migration-confs
15 scripts/prepare-disk-changer
16 echo "${cwd}/build" >${cwd}/tmp/file-list
18 change_jobname NightlySave $JobName
22 # Note, we first backup into Pool Default,
23 # then Migrate into Pool Full.
24 # Pool Default uses Storage=File
25 # Pool Full uses Storage=DiskChanger
27 # Write out bconsole commands
28 cat <<END_OF_DATA >${cwd}/tmp/bconcmds
31 @$out ${cwd}/tmp/log1.out
32 label storage=File volume=FileVolume001 Pool=Default
33 label storage=DiskChanger volume=ChangerVolume001 slot=1 Pool=Full drive=0
34 label storage=DiskChanger volume=ChangerVolume002 slot=2 Pool=Full drive=0
36 @# run two jobs (both will be migrated)
40 update volume=FileVolume001 VolStatus=Used
42 @# should migrate two jobs
43 run job=migrate-occupancy yes
47 purge volume=FileVolume001
52 @$out ${cwd}/tmp/log2.out
53 restore where=${cwd}/tmp/bacula-restores select storage=DiskChanger
64 check_for_zombie_jobs storage=File