I tried the following rsync command from the server and received the following error message:
rsync -e ssh -avz name@home.com :/home/name/. . receiving file list ... done Desktop/Python_Nick/Python-2.4.1/ Desktop/Python_Nick/Python-2.4.1/Python/ Write failed: Broken pipe rsync: writefd_unbuffered failed to write 4092 bytes [generator]: Broken pipe (32) rsync error: unexplained error (code 255) at /SourceCache/rsync/rsync-42/rsync/io.c(1121) [generator=2.6.9] rsync error: received SIGUSR1 (code 19) at /SourceCache/rsync/rsync-42/rsync/main.c(1197) [receiver=2.6.9]
Sometimes this results in the following error:
Read from socket failed: Operation timed out rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: unexplained error (code 255) at /SourceCache/rsync/rsync-42/rsync/io.c(452) [receiver=2.6.9]
Then sometimes the following error occurs:
Write failed: Broken pipe rsync: connection unexpectedly closed (314764 bytes received so far) [receiver]rsync: writefd_unbuffered failed to write 4092 bytes [generator]: Broken pipe (32) rsync error: unexplained error (code 255) at /SourceCache/rsync/rsync-42/rsync/io.c(1121) [generator=2.6.9] rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-42/rsync/io.c(452) [receiver=2.6.9]
I even tried to use FETCH (MAC application).
Any suggestions? LINUX is running on the server, and my local computer is MAC
source share