bash: rsync: command not found

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1483
Joined: Fri Aug 29, 2003 8:39 pm

bash: rsync: command not found

Post by ^rooker »

[PROBLEM]
I was doing rsync over SSH - so, nothing special... just everyday work stuff.
However, trying to do this with our new Debian Squeeze server, returned the following error message:
bash: rsync: command not found
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: remote command not found (code 127) at io.c(632) [sender=3.0.4]
I was pretty confused, as I first thought it did not find rsync on my machine...

[SOLUTION]
"rsync" was not installed on the new server by default.
Simply installing the package "rsync" solved it.
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply