From 84e342d521324337305fe862377f3ee2de0ff036 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 4 Feb 2010 14:38:18 +0100 Subject: [PATCH] Document bscan and basejob Add note about truncate on purge --- docs/manuals/en/main/newfeatures.tex | 35 ++++++++++++++++------------ 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/docs/manuals/en/main/newfeatures.tex b/docs/manuals/en/main/newfeatures.tex index fc6edb2c..cb063dc9 100644 --- a/docs/manuals/en/main/newfeatures.tex +++ b/docs/manuals/en/main/newfeatures.tex @@ -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, -- 2.39.2