From: Peter Palfrader Date: Thu, 8 Jun 2017 10:40:17 +0000 (+0200) Subject: slightly reduce volume retention times for full and differentials (from 3 and 2 month... X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=3516809db9621a0336418c35791d888d2931284a;p=mirror%2Fdsa-puppet.git slightly reduce volume retention times for full and differentials (from 3 and 2 months to 100 and 50 days) --- diff --git a/modules/bacula/templates/per-client.conf.erb b/modules/bacula/templates/per-client.conf.erb index 25006b46c..69b946815 100644 --- a/modules/bacula/templates/per-client.conf.erb +++ b/modules/bacula/templates/per-client.conf.erb @@ -72,7 +72,7 @@ Pool { Pool Type = Backup Storage = "<%=@bacula_filestor_name%>-<%= @client %>" AutoPrune = yes - Volume Retention = 3 months + Volume Retention = 100 days 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 = 2 months + Volume Retention = 50 days 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