]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/main/newbsfeatures.tex
Add some notes on new accurate option
[bacula/docs] / docs / manuals / en / main / newbsfeatures.tex
index 3ba7c1977f80327be1cae6c3ba422220b09c6810..1da7d7c72a034458dbe4fa0eb27af5c717845ca8 100644 (file)
@@ -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.
 
 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.