From: Eric Bollengier Date: Wed, 7 Sep 2011 21:10:38 +0000 (+0200) Subject: Add some notes on new accurate option X-Git-Tag: Release-5.2.1~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6c425c39cb61d57437e210254feae621e25ffc81;p=bacula%2Fdocs Add some notes on new accurate option --- diff --git a/docs/manuals/en/main/newbsfeatures.tex b/docs/manuals/en/main/newbsfeatures.tex index 3ba7c197..1da7d7c7 100644 --- a/docs/manuals/en/main/newbsfeatures.tex +++ b/docs/manuals/en/main/newbsfeatures.tex @@ -190,3 +190,26 @@ FileSet { This project was funded by Bacula Systems based on an idea of James Harper and is available with the Bacula Enterprise Edition. + +\section{Setting Accurate Mode During at Runtime} + +You are now able to specify the Accurate mode on the \texttt{run} command and +in the Schedule resource. + +\begin{verbatim} +* run accurate=yes job=Test +\end{verbatim} + +\begin{verbatim} +Schedule { + Name = WeeklyCycle + Run = Full 1st sun at 23:05 + Run = Differential accurate=yes 2nd-5th sun at 23:05 + Run = Incremental accurate=no mon-sat at 23:05 +} +\end{verbatim} + +It can allow you to save memory and and cpu resources on the catalog server in +some cases. + +These advanced tuning options are available with the Bacula Enterprise Edition.