Now, you can configure bacula to copy Job records to a new JobStat table
with the \textbf{Use Statistics = \lt{}yes|no\gt{}} Job directive.
-The \texttt{Statistics Retention = \lt{}time\gt{}} director directive defines
+The \textbt{Statistics Retention = \lt{}time\gt{}} director directive defines
the length of time that Bacula will keep statistics job records in the Catalog
database after the Job End time. (In \texttt{JobStat} table) When this time
period expires, and if user runs \texttt{prune stats} command, Bacula will
Theses statistics records aren't use for restore purpose, but mainly for
capacity planning, billings, etc.
-\begin{verbatim}
-Job {
- Name = ImportantBackup
- Client = rufus-fd
- ...
- Use Statistics = yes
-}
-\end{verbatim}
-
-
\end{description}