Skip to content

Commit

Permalink
Always Incremental: fix pool settings
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Feb 13, 2017
1 parent debc500 commit 8e9dee4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions manuals/en/main/always-incremental.tex
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8e9dee4

Please sign in to comment.