summaryrefslogtreecommitdiff
path: root/rsync.yo
diff options
context:
space:
mode:
authorDavid Dykstra <dwd@samba.org>2002-08-29 14:37:20 +0000
committerDavid Dykstra <dwd@samba.org>2002-08-29 14:37:20 +0000
commitf8a94f0de88c5cbf24ef4d5a7d5cba1ead86afff (patch)
treeec9d1f3069491ef4a607b79b735528168a38fdc6 /rsync.yo
parent3b5f6214a6b9422bb320e0f954cc93477f4b0e23 (diff)
downloadrsync-f8a94f0de88c5cbf24ef4d5a7d5cba1ead86afff.tar.gz
Patch from J.W. Schultz to have --include-from and --exclude-from on
filename "-" read from standard input.
Diffstat (limited to 'rsync.yo')
-rw-r--r--rsync.yo4
1 files changed, 4 insertions, 0 deletions
diff --git a/rsync.yo b/rsync.yo
index 6751ea27..93b06f92 100644
--- a/rsync.yo
+++ b/rsync.yo
@@ -617,6 +617,8 @@ dit(bf(--exclude-from=FILE)) This option is similar to the --exclude
option, but instead it adds all exclude patterns listed in the file
FILE to the exclude list. Blank lines in FILE and lines starting with
';' or '#' are ignored.
+If em(FILE) is bf(-) the list will be read from standard input.
+
dit(bf(--include=PATTERN)) This option tells rsync to not exclude the
specified pattern of filenames. This is useful as it allows you to
@@ -627,6 +629,8 @@ this option.
dit(bf(--include-from=FILE)) This specifies a list of include patterns
from a file.
+If em(FILE) is bf(-) the list will be read from standard input.
+
dit(bf(-C, --cvs-exclude)) This is a useful shorthand for excluding a
broad range of files that you often don't want to transfer between