]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/main/newfeatures.tex
Document bscan and basejob
[bacula/docs] / docs / manuals / en / main / newfeatures.tex
index fc6edb2cba83c50594ad794b218023fdafaeab7d..cb063dc97d5d6daaece833aa43fc7fefa763eceb 100644 (file)
@@ -4,21 +4,6 @@
 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}
 
@@ -107,6 +92,8 @@ FileSet {
 }
 \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.
 
@@ -452,6 +439,24 @@ to interface to the Director.
   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,