slightly reduce volume retention times for full and differentials (from 3 and 2 month...
authorPeter Palfrader <peter@palfrader.org>
Thu, 8 Jun 2017 10:40:17 +0000 (12:40 +0200)
committerPeter Palfrader <peter@palfrader.org>
Thu, 8 Jun 2017 10:40:17 +0000 (12:40 +0200)
modules/bacula/templates/per-client.conf.erb

index 25006b4..69b9468 100644 (file)
@@ -72,7 +72,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 +87,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