]> git.sur5r.net Git - bacula/docs/commitdiff
ebl Add estimate accurate doc
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 2 Jul 2009 13:00:53 +0000 (13:00 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 2 Jul 2009 13:00:53 +0000 (13:00 +0000)
docs/manuals/en/concepts/newfeatures.tex
docs/manuals/en/console/bconsole.tex

index 665623b90c31c34a1bcab2d8887fc28203ad67ed..b5a620e6addcdb3699041729850d644496802c92 100644 (file)
@@ -68,6 +68,20 @@ waiting for operator to drop by and change tapes in the library.
 
 This project was funded by Bacula Systems.
 
+\section{Accurate estimate command}
+
+The \texttt{estimate} command can now use the accurate code to detect changes
+and give a better estimation.
+
+You can set the accurate behavior on command line using
+\texttt{accurate=yes/no} or use the Job setting as default value.
+
+\begin{verbatim}
+* estimate listing accurate=yes level=incremental job=BackupJob
+\end{verbatim}
+
+This project was funded by Bacula Systems.
+
 \chapter{New Features in 3.0.0}
 \label{NewFeaturesChapter}
 \index[general]{New Features}
index db7e7ff5f1ad4d36f70f44b859ab099fa1ea1ba0..33b9fce1acd273b4a03a734386dde5e2a5f07fa2 100644 (file)
@@ -441,21 +441,21 @@ delete Job JobId=n,m,o-r,t ...
    the actual bytes.  As such, the estimated backup size will generally be
    larger than an actual backup. 
 
-   The estimate command isn't currently compatible with the Accurate mode, it
-   doesn't detect changes like with a backup using \textbf{Accurate=yes}.
+   The \texttt{estimate} command can use the accurate code to detect changes
+   and give a better estimation. You can set the accurate behavior on command
+   line using \texttt{accurate=yes/no} or use the Job setting as default value.
 
    Optionally you may specify the keyword {\bf listing} in  which case, all the
    files to be backed up will be listed.  Note, it could take quite some time to
    display them if the  backup is large. The full form is:  
 
-
 \begin{verbatim}
-estimate job=<job-name> listing client=<client-name> 
+estimate job=<job-name> listing client=<client-name> accurate=<yes/no>
        fileset=<fileset-name> level=<level-name>  
 \end{verbatim}
 
-   Specification of the {\bf job} is sufficient, but you can also override
-   the client, fileset and/or level by specifying them on the estimate
+   Specification of the {\bf job} is sufficient, but you can also override the
+   client, fileset, accurate and/or level by specifying them on the estimate
    command line.