From: Wayne Davison Date: Sat, 9 Apr 2005 18:59:59 +0000 (+0000) Subject: Mention the new --only-write-batch=FILE option. X-Git-Tag: v2.6.5pre1~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=298d8c0a9b56d860f020cf30432af77f5573818d;p=thirdparty%2Frsync.git Mention the new --only-write-batch=FILE option. --- diff --git a/NEWS b/NEWS index e8124d79..7b7a4c78 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,10 @@ Changes since 2.6.4: ENHANCEMENTS: + - Added the --only-write-batch=FILE option that may be used (instead + of --write-batch=FILE) to create a batch file without doing any + actual updating of the destination. + - Changed the outputting of "safe" filenames to use backslash-escaped characters rather than '?'s. Any non-printable character is output using octal (e.g. "\n" -> "\012"), and backslash is output as "\\".