]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
regress: Add VerifyData job into bacula-dir-vtape.conf.in
authorEric Bollengier <eric@baculasystems.com>
Wed, 4 Nov 2020 15:17:09 +0000 (16:17 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:02:58 +0000 (09:02 +0100)
regress/scripts/bacula-dir-vtape.conf.in

index ed0d5083bb37a4c7c94ccf6ebe408969e3394db6..2d3f5dfc7ffacc6c5ecdcb995dc074f9b643c7d5 100644 (file)
@@ -88,6 +88,16 @@ Job {
 # Prefer Mounted Volumes = no
 }
 
+Job {
+  Name = "VerifyData"
+  Type = Verify
+  Level = Data
+  Client=@hostname@-fd
+  FileSet="Full Set"
+  Storage = LTO3
+  Messages = Standard
+  Pool = Default
+}
 
 # Standard Restore template, to be changed by Console program
 Job {
@@ -101,7 +111,6 @@ Job {
   Where = @tmpdir@/bacula-restores
 }
 
-
 # List of files to be backed up
 FileSet {
   Name = "Full Set"