Features:
- The flag
--no-perms
has been added to skip permission copying; thanks to @lnicola for this feature. - Extended file attributes (xattrs) are now copied on systems that support them.
- The
parblock
driver now preserves file sparse blocks.
Other improvments:
- Some brute-force fuzz tests with randomly generated file-trees have been added, including random sparse files. These are slower so are not run with the default
cargo test
(unless you add the--ignored
flag), but are run on CI.