Commit 889439c2 authored by Wayne Davison's avatar Wayne Davison

Mention the latest options.

parent bee9df73
...@@ -46,7 +46,12 @@ Changes since 2.6.6: ...@@ -46,7 +46,12 @@ Changes since 2.6.6:
- Added the --compress-level option to allow you to set how aggressive - Added the --compress-level option to allow you to set how aggressive
rsync's compression should be (the option implies --compress). rsync's compression should be (the option implies --compress).
- Enhanced the parsing of the SIZE value for --min-size and --max-size. - Enhanced the parsing of the SIZE value for --min-size and --max-size
to allow easy entry of multiples of 1000 (instead of just multiples
of 1024) and off-by-one values too (e.g. --max-size=8mb-1).
- The options --human-readable (-m) and --si change the output of the
--stats and the end-of-run summary to be easier to read.
- If lutimes() and/or lchmod() are around, use them to allow the - If lutimes() and/or lchmod() are around, use them to allow the
preservation of attributes on symlinks. preservation of attributes on symlinks.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment