]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Add a clarification about shell wildcard expansion.
authorWayne Davison <wayned@samba.org>
Sun, 22 Jun 2014 16:41:17 +0000 (09:41 -0700)
committerWayne Davison <wayned@samba.org>
Sun, 22 Jun 2014 16:41:17 +0000 (09:41 -0700)
rsync.yo

index c80610d6d064588a21741168405ae59413404eca..40b80570c2b7e3abf24c01968070741266d637b9 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -103,7 +103,10 @@ This would transfer all files matching the pattern *.c from the
 current directory to the directory src on the machine foo. If any of
 the files already exist on the remote system then the rsync
 remote-update protocol is used to update the file by sending only the
-differences. See the tech report for details.
+differences in the data.  Note that the expansion of wildcards on the
+commandline (*.c) into a list of files is handled by the shell before
+it runs rsync and not by rsync itself (exactly the same as all other
+posix-style programs).
 
 quote(tt(rsync -avz foo:src/bar /data/tmp))