From ddcc0d11499daabdfa07382021782b3e2b4ade3a Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 27 Jun 2011 18:45:31 +0200 Subject: [PATCH] add doc for always backup a file --- docs/manuals/en/main/newbsfeatures.tex | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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. -- 2.39.2