From a9b299789f8ff5e5fddd0c5c059de671d66b07fd Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 18 Oct 2009 08:40:21 +0000 Subject: [PATCH] Add documentation about ActionOnPurge --- docs/manuals/en/concepts/newfeatures.tex | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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} -- 2.39.5