From: Kern Sibbald Date: Sat, 11 May 2002 07:50:47 +0000 (+0000) Subject: Final 1.19 update X-Git-Tag: Release-1.20~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=708047e31ac309c03e17c97f925acf0d7cb76d20;p=bacula%2Fbacula Final 1.19 update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@20 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/dird/bacula-dir.conf.in b/bacula/src/dird/bacula-dir.conf.in index 0443a37986..3087e87fe9 100644 --- a/bacula/src/dird/bacula-dir.conf.in +++ b/bacula/src/dird/bacula-dir.conf.in @@ -65,8 +65,8 @@ Client { FDPort = @fd_port@ Catalog = MyCatalog Password = "@fd_password@" # password for FileDaemon - File Retention = 6m # six months - Job Retention = 1y # one year + File Retention = 180d # six months + Job Retention = 365d # one year AutoPrune = yes # Prune expired Jobs/Files } @@ -135,5 +135,5 @@ Pool { Pool Type = Backup Recycle = yes # Bacula can automatically recycle Volumes AutoPrune = yes # Prune expired volumes - Volume Retention = 1y # one year + Volume Retention = 365d # one year }