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=69b946815e53289bb8b19e047d769749836e7370;hpb=3516809db9621a0336418c35791d888d2931284a;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/templates/per-client.conf.erb b/modules/bacula/templates/per-client.conf.erb index 69b946815..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 %>"