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}