Comment on rsync speed goes down over time

sbonds@lemmy.world ⁨5⁩ ⁨months⁩ ago

I’ve had some luck establishing the bottleneck using strace on both the sender side and receiver side. This will show if the sending rsync is waiting on local reads or remote writes and if the receiving rsync is waiting on network reads or local writes.

This helps find the specific resources to check.

source
Sort:hotnewtop