X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ba8672dfabd1edf8f2c4244a8a1cc9a8e470c066..73cb6738b33846130c21f2903b2200fa3f1903ab:/NEWS diff --git a/NEWS b/NEWS index 14d65035..32e6ccde 100644 --- a/NEWS +++ b/NEWS @@ -78,6 +78,10 @@ Changes since 3.0.0: ENHANCEMENTS: + - Added the --old-dirs (--old-d) option to make it easier for a user to + ask for file-listings with older rsync versions (this is easier than + having to type "-r --exclude='/*/*'" manually). + - When getting an error while asking an older rsync daemon for a file listing, rsync will try to notice if the error is a rejection of the --dirs (-d) option and let the user know how to work around the issue.