X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Ftemplates%2Fper-client.conf.erb;h=32b440da4a098fecfdbe1b93ba668665290f46bc;hb=d3619a7f24c33ccb40bb762d31761c3c82d64922;hp=911bb040b7028d7a390f5401c166ec4d7fd2f876;hpb=8d6317345a753cb58144a5744829790abe2804cf;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/templates/per-client.conf.erb b/modules/bacula/templates/per-client.conf.erb index 911bb040b..32b440da4 100644 --- a/modules/bacula/templates/per-client.conf.erb +++ b/modules/bacula/templates/per-client.conf.erb @@ -29,9 +29,9 @@ Client { FDPort = <%= bacula_client_port %> Catalog = MyCatalog Password = "<%= bacula_client_secret %>" - File Retention = 50 days # a bit under 2 months - Job Retention = 4 months # six months - AutoPrune = yes # Prune expired Jobs/Files + File Retention = 30 days + Job Retention = 3 months + AutoPrune = yes Heartbeat Interval = 180 @@ -72,7 +72,7 @@ Pool { Pool Type = Backup Storage = "<%=bacula_filestor_name%>-<%= client %>" AutoPrune = yes - Volume Retention = 2 months + Volume Retention = 3 months Label Format = "<%= bacula_pool_name %>-full-<%= 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 @@ -87,7 +87,7 @@ Pool { Pool Type = Backup Storage = "<%=bacula_filestor_name%>-<%= client %>" AutoPrune = yes - Volume Retention = 30 days + Volume Retention = 2 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 @@ -102,7 +102,7 @@ Pool { Pool Type = Backup Storage = "<%=bacula_filestor_name%>-<%= client %>" AutoPrune = yes - Volume Retention = 15 days + Volume Retention = 30 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