hi,
I found an error in the Documentation.
The verify option in the fileset for "report file size decreases" should 
not be 's' (already used for "compare file size") but 'd' , according to 
src/dird/verify.c

i provide a patch, see below. i hope its usable.
best regards, markus

diff --git a/docs/manual-de/oldfileset.tex b/docs/manual-de/oldfileset.tex
index 8f65193..843efc8 100644
--- a/docs/manual-de/oldfileset.tex
+++ b/docs/manual-de/oldfileset.tex
@@ -187,7 +187,7 @@ compare the modification time (st\_mtime)
 \item {\bf c}
 compare the change time (st\_ctime)  
 
-\item {\bf s}
+\item {\bf d}
 report file size decreases  
 
 \item {\bf 5}
diff --git a/docs/manual-fr/oldfileset.tex b/docs/manual-fr/oldfileset.tex
index a1a6cc8..0fa0bab 100644
--- a/docs/manual-fr/oldfileset.tex
+++ b/docs/manual-fr/oldfileset.tex
@@ -187,7 +187,7 @@ compare the modification time (st\_mtime)
 \item {\bf c}
 compare the change time (st\_ctime)  
 
-\item {\bf s}
+\item {\bf d}
 report file size decreases  
 
 \item {\bf 5}
diff --git a/docs/manual/oldfileset.tex b/docs/manual/oldfileset.tex
index 43a190f..811c551 100644
--- a/docs/manual/oldfileset.tex
+++ b/docs/manual/oldfileset.tex
@@ -186,7 +186,7 @@ compare the modification time (st\_mtime)
 \item {\bf c}
 compare the change time (st\_ctime)  
 
-\item {\bf s}
+\item {\bf d}
 report file size decreases  
 
 \item {\bf 5}


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to