From: Eric Bollengier Date: Wed, 26 Aug 2009 14:07:29 +0000 (+0000) Subject: ebl update basejob chapter X-Git-Tag: Release-3.0.3~2^2~46 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=148f48c238e3fb447b6d257a35b813636feb42a1;p=bacula%2Fdocs ebl update basejob chapter --- diff --git a/docs/manuals/en/concepts/newfeatures.tex b/docs/manuals/en/concepts/newfeatures.tex index e099ec09..05b29543 100644 --- a/docs/manuals/en/concepts/newfeatures.tex +++ b/docs/manuals/en/concepts/newfeatures.tex @@ -63,6 +63,27 @@ In this example, the job \texttt{BackupZog4} will use the most recent version of all files contained in \texttt{BackupZog4} and \texttt{BackupLinux} jobs. Base jobs should have run with \texttt{level=Base} to be used. +By default, Bacula will compare permissions bits, user and group fields, +modification time, size and the checksum of the file to choose between the +current backup and the BaseJob file list. You can change this behavior with the +\texttt{BaseJob} FileSet option. This option works like the \texttt{verify=} +one, that is described in the \ilink{FileSet}{FileSetResource} chapter. + +\begin{verbatim} +FileSet { + Name = Full + Include = { + Options { + BaseJob = pmugcs5 + Accurate = mcs5 + Verify = pin5 + } + File = / + } +} +\end{verbatim} + + This project was funded by Bacula Systems. \section{Bvfs API}