rsync from OS X to Ubuntu failing for large (>15GB) files

Posted by johnny_bgoode on Server Fault See other posts from Server Fault or by johnny_bgoode
Published on 2010-06-12T00:19:15Z Indexed on 2010/06/12 0:24 UTC
Read the original article Hit count: 752

Filed under:
|
|

I'm trying to rsync a 15 GB file from my OSX box to a box running Ubuntu 10.04 server. rsync is transferring ~300-700Mb and then closing the connection with the following error:

Read from remote host my.host.name: Connection reset by peer
rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32)
rsync: connection unexpectedly closed (397214 bytes received so far) [sender]
rsync error: unexplained error (code 255) at /SourceCache/rsync/rsync-40/rsync/io.c(452) [sender=2.6.9]

The exact command I am executing is:

rsync --progress --archive --inplace my.15GB.file.tgz my.host.name:~/

I am sure that there is enough free space on the Ubuntu box. Any ideas what could be causing the connection to drop?

© Server Fault or respective owner

Related posts about ubuntu

Related posts about macosx