From 148f48c238e3fb447b6d257a35b813636feb42a1 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 26 Aug 2009 14:07:29 +0000 Subject: [PATCH] ebl update basejob chapter --- docs/manuals/en/concepts/newfeatures.tex | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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} -- 2.39.5