From: Eric Bollengier Date: Tue, 9 Sep 2008 20:36:44 +0000 (+0000) Subject: ebl Remove UseStatistics X-Git-Tag: Release-3.0.0~997 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dfdc69700f761d0430ebacbab73a34666b6e8035;p=bacula%2Fdocs ebl Remove UseStatistics --- diff --git a/docs/manuals/en/concepts/newfeatures.tex b/docs/manuals/en/concepts/newfeatures.tex index f10bc7ab..8331ab79 100644 --- a/docs/manuals/en/concepts/newfeatures.tex +++ b/docs/manuals/en/concepts/newfeatures.tex @@ -394,8 +394,8 @@ Theses statistics are accurate only if your job retention is greater than 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 @@ -406,6 +406,21 @@ prune (remove) Job records that are older than the specified period. 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