|
From: <di...@us...> - 2007-02-05 22:33:37
|
Revision: 398
http://safekeep.svn.sourceforge.net/safekeep/?rev=398&view=rev
Author: dimi
Date: 2007-02-05 14:33:35 -0800 (Mon, 05 Feb 2007)
Log Message:
-----------
Formatting fixes
Modified Paths:
--------------
safekeep/trunk/doc/safekeep.conf.txt
Modified: safekeep/trunk/doc/safekeep.conf.txt
===================================================================
--- safekeep/trunk/doc/safekeep.conf.txt 2007-02-05 22:18:53 UTC (rev 397)
+++ safekeep/trunk/doc/safekeep.conf.txt 2007-02-05 22:33:35 UTC (rev 398)
@@ -188,37 +188,37 @@
/backup/data/exclude/@path::
Exclude the file or files matched by the path.
If a directory is matched, then files under that directory will also
-be matched.
+ be matched.
See the `FILE SELECTION` section for more information.
/backup/data/include/@path::
Include the file or files matched by the path.
If a directory is matched, then files under that directory will also
-be matched.
+ be matched.
See the `FILE SELECTION` section for more information.
/backup/data/exclude/@glob::
Exclude the file or files matched by the shell pattern.
If a directory is matched, then files under that directory will also
-be matched.
+ be matched.
See the `FILE SELECTION` section for more information.
/backup/data/include/@glob::
Include the file or files matched by the shell pattern.
If a directory is matched, then files under that directory will also
-be matched.
+ be matched.
See the `FILE SELECTION` section for more information.
/backup/data/exclude/@regexp::
Exclude the file or files matched by the regular expression.
If a directory is matched, then files under that directory will also
-be matched.
+ be matched.
See the `FILE SELECTION` section for more information.
/backup/data/include/@regexp::
Include the file or files matched by the regular expression.
If a directory is matched, then files under that directory will also
-be matched.
+ be matched.
See the `FILE SELECTION` section for more information.
FILE SELECTION
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|