From f9c50024d5b2f91bae16fa55436a746e6befa635 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 29 Jan 2009 09:14:46 +0000 Subject: [PATCH] ebl Update for scratchpool-pool-test git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8411 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/scripts/bacula-dir-tape.conf.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/regress/scripts/bacula-dir-tape.conf.in b/regress/scripts/bacula-dir-tape.conf.in index fd9ae9e6db..1c47adde25 100644 --- a/regress/scripts/bacula-dir-tape.conf.in +++ b/regress/scripts/bacula-dir-tape.conf.in @@ -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 +} -- 2.39.5