From ddf58a78201bd1ea48b816c87998d59a43cffe97 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 20 Feb 2007 14:33:03 +0000 Subject: [PATCH] ebl Add Scratch Pool git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4225 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/dird/bacula-dir.conf.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bacula/src/dird/bacula-dir.conf.in b/bacula/src/dird/bacula-dir.conf.in index b1505056e7..2a5f4356ef 100644 --- a/bacula/src/dird/bacula-dir.conf.in +++ b/bacula/src/dird/bacula-dir.conf.in @@ -282,6 +282,12 @@ Pool { Volume Retention = 365 days # one year } +# Scratch pool definition +Pool { + Name = Scratch + Pool Type = Backup +} + # # Restricted console used by tray-monitor to get the status of the director # -- 2.39.5