X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/5a727522f0da47b96ab1e727a5c73b540c78acf8..51cc96e469058f94666ffbb080024ef9981d0ac1:/rsync.yo diff --git a/rsync.yo b/rsync.yo index faea2e75..63359103 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1,5 +1,5 @@ mailto(rsync-bugs@samba.org) -manpage(rsync)(1)(30 Mar 2005)()() +manpage(rsync)(1)(19 May 2005)()() manpagename(rsync)(faster, flexible replacement for rcp) manpagesynopsis() @@ -909,9 +909,14 @@ command: quote(tt( rsync -a --files-from=/tmp/foo /usr remote:/backup)) If /tmp/foo contains the string "bin" (or even "/bin"), the /usr/bin -directory will be created as /backup/bin on the remote host (but the -contents of the /usr/bin dir would not be sent unless you specified bf(-r) -or the names were explicitly listed in /tmp/foo). Also keep in mind +directory will be created as /backup/bin on the remote host. If it +contains "bin/" (note the trailing slash), the immediate contents of +the directory would also be sent (without needing to be explicitly +mentioned in the file -- this began in version 2.6.4). In both cases, +if the bf(-r) option was enabled, that dir's entire hierarchy would +also be transferred (keep in mind that bf(-r) needs to be specified +explicitly with bf(--files-from), since it is not implied by bf(-a)). +Also note that the effect of the (enabled by default) bf(--relative) option is to duplicate only the path info that is read from the file -- it does not force the duplication of the source-spec path (/usr in this case). @@ -2056,7 +2061,7 @@ url(http://rsync.samba.org/)(http://rsync.samba.org/) manpagesection(VERSION) -This man page is current for version 2.6.4 of rsync. +This man page is current for version 2.6.5pre2 of rsync. manpagesection(CREDITS)