Stuck With Rsync Error Code 12? Here Is The Fully Resolved Fix To It

Asked By 0 points N/A Posted on -
qa-featured

Hi. I am trying to use rsync on my PC with Windows 7. I had installed cwRsync and tried connecting to Ubuntu 9.04. I am getting rsync error code 12 which I am able to figure out. What will I do now? Please reply ASAP. Thanks in advance.

SHARE
Answered By 0 points N/A #297762

Stuck With Rsync Error Code 12? Here Is The Fully Resolved Fix To It

qa-featured

Hi,

To fix this error you first need to know about the error and follow the few simple steps to fix it. To fix this problem, you need to have ssh conflict. If you have git in your windows path, it would include ssh. Cwrsync might also install ssh. The step here is to make a batch file to set its corrected paths:
rsync.bat
Now on windows, you can simple type where ssh to check if there is any issue. You might get something like:
Where ssh
C:\Program Files (x86)\Git\bin\ssh.exe
C:\Program Files\ceRsync\ssh.exe
But in older versions, it worked to say:
rsync –e ‘. / ssh . . .

Related Questions