]> git.sur5r.net Git - bacula/docs/commitdiff
add doc for always backup a file
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 27 Jun 2011 16:45:31 +0000 (18:45 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 27 Jun 2011 16:45:31 +0000 (18:45 +0200)
docs/manuals/en/main/newbsfeatures.tex

index d02df986a8e13929c02390b9c7153a011cae1d05..87dd3221cb35d795c22d2fca0cfd83c48ea818bb 100644 (file)
@@ -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.