X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/7c2a83c6352fb20c506e67fd689af4006bf6d304..bdedced84b7f446f818efd4d25b8985285a50009:/OLDNEWS diff --git a/OLDNEWS b/OLDNEWS index 1d5ef492..fb13e9bf 100644 --- a/OLDNEWS +++ b/OLDNEWS @@ -128,7 +128,7 @@ Changes since 2.6.3: back to the client side when a remote --files-from was in effect and the daemon was the receiver. - - The --compare-dest option was not updating a file that differred in + - The --compare-dest option was not updating a file that differed in (the preserved) attributes from the version in the compare-dest DIR. - When rsync is copying files into a write-protected directory, fixed @@ -188,7 +188,11 @@ Changes since 2.6.3: 29.) - Added the --dirs (-d) option for an easier way to copy directories - without recursion. + without recursion. Any directories that are encountered are created + on the destination. Specifying a directory with a trailing slash + copies its immediate contents to the destination. + + - The --files-from option now implies --dirs (-d). - Added the --list-only option, which is mainly a way for the client to put the server into listing mode without needing to resort to any