]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Backport from BEE regress/scripts/bacula-dir-fifo.conf.in
authorEric Bollengier <eric@baculasystems.com>
Fri, 4 Sep 2020 08:54:34 +0000 (10:54 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:02:56 +0000 (09:02 +0100)
regress/scripts/bacula-dir-fifo.conf.in

index c8d86f306fa4b9b9e744f486a31ec72ea4d8c6f7..b9943dfb7c649634c49d33f2ce518ded25e312bd 100644 (file)
@@ -69,6 +69,18 @@ Job {
 # Prefer Mounted Volumes = no
 }
 
+Job {
+  Name = "DedupPluginTest"
+  Type = Backup
+  Client=@hostname@-fd
+  FileSet="DedupPluginSet"
+  Storage = Dummy
+  Messages = Standard
+  Pool = ZeroCatalog
+  Write Bootstrap = "@working_dir@/dedupplugintest.bsr"
+  Maximum Concurrent Jobs = 4
+}
+
 Job {
   Name = "VerifyTape"
   Type = Verify
@@ -108,6 +120,16 @@ FileSet {
   }
 }
 
+FileSet {
+  Name = "DedupPluginSet"
+  Include {
+    Options {
+#      signature=MD5
+    }
+    Plugin = "test-dedup:@tmpdir@/dedupstreams.conf"
+  }
+}
+
 FileSet {
   Name = "Verify Set"
   Include { 
@@ -227,3 +249,12 @@ Pool {
   AutoPrune = yes                     # Prune expired volumes
   Volume Retention = 365d             # one year
 }
+
+Pool {
+  Name = ZeroCatalog
+  Pool Type = Backup
+  Recycle = yes                       # Bacula can automatically recycle Volumes
+  AutoPrune = yes                     # Prune expired volumes
+  Volume Retention = 365d             # one year
+  CatalogFiles = no
+}