]> git.sur5r.net Git - bacula/bacula/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Fri, 7 Sep 2007 15:55:30 +0000 (15:55 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 7 Sep 2007 15:55:30 +0000 (15:55 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5496 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/multi-client-bacula-dir.conf.in
regress/tests/multi-client-test

index 3ee7eba306d5a8bcaa6d6470ea57d051e6c56e2c..4ddb127a5bc8a2d307209ea7e90a20462f032aad 100644 (file)
@@ -73,23 +73,9 @@ Job {
   Pool = Default
   Write Bootstrap = "@working_dir@/NightlySave.bsr"
   Maximum Concurrent Jobs = 4
-  SpoolData=yes
 }
 
 
-Job {
-  Name = "NightlySave"
-  Type = Backup
-  Client=@hostname@-fd 
-  FileSet="Full Set"
-  Storage = File
-  Messages = Standard
-  Pool = Default
-  Write Bootstrap = "@working_dir@/NightlySave.bsr"
-  Maximum Concurrent Jobs = 4
-  SpoolData=yes
-}
-
 
 Job {
   Name = "MonsterSave"
index fa426143d6071dcbe7a16678f242cb3df637da96..89581141bbdfd07c22e7aed9bffc12550967fa71 100755 (executable)
@@ -20,6 +20,13 @@ cat <<END_OF_DATA >tmp/bconcmds
 @output /dev/null
 messages
 @$out   tmp/log1.out
+@# Make sure we can contact all clients
+setdebug level=100 dir
+status client=${HOST}-fd
+status client=${hostname1}-fd
+status client=${hostname2}-fd
+status client=${hostname3}-fd
+setdebug level=1 dir
 label storage=File1
 TestVolume001
 label storage=File1
@@ -62,7 +69,7 @@ messages
 @# now do a restore
 @#
 @$out   tmp/log2.out
-restore where=${cwd}/tmp/bacula-restores client=${hostname} select storage=File1
+restore where=${cwd}/tmp/bacula-restores client=${hostname}-fd select storage=File1
 unmark *
 mark *
 done