]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-dir.conf.accurate.in
Tweak get_os
[bacula/bacula] / regress / scripts / bacula-dir.conf.accurate.in
index 847ee4a7c394bf9f2b207539e341c6de50d2f56a..32b89f2783a69c2fe0e8e1bc13343a773ec4eb6b 100644 (file)
@@ -47,6 +47,17 @@ FileSet {
  }
 }
 
+FileSet {
+ Name = FS_TESTJOB2
+ Include {
+   Options {
+    Verify = mc
+    strippath=1
+   }
+   File=<@tmpdir@/file-list
+ }
+}
+
 FileSet {
  Name = FS_TESTJOB_ADVANCE
  Include {
@@ -128,3 +139,10 @@ Pool {
   AutoPrune = yes                     # Prune expired volumes
   Volume Retention = 365d             # one year
 }
+Pool {
+  Name = Other
+  Pool Type = Backup
+  Recycle = yes                       # Bacula can automatically recycle Volumes
+  AutoPrune = yes                     # Prune expired volumes
+  Volume Retention = 365d             # one year
+}