From: Eric Bollengier Date: Mon, 27 Jun 2011 16:45:31 +0000 (+0200) Subject: add doc for always backup a file X-Git-Tag: Release-5.2.1~22 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ddcc0d11499daabdfa07382021782b3e2b4ade3a;p=bacula%2Fdocs add doc for always backup a file --- diff --git a/docs/manuals/en/main/newbsfeatures.tex b/docs/manuals/en/main/newbsfeatures.tex index d02df986..87dd3221 100644 --- a/docs/manuals/en/main/newbsfeatures.tex +++ b/docs/manuals/en/main/newbsfeatures.tex @@ -168,4 +168,31 @@ We added support for NFSv4 ACLs on FreeBSD 8.1 and IRIX extended attributes. This project was funded by Marco van Wieringen. +\section{Always Backup a File} +When the Accurate mode is turned on, you can decide to always backup a file +by using the following option: + +\begin{verbatim} +Job { + Name = ... + FileSet = FS_Example + Accurate = yes + ... +} + +FileSet { + Name = FS_Example + Include { + Options { + Accurate = A + } + File = /file + File = /file2 + } + ... +} +\end{verbatim} + +This project was funded by Bacula Systems based on an idea of James Harper and +is available with the Bacula Enterprise Edition.