]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Update for scratchpool-pool-test
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 29 Jan 2009 09:14:46 +0000 (09:14 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 29 Jan 2009 09:14:46 +0000 (09:14 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8411 91ce42f0-d328-0410-95d8-f526ca767f89

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
+}