From 3516809db9621a0336418c35791d888d2931284a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 8 Jun 2017 12:40:17 +0200 Subject: [PATCH] slightly reduce volume retention times for full and differentials (from 3 and 2 months to 100 and 50 days) --- modules/bacula/templates/per-client.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1