]> git.sur5r.net Git - bacula/bacula/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Sat, 19 Nov 2005 13:52:12 +0000 (13:52 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 19 Nov 2005 13:52:12 +0000 (13:52 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2597 91ce42f0-d328-0410-95d8-f526ca767f89

regress/README
regress/tests/two-pool-tape

index 7a8f2fed980d7de061d07a4d21012fcd3fd2b18a..5c121b2ecd42557d6b2dae85e51bf5152fdfaca2 100644 (file)
@@ -3,6 +3,14 @@
 
 This is Bacula's regression script directory.
 
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+Warning!!!! Make sure not to run it on the same system 
+with your production Catalog because the tables will all
+be cleared. You can run it on the your production system
+if you use a different database.
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+
 To set it up, create your personal configuration file, by
 copying prototype.conf to xxx.conf or simply editing prototype.conf
 directly.
index c95aca969514283472ce12d94c48653711c9c0d5..1ffcf892857a62705ac144d0365b751be1d07eb2 100755 (executable)
@@ -18,7 +18,17 @@ scripts/cleanup
 scripts/copy-2tape-confs
 scripts/prepare-two-tapes
  
+# Make a relatively large backup set 10 x source code directory
 echo "${cwd}/build" >/tmp/file-list
+echo "${cwd}/build" >>/tmp/file-list
+echo "${cwd}/build" >>/tmp/file-list
+echo "${cwd}/build" >>/tmp/file-list
+echo "${cwd}/build" >>/tmp/file-list
+echo "${cwd}/build" >>/tmp/file-list
+echo "${cwd}/build" >>/tmp/file-list
+echo "${cwd}/build" >>/tmp/file-list
+echo "${cwd}/build" >>/tmp/file-list
+echo "${cwd}/build" >>/tmp/file-list
 
 echo " "
 echo " "
@@ -30,12 +40,19 @@ cat <<END_OF_DATA >tmp/bconcmds
 @$out /dev/null
 messages
 @$out tmp/log1.out
-label storage=DDS-4 volume=TestVolume001 slot=1 pool=Default drive=0
+label storage=DDS-4 volume=TestVolume001 slot=1 pool=Full drive=0
 label storage=DDS-4 volume=TestVolume002 slot=2 pool=Default drive=0
-@#setdebug level=1000 client 
-run job=NightlySave yes
+run job=NightlySave level=Full pool=Default yes
 @sleep 10
+@#setdebug level=200 storage=DDS-4
 run job=NightlySave level=Full pool=Full yes
+@sleep 10
+messages
+@sleep 10
+messages
+@sleep 10
+status storage=DDS-4
+messages
 wait
 messages
 @#