From: Peter Palfrader Date: Thu, 6 Sep 2012 07:38:04 +0000 (+0200) Subject: Mess with retention periods X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=56af37a41ca233f6aaab10d3f0ab720a8b4aa0ea Mess with retention periods --- diff --git a/modules/bacula/templates/per-client.conf.erb b/modules/bacula/templates/per-client.conf.erb index 5451b460..3ceaeff7 100644 --- a/modules/bacula/templates/per-client.conf.erb +++ b/modules/bacula/templates/per-client.conf.erb @@ -29,7 +29,7 @@ Client { FDPort = <%= bacula_client_port %> Catalog = MyCatalog Password = "<%= bacula_client_secret %>" - File Retention = 30 days # 30 days + File Retention = 70 days # a bit over 2 months Job Retention = 6 months # six months AutoPrune = yes # Prune expired Jobs/Files @@ -87,7 +87,7 @@ Pool { Storage = "<%=bacula_filestor_name%>-<%= client %>" Recycle = no AutoPrune = yes - Volume Retention = 1 year + Volume Retention = 6 months Label Format = "<%= bacula_pool_name %>-diff-<%= client %>.${Year}-${Month:p/2/0/r}-${Day:p/2/0/r}_${Hour:p/2/0/r}:${Minute:p/2/0/r}" Volume Use Duration = 23h Maximum Volume Jobs = 1 @@ -101,7 +101,7 @@ Pool { Storage = "<%=bacula_filestor_name%>-<%= client %>" Recycle = no AutoPrune = yes - Volume Retention = 2 months + Volume Retention = 70 days Label Format = "<%= bacula_pool_name %>-inc-<%= client %>.${Year}-${Month:p/2/0/r}-${Day:p/2/0/r}_${Hour:p/2/0/r}:${Minute:p/2/0/r}" Volume Use Duration = 23h Maximum Volume Jobs = 1