your statistic period. Ie, if jobs are purged from the catalog, you won't be
able to use them.
-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.
+Now, you can use the \textbf{update stats [days=num]} console to fill the
+JobStat table with new Job records.
The \textbt{Statistics Retention = \lt{}time\gt{}} director directive defines
the length of time that Bacula will keep statistics job records in the Catalog
Theses statistics records aren't use for restore purpose, but mainly for
capacity planning, billings, etc.
+You can use this setup in your \textbf{BackupCatalog} job to maintain
+statistics.
+\begin{verbatim}
+Job {
+ Name = BackupCatalog
+ ...
+ RunScript {
+ Console = "update stats days=3"
+ Console = "prune stats yes"
+ RunsWhen = After
+ RunsOnClient = no
+ }
+}
+\end{verbatim}
+
\item [Spooling Enhancements]
A new job directive permits to specify the spool size per job. This is used