Shachar Shemesh wrote:

No, because the rsync algorithm can detect single byte moves of this 700 bytes block.

I will just mention that I opened the ultimate documentation for rsync (the source), and it says that the default block size is the rounded square root of the file's size. This means that your 64KB blocks are considerably smaller than what rsync would use if you didn't force it (which is about 740KB, much closer to my 1MB suggestion than to your 64KB actual use).


If I were you, I'd try to remove the "--block-size" option, and see what happens.

            Shachar

--
Shachar Shemesh
Lingnu Open Source Consulting ltd.
Have you backed up today's work? http://www.lingnu.com/backup.html

--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to