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.