]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/four-jobs-tape
Big backport from Enterprise
[bacula/bacula] / regress / tests / four-jobs-tape
index 86c44b8c31fd7158ae80404b4b80ba390932fb09..e1747c513b8ccaeddc3467dc8e82cba6d28f085d 100755 (executable)
@@ -1,4 +1,9 @@
 #!/bin/sh
+#
+# Copyright (C) 2000-2015 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
+
 #
 # Run a simple backup of the Bacula build directory using the compressed option
 #   then backup four times, each with incremental then finally restore.
@@ -33,7 +38,6 @@ END_OF_DATA
 run_bacula
 
 scripts/check_for_zombie_jobs storage=tape
-echo "Backup 1 done"
 # make some files for the incremental to pick up
 touch ${cwd}/build/src/dird/*.c ${cwd}/build/src/dird/*.o
 touch ${cwd}/build/src/lib/*.c ${cwd}/build/src/lib/*.o
@@ -54,7 +58,6 @@ END_OF_DATA
 run_bacula
 
 scripts/check_for_zombie_jobs storage=tape
-echo "Backup 2 done"
 touch ${cwd}/build/src/dird/*.c
 touch ${cwd}/build/src/lib/*.c ${cwd}/build/src/lib/*.o
 #
@@ -73,7 +76,6 @@ END_OF_DATA
 run_bacula
 
 scripts/check_for_zombie_jobs storage=tape
-echo "Backup 3 done"
 # make some files for the incremental to pick up
 touch ${cwd}/build/src/lib/*.c ${cwd}/build/src/lib/*.o
 #
@@ -91,7 +93,6 @@ END_OF_DATA
 run_bacula
 
 scripts/check_for_zombie_jobs storage=tape
-echo "Backup 4 done"
 # 
 # now do several restores to ensure we cleanup between jobs
 #