From: Eric Bollengier Date: Sun, 18 Oct 2009 08:40:21 +0000 (+0000) Subject: Add documentation about ActionOnPurge X-Git-Tag: Release-5.0.0~70 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a9b299789f8ff5e5fddd0c5c059de671d66b07fd;p=bacula%2Fdocs Add documentation about ActionOnPurge --- diff --git a/docs/manuals/en/concepts/newfeatures.tex b/docs/manuals/en/concepts/newfeatures.tex index d657c049..89bdc04c 100644 --- a/docs/manuals/en/concepts/newfeatures.tex +++ b/docs/manuals/en/concepts/newfeatures.tex @@ -9,6 +9,20 @@ This chapter presents the new features that are currently under development in the 3.1.x versions to be released as Bacula version 3.2.0 sometime in late 2009 or early 2010. +\section{Truncate volume after purge} +\label{sec:actiononpurge} + +The Pool directive \textbf{ActionOnPurge=Truncate} instructs Bacula to truncate +the volume when it is purged. It is useful to prevent disk based volumes from +consuming too much space. + +\begin{verbatim} +Pool { + Name = Default + Action On Purge = Truncate + ... +} +\end{verbatim} \section{Maximum concurent jobs for Devices} \label{sec:maximumconcurentjobdevice}