From fcc071c1676bbbdb98aa30ae25c59064331a4026 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 19 Jul 2013 18:52:38 +0200 Subject: [PATCH] Lower File Retention from 70 to 50 days --- modules/bacula/templates/per-client.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bacula/templates/per-client.conf.erb b/modules/bacula/templates/per-client.conf.erb index 1755e62e9..a9d0f4fd1 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 = 70 days # a bit over 2 months + File Retention = 50 days # a bit under 2 months Job Retention = 6 months # six months AutoPrune = yes # Prune expired Jobs/Files -- 2.20.1