From: Wayne Davison Date: Mon, 24 Jan 2005 00:56:37 +0000 (+0000) Subject: Mention the --omit-dir-times option. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/90fdd89a0b541a4466bd22abd7c7f7dee59b97d0?hp=54e66f1d5968b1dfb5c9cd352875960ccd544986 Mention the --omit-dir-times option. --- diff --git a/NEWS b/NEWS index 37cc29af..a5ce71f1 100644 --- a/NEWS +++ b/NEWS @@ -86,6 +86,12 @@ Changes since 2.6.3: 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