From: Wayne Davison Date: Sun, 22 May 2005 20:53:18 +0000 (+0000) Subject: Mention the output change for a mount-dir when -x is used. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/b57907efb20ad6193d8e977c64875562646fa0cc?hp=26beb7861fbcc7abec92acfe3773f8154c39fe7a Mention the output change for a mount-dir when -x is used. --- diff --git a/NEWS b/NEWS index debed383..21b2783a 100644 --- a/NEWS +++ b/NEWS @@ -60,7 +60,8 @@ Changes since 2.6.4: - When deleting files with the --one-file-system (-x) option set, rsync no longer tries to remove files from inside a mount-point on the - receiving side. + receiving side. Also, we don't complain about being unable to remove + the mount-point dir. - Fixed a compatibility problem when using --cvs-ignore (-C) and sending files to an older rsync without using --delete.