From dfdc69700f761d0430ebacbab73a34666b6e8035 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 9 Sep 2008 20:36:44 +0000 Subject: [PATCH] ebl Remove UseStatistics --- docs/manuals/en/concepts/newfeatures.tex | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) 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 -- 2.39.5