FG
💻 Software

Why does't rsync use delta-transfer for local files?

Fresh5 days ago
Mar 15, 202637590 views
Confidence Score0%
0%

Problem

I have a big iso image which is currently being downloaded by a torrent client with space-reservation turned on: that means, file size is not changing while some chunks in in (4 Mib) are constantly changing because of a download. At 90% download I do the initial rsync to save time later: Then, when…

Error Output

total size is 2.60G   speedup is 1.00

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Why does't rsync use delta-transfer for local files?

Low Risk

According to the manpage, psusi is right: -W, --whole-file: The transfer may be faster if this option is used when the bandwidth between the source and destination machines is higher than the bandwidth to disk (especially when the "disk" is actually…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment