summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2004-05-31 20:03:35 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2004-05-31 20:03:35 +0000
commitbceeb65cee1e0190df06d00db7f250e485d1623f (patch)
tree74339789e883e209981d1267ca711f64d9856637
parentd48d0212e68f75cee76bbdd81a896d25fbb5c52b (diff)
downloadrdiff-backup-bceeb65cee1e0190df06d00db7f250e485d1623f.tar.gz
Added note about globbing filelists
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@538 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/rdiff-backup.112
1 files changed, 10 insertions, 2 deletions
diff --git a/rdiff-backup/rdiff-backup.1 b/rdiff-backup/rdiff-backup.1
index d749c17..acab521 100644
--- a/rdiff-backup/rdiff-backup.1
+++ b/rdiff-backup/rdiff-backup.1
@@ -103,8 +103,12 @@ reasons or if rdiff-backup is not handling device files correctly.
.TP
.BI "--exclude-filelist " filename
Excludes the files listed in
+.IR filename .
+If
.I filename
-See the
+is handwritten you probably want
+.B --include-globbing-filelist
+instead. See the
.B FILE SELECTION
section for more information.
.TP
@@ -163,7 +167,11 @@ section for more information.
.BI "--include-filelist " filename
Like
.BR --exclude-filelist ,
-but include the listed files instead. See the
+but include the listed files instead. If
+.I filename
+is handwritten you probably want
+.B --exclude-globbing-filelist
+instead. See the
.B FILE SELECTION
section for more information.
.TP