From 9eacbc8678c88a1c8af8a22461dc46d6ab251896 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 ++++++ bacula/src/win32/installer/bacula-dir.conf.in | 6 ++++++ 2 files changed, 12 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 # diff --git a/bacula/src/win32/installer/bacula-dir.conf.in b/bacula/src/win32/installer/bacula-dir.conf.in index cc809edfd2..8a53eeee08 100644 --- a/bacula/src/win32/installer/bacula-dir.conf.in +++ b/bacula/src/win32/installer/bacula-dir.conf.in @@ -368,6 +368,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