From: Eric Bollengier Date: Mon, 8 Sep 2008 20:24:01 +0000 (+0000) Subject: ebl cleanup X-Git-Tag: Release-3.0.0~1003 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6e01f369294dc4ecb8c6f877c69403b035228e9b;p=bacula%2Fdocs ebl cleanup --- diff --git a/docs/manuals/en/concepts/newfeatures.tex b/docs/manuals/en/concepts/newfeatures.tex index 6fc21f76..c448650c 100644 --- a/docs/manuals/en/concepts/newfeatures.tex +++ b/docs/manuals/en/concepts/newfeatures.tex @@ -397,7 +397,7 @@ 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. -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 @@ -406,14 +406,4 @@ 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. -\begin{verbatim} -Job { - Name = ImportantBackup - Client = rufus-fd - ... - Use Statistics = yes -} -\end{verbatim} - - \end{description}