https://bugzilla.samba.org/show_bug.cgi?id=8177
Summary: Problems with big sparsed files Product: rsync Version: 3.0.8 Platform: x64 OS/Version: Linux Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: way...@samba.org ReportedBy: joluinfa...@gmail.com QAContact: rsync...@samba.org Hi. I'm using rsync (3.0.8, 32 bits, compiled from sources) to sync vmdk's (vmware files, 36gb of size) files in sparse format, in esxi 4.1 filesystem, to ext3 filesystem. The first time, the files copy ok (converting sparse files to non-sparse files), but, next time, the update of files don't work. It fail with messages: receiving incremental file list ./ cata-920-aux.xml cata-920-flat.vmdk WARNING: cata-920-flat.vmdk failed verification -- update discarded (will try ag ain). rsync: read errors mapping "/vmfs/volumes/cata-021-lun0/cata-920/cata-920-flat.v mdk": Invalid argument (22) vmware.log cata-920-flat.vmdk ERROR: cata-920-flat.vmdk failed verification -- update discarded. rsync: read errors mapping "/vmfs/volumes/cata-021-lun0/cata-920/cata-920-flat.v mdk": Invalid argument (22) sent 2601134 bytes received 771180 bytes 3716.05 bytes/sec total size is 8591035869 speedup is 2547.52 rsync error: some files/attrs were not transferred (see previous errors) (code 2 3) at main.c(1518) [generator=3.0.8] I did use this sentence: rsync-static -av --rsync-path=/bin/rsync-static --rsh="ssh -i /root/.ssh/${REMOTE_HOST}" --exclude="*00000*" --exclude="*.vswp" --exclude="*. vmem" --exclude="*Snapshot*" --exclude="*lck" --exclude="*.vmsd" --exclude="*.vm ss" --exclude="*.vmx" --sparse --delete ${REMOTE_HOST}:/vmfs/volumes/${LUN}/${VM NAME}/ . This is a bug? I did check this "bug" is similar to 3925, but this was resolved in a previous version. TIA jorge infante rosario - santa fe - argentina -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. -- 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