Displaying 1 result from an estimated 1 matches for "sdal19".
Did you mean:
sda1
2004 May 03
1
rsync error: error in rsync protocol data stream (code 12) at io.c(189)
...rotocol data stream (code 12) at io.c(189)
Here I found out that after secure shelling over to the remote system
the rsync command was not being found!!
As the user I did a which and found out that rsync was in the
/usr/local/bin/rsync so I decided to link rsync to a system binary
directory.
sdal19:/# ln -s /usr/local/bin/rsync /usr/bin/rsync
sdal19:/# which rsync
/usr/bin/rsync
root:#> rsync -e ssh -va /export/home/a078479/bob
smmk39:/export/home/a078479/
building file list ... done
bob/
bob/test
wrote 129 bytes read 40 bytes 112.67 bytes/sec
total size is 0 speedup is 0.00
Succ...