From 88b93c61593525d41dec77a00da51814fa3a94c1 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 20 Feb 2005 02:45:10 +0000 Subject: [PATCH 1/1] Corrected "log format" info and added info on --remove-sent-files. --- NEWS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 7725b48a..c231981b 100644 --- a/NEWS +++ b/NEWS @@ -13,12 +13,9 @@ Changes since 2.6.3: being pushed (since the stats come from the sending side). (Requires protocol 29 for a pull.) - - The default "log format" for a daemon rsync with "transfer logging" - enabled has changed to put the file size prior to the file name and - also to add the destination of a symlink (e.g. "foo -> bar"). The - rsyncstats perl script was updated to handle this (it's now in the - "support" directory). If you depend on the old format, just set it - in your rsyncd.conf file. + - The "%o" (operation) value now has a third value besides "send" and + "recv": "del." (with trailing dot to make it 4 chars). This changes + the way deletions are logged in the daemon's log file. BUG FIXES: @@ -189,6 +186,9 @@ Changes since 2.6.3: it needs the new file-sorting order. (Promoted from patches dir and enhanced.) + - Added the --remove-sent-files option, which lets you move files + between systems. + - Improved the option descriptions in the --help text. SUPPORT FILES: -- 2.34.1