https://bugzilla.samba.org/show_bug.cgi?id=7778
Summary: --inplace does extra WRITE operations
Product: rsync
Version: 3.0.7
Platform: Other
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P3
Component: core
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
Even if a block contents in dst is the same as in src, it gets written anyway.
It is fine with no --inplace.
But with --inplace it is:
1. Excessive
2. Unexpected. Very troublesome if dst is (partially) sparse.
Is it possible to be fixed? (I guess it's trivial)
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html