Christian
2003-Mar-26 06:54 UTC
Transfer files bigger than 1383275520 bytes - Rsync compiled in cygwin
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@myhost.com:backups chris@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
Peter Ring
2003-Mar-26 08:21 UTC
Transfer files bigger than 1383275520 bytes - Rsync compiled incygwin
Cygwin does not support files greater than 2GB. Kind regards Peter Ring -----Original Message----- From: rsync-bounces+pri=ddf.dk@lists.samba.org [mailto:rsync-bounces+pri=ddf.dk@lists.samba.org]On Behalf Of Christian Sent: 25. marts 2003 20:54 To: rsync@lists.samba.org Subject: Transfer files bigger than 1383275520 bytes - Rsync compiled incygwin 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@myhost.com:backups chris@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 -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html
Max Bowsher
2003-Mar-26 08:22 UTC
Transfer files bigger than 1383275520 bytes - Rsync compiled incygwin
Christian wrote:> Hello, > > I can't transfer big files. In the output below, you can see that rsync > only transfer 1383275520 of a 5448046592 bytes file:Cygwin doesn't support large files. (Yet)> $ 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,^^^^^^^^^^^^ See? 5448046592 is larger than can be represented with 32 bits. Max.
David Starks-Browning
2003-Apr-06 06:48 UTC
Transfer files bigger than 1383275520 bytes - Rsync compiled in cygwin
(Sorry, this is an old post, but I did not see a reply.) On Tuesday 25 Mar 03, Christian writes:> 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@myhost.com:backupsCygwin does not support large files. Sorry. David