Hello I am trying to use rsync over ssh on one of my linux boxes.
remotelogin]# rsync -avz -e ssh xxxx/ [EMAIL PROTECTED]:backup bash: rsync: command not found unexpected EOF in read_timeout it does not ask for the password since my identity.pub is absorbed into the authorized_keys on xx.xx.xx. simple things like ssh [EMAIL PROTECTED] ls and scp work fine. Any suggestions? thank you in advance