search for: hfscompress

Displaying 1 result from an estimated 1 matches for "hfscompress".

Did you mean: rscompress
2019 Aug 09
1
[Bug 14081] New: --copy-command option for specifying custom file copying behaviour
...basic attributes (owner, permissions etc.). For a useful example, on macOS there are some particular use cases. One invokes the `ditto` command to trigger compression of a file when transferred to an APFS or HFS+ target, which could be taken advantage of like so: rsync --copy-command ditto --hfsCompression {src} {dest} \; "$source" "$destination" Since this enables a form of transparent compression, rsync should still see the copied file as identical to the original. Alternatively, the --noHfsCompression option could be used instead to ensure that compressed files are decompre...