# We also use the purge and the relabel commands as
# well as a pile of status storage commands.
#
-TestName="ansi-label-1t1d-tape"
+TestName="ansi-label-tape"
JobName=backuptape
. scripts/functions
# We also use the purge and the relabel commands as
# well as a pile of status storage commands.
#
-TestName="backup-bacula-1t1d-tape"
+TestName="backup-bacula-tape"
JobName=backuptape
. scripts/functions
# do a bscan and restore.
# It should require at least 4 different bsrs.
#
-TestName="bscan-1t1d-tape"
+TestName="bscan-tape"
JobName=bscantape
. scripts/functions
# to a tape where we set the minimum and maximum block
# sizes.
#
-TestName="fixed-block-size-1t1d-tape"
+TestName="fixed-block-size-tape"
JobName=fixedblocksize
. scripts/functions
#
# Run four jobs at the same time
#
-TestName="four-concurrent-jobs-1t1d-tape"
+TestName="four-concurrent-jobs-tape"
JobName=FourConcurrentJobs
. scripts/functions
messages
wait
messages
+@$out ${cwd}/tmp/jobmedia.out
+list volumes
+sql
+select JobId,MediaId,StartFile,StartBlock,EndFile,EndBlock from JobMedia;
+
@#
@# now do a restore
@#
@sleep 5
messages
reload
-reload
wait
status storage=File1
reload
@#
@# now do a restore
@#
+@$out ${cwd}/tmp/jobmedia.out
+list volumes
+sql
+select JobId,MediaId,StartFile,StartBlock,EndFile,EndBlock from JobMedia;
+
+
@$out ${cwd}/tmp/log2.out
restore where=${cwd}/tmp/bacula-restores select storage=File1
unmark *
run job=$JobName level=Full Storage=File1 yes
wait
reload
-reload
messages
@output
quit
# then backup four times, each with incremental then finally restore.
# It should require at least 4 different bsrs.
#
-TestName="four-jobs-1t1d-tape"
+TestName="four-jobs-tape"
JobName=fourjobstape
. scripts/functions
# Run a simple backup of the Bacula build directory then create some
# new files, do an Incremental and restore those two files.
#
-TestName="incremental-1t1d-tape"
+TestName="incremental-tape"
JobName=IncTape
. scripts/functions
# file size to 1M, it runs very slow. There are about 64 files that
# are created during each of the two backups.
#
-TestName="restore-by-file-1t1d-tape"
+TestName="restore-by-file-tape"
JobName=restorebyfile
. scripts/functions
# Run a simple backup of the Bacula build directory
# to a tape where the maximum tape file size is set to 1M
#
-TestName="small-file-size-1t1d-tape"
+TestName="small-file-size-tape"
JobName=smallfilesize
. scripts/functions
#
# Test for a tape truncation bug.
#
-TestName="truncate-bug-1t1d-tape"
+TestName="truncate-bug-tape"
JobName=truncatebug
. scripts/functions
# Run a simple backup of the Bacula build directory
# then verify the catalog.
#
-TestName="verify-vol-1t1d-tape"
+TestName="verify-vol-tape"
JobName=VerifyVol
. scripts/functions