Set Heartbeat Interval in the Director resource instead of each client's Client resource
[mirror/dsa-puppet.git] / modules / bacula / templates / per-client.conf.erb
index 25006b4..b8c8d31 100644 (file)
@@ -33,8 +33,6 @@ Client {
   Job Retention = 3 months
   AutoPrune = yes
 
-  Heartbeat Interval = 180
-
   TLS Enable = yes
   TLS Require = yes
   TLS CA Certificate File = "<%= @bacula_ca_path %>"
@@ -72,7 +70,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 +85,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