Brian Nelson said: > I'm trying to run rsync over ssh with a command such as: > > $ rsync -v -e ssh some_file another_computer:. > > or any other permutation of the command, but I get the > not-so-verbose error message: > > bash: rsync: command not found > unexpected EOF in read_timeout
sounds like rsync isnt installed or isn't in the PATH on the remote system. ive had the same error plenty of times and thats always what its been nate