git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5496
91ce42f0-d328-0410-95d8-
f526ca767f89
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"
@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
@# 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