]> git.sur5r.net Git - bacula/docs/commitdiff
ebl cleanup
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 8 Sep 2008 20:24:01 +0000 (20:24 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 8 Sep 2008 20:24:01 +0000 (20:24 +0000)
docs/manuals/en/concepts/newfeatures.tex

index 6fc21f76617f276ac800909e1dfc0fc9c00de33c..c448650c87b7b74e267a6c28cf8d7fca27d6b568 100644 (file)
@@ -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}