https://bugzilla.samba.org/show_bug.cgi?id=3925
sberthe...@emisfr.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sberthe...@emisfr.com ------- Comment #9 from sberthe...@emisfr.com 2009-03-06 11:15 CST ------- Using 3.0.4 here on same machine to copy a huge (40GB) sparse file it stops on exactly 32G. I'm using rsync -S src dst. Without the -S option it completes at the correct size. I do not have either a warning nor an error even when the destination file has an incorrect size ! Timing with cp on the same hardware and same conditions: time rsync -S /Storage1/mail1.diskimg /Storage2/mail1.diskimg.backup real 15m12.434s user 5m42.237s sys 7m8.176s (with wrong file size) time cp --sparse=always /Storage1/mail1.diskimg /Storage2/mail1.diskimg.backup real 6m32.121s user 0m8.414s sys 2m45.551s This is a KVM disk image so the file should have quite long sparse zones. -- 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