DO NOT REPLY [Bug 7778] --inplace does extra WRITE operations
samba-bugs at samba.org
samba-bugs at samba.org
Sat Nov 6 13:05:14 MDT 2010
https://bugzilla.samba.org/show_bug.cgi?id=7778
------- Comment #2 from ildar at altlinux.ru 2010-11-06 14:05 CST -------
I am sorry if I was wrong.
Here's my testcase:
$ dd bs=1M seek=1 count=0 of=f1
$ dd bs=1M seek=1 count=0 of=f2
$ du f?
0 f1
0 f2
$ rsync --inplace f1 f2
$ du f?
0 f1
1,1M f2
Since files are identical, I expect nothing is written. But a sparse file
became filled so something goes wrong. Any idea what?
--
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.
More information about the rsync
mailing list