From: Wayne Davison Date: Sun, 28 Aug 2005 00:34:46 +0000 (+0000) Subject: Mention the new --no-* options. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/a912a980ecb16cdca287b9dccd56bc7e3a690c1c Mention the new --no-* options. --- diff --git a/NEWS b/NEWS index 98cc5a36..5addd818 100644 --- a/NEWS +++ b/NEWS @@ -38,6 +38,11 @@ Changes since 2.6.6: replicate the "baz/dir" part of the source path (note: a trailing dot dir is unaffected unless it also has a trailing slash). + - Added some new --no-FOO options that make it easier to override + unwanted implied or default options. For example, "-a --no-o" (aka + "--archive --no-owner") can be used to turn off the preservation of + file ownership that is implied by -a. + INTERNAL: - Some buffer sizes were expanded a bit, particularly on systems where