]> git.sur5r.net Git - bacula/docs/commitdiff
ebl Remove UseStatistics
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 9 Sep 2008 20:36:44 +0000 (20:36 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 9 Sep 2008 20:36:44 +0000 (20:36 +0000)
docs/manuals/en/concepts/newfeatures.tex

index f10bc7aba0ff734172ab54e73e13448dc0f6e121..8331ab791f2201673abfb9acd616935b66c22644 100644 (file)
@@ -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