From 6c425c39cb61d57437e210254feae621e25ffc81 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 7 Sep 2011 23:10:38 +0200 Subject: [PATCH] Add some notes on new accurate option --- docs/manuals/en/main/newbsfeatures.tex | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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. -- 2.39.5