From 9b91160b33f48de81a81088b56491574a8998d71 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 10 Aug 2002 00:42:32 +0000 Subject: Few miscellaneous changes of usual kind git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@179 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/rdiff-backup.1 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'rdiff-backup/rdiff-backup.1') diff --git a/rdiff-backup/rdiff-backup.1 b/rdiff-backup/rdiff-backup.1 index 18dc524..762e20e 100644 --- a/rdiff-backup/rdiff-backup.1 +++ b/rdiff-backup/rdiff-backup.1 @@ -623,6 +623,10 @@ insensitive), then this prefix will be removed and any character in the string can be replaced with an upper- or lowercase version of itself. +Remember that you may need to quote these characters when typing them +into a shell, so the shell does not interpret the globbing patterns +before rdiff-backup sees them. + The .BI "--exclude " pattern option matches a file iff: @@ -658,7 +662,7 @@ For example, .PP .RE matches /usr/local, /usr/local/lib, and /usr/local/lib/netscape. It -is the same as --exclude /usr/local --exclude /usr/local/**. +is the same as --exclude /usr/local --exclude '/usr/local/**'. .PP .RS .B --include @@ -672,7 +676,7 @@ that included subdirectories have somewhere to go. Finally, .PP .RS .B --include -ignorecase:/usr/[a-z0-9]foo/*/**.py +ignorecase:'/usr/[a-z0-9]foo/*/**.py' .PP .RE would match a file like /usR/5fOO/hello/there/world.py. If it did -- cgit v1.2.1