This chapter presents the new features that are in the
released Bacula version 5.0.0.
-\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}
}
\end{verbatim}
+\textbf{Important note}: The current implementation doesn't permit to scan
+volume with \textbf{bscan}. The result wouldn't permit to restore files easily.
This project was funded by Bacula Systems.
command (ex: \texttt{help run}).
\end{itemize}
+\subsubsection*{Truncate volume after purge}
+\label{sec:actiononpurge}
+
+This feature doesn't work as expected in version 5.0.0. Please do not use it
+before version 5.0.1.
+
+%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}
+%
\subsection{Custom Catalog queries}
If you wish to add specialized commands that list the contents of the catalog,