X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/fd8571c2c9620ea5e637e5da369c48fd5f664294..aa4d3b4cc0b0a6f917cfa13db5943c9ac7abd309:/NEWS diff --git a/NEWS b/NEWS index 864e3fad..a5ce71f1 100644 --- a/NEWS +++ b/NEWS @@ -78,6 +78,20 @@ Changes since 2.6.3: - The --inplace support was enhanced to work with --compare-dest, --link-dest, and (the new) --copy-dest options. + - Added the --dirs option for an easier way to copy directories + without recursion. + + - 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 + option kluges (e.g. the age-old use of "-r --exclude="/*/*" for a + non-recursive listing). + + - Added the --omit-dir-times option which will avoid updating the + modified time for directories when --times was specified. For a + really large transfer, this option will avoid an extra pass through + the file-list at the end of the transfer to tweak all the directory + times. + - Added support/atomic-rsync -- a perl script that will transfer some files using rsync, and then move the updated files into place all at once at the end of the transfer. Only works when pulling, and uses