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. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html
