diff options
author | bescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2004-05-31 05:11:17 +0000 |
---|---|---|
committer | bescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109> | 2004-05-31 05:11:17 +0000 |
commit | 713a5f81fb63a20f81d5a64721cfe4aa8237e21f (patch) | |
tree | fcfb1329f61c3c1d3ff41c21ea75a8b95b10521e | |
parent | 9f52f6ca9ef1103f2bdb15cc377ee778f87e28ce (diff) | |
download | rdiff-backup-713a5f81fb63a20f81d5a64721cfe4aa8237e21f.tar.gz |
Added note about --include-filelist and --exclude-filelist
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-12@537 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r-- | rdiff-backup/rdiff-backup.1 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/rdiff-backup/rdiff-backup.1 b/rdiff-backup/rdiff-backup.1 index 9e179cb..bb25317 100644 --- a/rdiff-backup/rdiff-backup.1 +++ b/rdiff-backup/rdiff-backup.1 @@ -102,8 +102,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 @@ -155,7 +159,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 |