Transfer files bigger than 1383275520 bytes - Rsync compiled in cygwin

Christian rsync at dinator.com
Wed Mar 26 06:54:07 EST 2003


Hello,

I can't transfer big files. In the output below, you can see that rsync only
transfer 1383275520 of a 5448046592 bytes file:

F:\shells>rsync -e ssh -avz ./backup chris at myhost.com:backups
chris at myhost.com's password:
building file list ... done
wrote 114 bytes  read 20 bytes  3.01 bytes/sec
total size is 1383275520  speedup is 10322951.64

I've tried with other big files and rsync strip them to the same size, so I
recompiled rsync to support large files support but I failed again:
sh ./configure --enable-largefile --prefix=/usr

In the output you can see:

checking for broken largefile support... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no

$ rsync --version
rsync  version 2.5.6  protocol version 26
Copyright (C) 1996-2002 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilities: 32-bit files, socketpairs, hard links, symlinks, batchfiles,
              no IPv6, 32-bit system inums, 64-bit internal inums

Any idea?

Regards,
Christian



More information about the rsync mailing list