
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] rsync / ssh error after Debian reinstall
On 21/12/06, Charles Muller <acmuller@example.com> wrote:
chuck@example.com:~$ rsync -uvptl -e ssh /mnt/win_d/docs/www.acmuller.net/public_html/ddb/*.xml acmuller@example.com:public_html/ddb/
I received the below error:
rsync: Failed to exec ssh: No such file or directory (2)
Looks like rsync cannot find ssh. Try this:
which ssh
Is ssh found? If not, determine where on your system it is installed,
then add that directory to your PATH. If that does not work, you can
always change the '-e ssh' rsync argument to '-e /path/to/ssh'.
-Josh
Home |
Main Index |
Thread Index