Hi! I'm try to copy some files from windows to Linux using rsync but, after some short of time, an error was showed. Here is the log:
ERROR: out of memory in flist_expand [sender] rsync error: error allocating core memory buffers (code 22) at /home/lapo/package/rsync-3.0.9-1/src/rsync-3.0.9/util.c(117) [sender=3.0.9] rsync: connection unexpectedly closed (35795723020 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(601) [receiver=3.0.7] rsync: connection unexpectedly closed (102 bytes received so far) [generator] rsync error: error allocating core memory buffers (code 22) at io.c(601) [generator=3.0.7] Bellow is the command that I used: /usr/bin/rsync --exclude-from=/opt/backup_ti/tmp/FILESERVER_exclude_from.tmp -avzR --delete-excluded --rsh="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 31060" root@127.0.0.1:"/cygdrive/c/fileserver" /backup/fileserver/bkp_files_20120318225522 Bellow is the /opt/backup_ti/tmp/FILESERVER_exclude_from.tmp content: - TEMP - RECYCLE.BIN - System Is there any workaround that I can use to "solve" this problem? Maybe using an option or change a configuration file on cygwin... Search in google, I've found this solution (http://blog.rudnyi.ru/2011/04/problem-with-rsync.html ), but, before apply that, I like to see If there is another option to use. -- Att. Bruno Galindro da Costa -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple