|
From: <di...@us...> - 2007-02-05 06:19:19
|
Revision: 388
http://safekeep.svn.sourceforge.net/safekeep/?rev=388&view=rev
Author: dimi
Date: 2007-02-04 22:19:18 -0800 (Sun, 04 Feb 2007)
Log Message:
-----------
By default, we exclude non-matching files, which is
different from what rdiff-backup does. So make it more
explicit in the documentation.
Modified Paths:
--------------
safekeep/trunk/doc/safekeep.conf.txt
Modified: safekeep/trunk/doc/safekeep.conf.txt
===================================================================
--- safekeep/trunk/doc/safekeep.conf.txt 2007-02-05 06:13:39 UTC (rev 387)
+++ safekeep/trunk/doc/safekeep.conf.txt 2007-02-05 06:19:18 UTC (rev 388)
@@ -230,11 +230,12 @@
The file selection system comprises a number of file selection conditions,
which are set using one of the `<include>`/`<exclude>` elements.
Each file selection condition either matches or doesn't match a given file.
-A given file is excluded by the file selection system exactly when the first
-matching file selection condition specifies that the file be excluded;
-otherwise
-the file is included. When backing up, if a file is excluded, `safekeep(1)`
-acts
+A given file is included or excluded by the file selection system when the
+first matching file selection condition specifies that the file be included
+or excluded respecively; if the file matches no include or exclude
+statement, it is by default excluded.
+
+When backing up, if a file is excluded, `safekeep(1)` acts
as if that file does not exist in the source directory.
For more information on file selection semantics, please see
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|