]> git.sur5r.net Git - bacula/docs/commitdiff
ebl update basejob chapter
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 26 Aug 2009 14:07:29 +0000 (14:07 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 26 Aug 2009 14:07:29 +0000 (14:07 +0000)
docs/manuals/en/concepts/newfeatures.tex

index e099ec095ad2df8890b196b78e4c248a02bc3aae..05b295431115b17eaef1266dee3fd4e8891ded9a 100644 (file)
@@ -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}