]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
BEE Backport regress/scripts/new-test-bacula-dir.conf.in
authorEric Bollengier <eric@baculasystems.com>
Mon, 3 Aug 2020 12:46:16 +0000 (14:46 +0200)
committerEric Bollengier <eric@baculasystems.com>
Tue, 1 Mar 2022 14:36:17 +0000 (15:36 +0100)
regress/scripts/new-test-bacula-dir.conf.in

index 104f9d553fd71cbb1fc495f4ee4f90eb0e13ac78..3ee4f978085dc19569eee22f29dff1db76e175cc 100644 (file)
@@ -106,7 +106,18 @@ Job {
   SpoolData=yes
 }
 
-
+Job {
+  Name = "VerifyDiskToCatalog"
+  Type = Verify
+  VerifyJob = MonsterSave
+  Level = DiskToCatalog
+  Client=@hostname@-fd 
+  FileSet="Full Set"
+  Storage = File
+  Messages = Standard
+  Pool = Default
+  Write Bootstrap = "@working_dir@/NightlySave.bsr"
+}
 
 Job {
   Name = "VerifyVolume"
@@ -401,7 +412,7 @@ FileSet {
 
 FileSet {
   Name = "FS5nocheck"
-  Include  { Options { verify="nog"; signature=MD5 }
+  Include  { Options { verify="ng"; signature=MD5 }
     File = <@tmpdir@/file-list
   }
   Include  { Options { signature=MD5; sparse=yes }