]> git.sur5r.net Git - bacula/bacula/commitdiff
Final 1.19 update
authorKern Sibbald <kern@sibbald.com>
Sat, 11 May 2002 07:50:47 +0000 (07:50 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 11 May 2002 07:50:47 +0000 (07:50 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@20 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/bacula-dir.conf.in

index 0443a379869e6cf276b614236aac0c44c8793765..3087e87fe90523dcfd8b5e562d0b2c5b5ab54c8a 100644 (file)
@@ -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
 }