From: Wayne Davison Date: Tue, 9 May 2006 18:44:58 +0000 (+0000) Subject: Mention the --log-file option. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/6721973e375a6c9a82869e32a2b9bcdd8c9d86db Mention the --log-file option. --- diff --git a/NEWS b/NEWS index bd6f9efd..2ce84a23 100644 --- a/NEWS +++ b/NEWS @@ -45,7 +45,10 @@ Changes since 2.6.8: ENHANCEMENTS: - - ... + - Added the --log-file=FILE option that can be used to tell any rsync to + output what it is doing to a log file. This works with a client rsync, a + non-daemon server rsync (see the man page for instructions), and also + allows the overriding of the rsyncd.conf setting when starting a daemon. DEVELOPER RELATED: