X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d409c6ac9c0f3c6727cab72cbf8d68d355afbd75..bad01106093319e7ccc47cca6cad5cc8dba94b0b:/NEWS diff --git a/NEWS b/NEWS index 48713a35..8b423d4b 100644 --- a/NEWS +++ b/NEWS @@ -37,6 +37,14 @@ Changes since 2.6.6: that are longer on the source than the destination (this includes new files). + - Added the --min-size=SIZE option to exclude small files from the + transfer. + + - Added the --compress-level option to allow you to set how aggressive + rsync's compression should be (the option implies --compress). + + - Enhanced the parsing of the SIZE value for --min-size and --max-size. + - If lutimes() and/or lchmod() are around, use them to allow the preservation of attributes on symlinks.