]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/virtual-backup-test
Update restore menu 12 explanation
[bacula/bacula] / regress / tests / virtual-backup-test
index d613fe24746c372dacf7700d71c3ea59ee3772bc..800ab152c1637240f549a092cca56d23173048cd 100755 (executable)
@@ -1,9 +1,9 @@
 #!/bin/sh
 #
-# Run a simple backup of the Bacula build directory then do a virtual
-#   backup to another device.
+# Run a simple backup of the Bacula build directory then do a 
+#   Virtual Full backup to another device.
 #
-# This script uses the virtual disk autochanger
+# This script uses the disk autochanger
 #
 TestName="virtual-backup-test"
 JobName=Vbackup
@@ -26,7 +26,7 @@ start_test
 
 # Write out bconsole commands
 cat <<END_OF_DATA >${cwd}/tmp/bconcmds
-@output
+@$out /dev/null
 messages
 @$out ${cwd}/tmp/log1.out
 @#setdebug level=100 storage=File
@@ -86,7 +86,6 @@ wait
 list volumes
 list jobs
 messages
-@output
 quit
 END_OF_DATA