From 8e9dee40bea22b74ca32811d30237f4351f4fc41 Mon Sep 17 00:00:00 2001 From: Joerg Steffens Date: Mon, 13 Feb 2017 17:26:31 +0100 Subject: [PATCH] Always Incremental: fix pool settings --- manuals/en/main/always-incremental.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manuals/en/main/always-incremental.tex b/manuals/en/main/always-incremental.tex index bae329edfb4..befa83ad7fb 100644 --- a/manuals/en/main/always-incremental.tex +++ b/manuals/en/main/always-incremental.tex @@ -144,7 +144,8 @@ \subsection{Storages and Pools} Name = AI-Incremental Pool Type = Backup Recycle = yes # Bareos can automatically recycle Volumes - Auto Prune = no # Don't prune jobs from the volume. Let this be done by Consolidate. + Auto Prune = yes # Prune expired volumes + Volume Retention = 360 days # How long should jobs be kept? Maximum Volume Bytes = 50G # Limit Volume size to something reasonable Label Format = "AI-Incremental-" Volume Use Duration = 23h @@ -158,7 +159,8 @@ \subsection{Storages and Pools} Name = AI-Consolidated Pool Type = Backup Recycle = yes # Bareos can automatically recycle Volumes - Auto Prune = no # Don't prune jobs from the volume. Let this be done by Consolidate. + Auto Prune = yes # Prune expired volumes + Volume Retention = 360 days # How long should jobs be kept? Maximum Volume Bytes = 50G # Limit Volume size to something reasonable Label Format = "AI-Consolidated-" Volume Use Duration = 23h