Conversation

Replying to and
It can increase the amount of data it needs to transfer over a network due to how the delta transfer loses the ability to reuse the already overwritten data. It defaults to --whole-file for non-network operations anyway so it's not using deltas and there's no loss of performance.
1
2
Replying to and
None of the traditional tools are NVMe and multi-core aware. It would be a lot faster to have a bunch of read and write operations happening in parallel. rsync also has fairly strict phases and doesn't know how to do the vast majority of it in parallel.
Quote Tweet
Replying to @encthenet
It also does the entire thing in advance and it entirely blocks progress on uploading while calculating all the checksums. It's very impractical for syncing incremental changes to a very large overall amount of data. It's a lot more than just not being parallel / async.
1
1
Show replies