X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbacula%2Ftemplates%2Fper-client.conf.erb;h=213bfe2e194a52f8d14f6ad3e8254325a9ebda08;hb=e09b1d7607ce74df99e1324e405c2877d09bee79;hp=25006b46c6c6b921f5a28296bd8edb2a2f996589;hpb=68acb28563002fb455d87ba2e759a1b33e293916;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/templates/per-client.conf.erb b/modules/bacula/templates/per-client.conf.erb index 25006b46c..213bfe2e1 100644 --- a/modules/bacula/templates/per-client.conf.erb +++ b/modules/bacula/templates/per-client.conf.erb @@ -13,7 +13,6 @@ Job { Differential Backup Pool = "pooldiff-<%= @bacula_pool_name %>-<%= @client %>" Incremental Backup Pool = "poolinc-<%= @bacula_pool_name %>-<%= @client %>" - #Rerun Failed Levels = yes Reschedule On Error = yes Reschedule Interval = 4 hours Reschedule Times = 2 @@ -26,15 +25,13 @@ Job { Client { Name = <%= @bacula_client_name %> Address = <%= @client %> - FDPort = <%= @bacula_client_port %> + FDPort = <%= @port_fd %> Catalog = MyCatalog Password = "<%= @bacula_client_secret %>" File Retention = 30 days Job Retention = 3 months AutoPrune = yes - Heartbeat Interval = 180 - TLS Enable = yes TLS Require = yes TLS CA Certificate File = "<%= @bacula_ca_path %>" @@ -72,7 +69,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 +84,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