X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/42e9c7eb565a6084d5a11c1808f5837babd7955b..289a32167ca34a448496f8927faf33148290a445:/NEWS diff --git a/NEWS b/NEWS index 7e60adde..70380652 100644 --- a/NEWS +++ b/NEWS @@ -42,6 +42,13 @@ Changes since 2.6.4: to a file in a --link-dest dir doesn't link the files from the rest of the cluster. + - 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. + + - Fixed a compatibility problem when usig --cvs-ignore (-C) and sending + files to an older rsync without using --delete. + ENHANCEMENTS: - Added the --only-write-batch=FILE option that may be used (instead