But I still have some usage issues when I try to rsync /tmp from local server to /tmp on remote server (sclback). Pls advise. Thanks. on Remote server I did a rsync --daemon I cannot see an rsync processes when I do a ps -ef | grep rsync
# ./rsync -a /tmp/ sclback:/tmp/ UX:sh (sh): ERROR: rsync: not found rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(139) # ls -l rsync -rwxr-xr-x 1 root root 313524 Jan 3 10:45 rsync # cd /usr/local/bin # rsync -a --rsync-path=/usr/local/bin/ /tmp/ sclback:/tmp/ UX:sh (sh): ERROR: /usr/local/bin/: cannot execute rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(139)