From: Wayne Davison Date: Tue, 31 Jan 2006 03:40:22 +0000 (+0000) Subject: Mention the --executability option. X-Git-Tag: v2.6.7pre1~101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2959fe7447842bccf30bb3f207a1a904562f79e8;p=thirdparty%2Frsync.git Mention the --executability option. --- diff --git a/NEWS b/NEWS index f656a538..a6d0d0c0 100644 --- a/NEWS +++ b/NEWS @@ -164,13 +164,17 @@ Changes since 2.6.6: setting that lets rsync avoid non-atomic updates (for those times when --temp-dir is not being used because space is tight). + - A new support script, files-to-excludes, will transform a list of files + into a set of include/exclude directives that will copy those files. + + - A new option, --executability (-E) can be used to preserve just the + execute bit on files, for those times when using the --perms option is + not desired. + - Some minor documentation improvements. - Updated some diffs in the patches dir. - - A new support script, files-to-excludes, will transform a list of files - into a set of include/exclude directives that will copy those files. - INTERNAL: - Some buffer sizes were expanded a bit, particularly on systems where