X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fbacula%2Ftemplates%2Fper-client.conf.erb;h=213bfe2e194a52f8d14f6ad3e8254325a9ebda08;hb=e09b1d7607ce74df99e1324e405c2877d09bee79;hp=f35f9424d0181b7021790bbbeb4cd227dd3093c7;hpb=71fb3a40fbf2330bb89d0d78dac5d3fb6a9f6c8d;p=mirror%2Fdsa-puppet.git diff --git a/modules/bacula/templates/per-client.conf.erb b/modules/bacula/templates/per-client.conf.erb index f35f9424d..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,11 +69,11 @@ 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 - Maximum Volume Bytes = 50G + Maximum Volume Bytes = 500G Action On Purge = Truncate Recycle = yes RecyclePool = "poolgraveyard-<%=@bacula_pool_name%>-<%= @client %>" @@ -87,11 +84,11 @@ 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 - Maximum Volume Bytes = 50G + Maximum Volume Bytes = 500G Action On Purge = Truncate Recycle = yes RecyclePool = "poolgraveyard-<%=@bacula_pool_name%>-<%= @client %>" @@ -106,7 +103,7 @@ Pool { Label Format = "<%= @bacula_pool_name %>-inc-<%= @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 - Maximum Volume Bytes = 50G + Maximum Volume Bytes = 500G Action On Purge = Truncate Recycle = yes RecyclePool = "poolgraveyard-<%=@bacula_pool_name%>-<%= @client %>"