From cb8d6a31d7e7faf6c3e0b37049ab22a6cb19cf25 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 8 Feb 2016 19:11:52 +0100 Subject: [PATCH] Revert "temporarily cut retention times" This reverts commit 8d6317345a753cb58144a5744829790abe2804cf. --- modules/bacula/templates/per-client.conf.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/bacula/templates/per-client.conf.erb b/modules/bacula/templates/per-client.conf.erb index 911bb040b..ccfe47613 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 = 2 months + Volume Retention = 4 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 -- 2.20.1