DO NOT REPLY [Bug 7778] --inplace does extra WRITE operations

samba-bugs at samba.org samba-bugs at samba.org
Sun Nov 7 11:56:04 MST 2010


https://bugzilla.samba.org/show_bug.cgi?id=7778





------- Comment #4 from ildar at altlinux.ru  2010-11-07 12:56 CST -------
Hey, Matt! I think you're right. I never knew rsync has two different
protocols.
But I still have a problem: if I do this:
$ echo > f1
$ dd bs=1M seek=1 count=0 of=f1
$ dd bs=1M seek=1 count=0 of=f2
$ du -h f?
4,0K    f1
0       f2
$ rsync --inplace --no-whole-file f1 f2
$ du -h f?
4,0K    f1
1,1M    f2

I still get target filled.
That is rsync writes 1M byte into target while 1 byte would be enough.


-- 
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