Move filestore device and media type name to the storage, part I
[mirror/dsa-puppet.git] / modules / bacula / templates / per-client.conf.erb
index f35f942..213bfe2 100644 (file)
@@ -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 %>"