]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-dir-tape.conf.in
Add new maxruntime test -- not yet working
[bacula/bacula] / regress / scripts / bacula-dir-tape.conf.in
index fd9ae9e6db221edf3da46751aa3f6b3ab8d84b50..1c47adde25c5bb3f47890417fce1b5d1f82a564e 100644 (file)
@@ -242,6 +242,7 @@ Pool {
   Recycle = yes                       # Bacula can automatically recycle Volumes
   AutoPrune = yes                     # Prune expired volumes
   Volume Retention = 365d             # one year
+  RecyclePool=Scratch                 # test forward reference
 }
 
 Pool {
@@ -268,3 +269,22 @@ Pool {
   Volume Retention = 365d             # one year
   Recycle Pool = Scratch              # recycle back here
 }
+
+Pool {
+  Name = Special
+  Pool Type = Backup
+  Recycle = yes                       # Bacula can automatically recycle Volumes
+  AutoPrune = yes                     # Prune expired volumes
+  Volume Retention = 365d             # one year
+  ScratchPool = SpecialScratch
+  Maximum Volume Jobs = 1
+}
+
+Pool {
+  Name = SpecialScratch
+  Pool Type = Backup
+  Recycle = yes                       # Bacula can automatically recycle Volumes
+  AutoPrune = yes                     # Prune expired volumes
+  Volume Retention = 365d             # one year
+  Recycle Pool = SpecialScratch       # recycle back here
+}