X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/dcc3a131d1bc8ce90517153edad9e5ffc99c6b64..5d5811f7d9e64265130951007b14a6d88a2425b6:/rsync.yo diff --git a/rsync.yo b/rsync.yo index ec8ada11..0885dd6c 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1,5 +1,5 @@ mailto(rsync-bugs@samba.org) -manpage(rsync)(1)(11 Nov 1998)()() +manpage(rsync)(1)(24 Nov 1998)()() manpagename(rsync)(faster, flexible replacement for rcp) manpagesynopsis() @@ -637,7 +637,10 @@ itemize( it() --exclude "/foo" would exclude a file in the base directory called foo it() --exclude "foo/" would exclude any directory called foo it() --include "*/" --include "*.c" --exclude "*" would include all - directories and C source files. + directories and C source files + it() --include "foo/" --include "foo/bar.c" --exclude "*" would include + only foo/bar.c (the foo/ directory must be explicitly included or + it would be excluded by the "*") ) manpagesection(DIAGNOSTICS)