]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/bacula-dir.conf.in
Final 1.19 update
[bacula/bacula] / 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
 }