从OS X到Ubuntu失败的大型(> 15GB)文件的rsync

我试图rsync从我的OSX框到运行Ubuntu 10.04服务器的一个15 GB的文件。 rsync正在传输〜300-700Mb,然后closures与以下错误的连接:

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] 

我正在执行的确切命令是:

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

我相信在Ubuntu上有足够的可用空间。 任何想法可能导致连接丢失?

您可能会为通过ssh运行的程序设置资源限制,并且在远程rsync命中并且被终止之前,需要这些数据传输量。