From 552ab38b5239c67fd4981563f951c3bd5e2636ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Fri, 10 May 2013 18:16:25 +0300 Subject: [PATCH] bacula: Changed file index to be stored for 6 months. --- bacula/templates/client.conf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/bacula/templates/client.conf.erb b/bacula/templates/client.conf.erb index 51c2b90..ab5c48d 100644 --- a/bacula/templates/client.conf.erb +++ b/bacula/templates/client.conf.erb @@ -4,6 +4,7 @@ Client { Address = <%= @homename %> Catalog = "Catalog" Password = "<%= @password_real %>" + File Retention = 6 months TLS Enable = yes TLS Require = yes TLS Key = /etc/pki/tls/private/bacula.key