How can I rsync from php on my development (win/xampp) machine to my testing (Ubuntu) LAMP server using ssh public passwordless key?

Thanks

link|improve this question
feedback

2 Answers

install ssh key auth and make an rsync?

Here is a complete manual how to do this. My Google keywords "rsync ssh folder".

Edit: if you want to share your php projects use something like Git or another version control system witch is made for this.

link|improve this answer
I know that how to set up ssh key and i know how to connect from one *nix box to another. How to do it on windows using xampp? – mojeime Mar 31 '11 at 16:14
you can download freeSSHd for windows and try to connect from your linux system to the windows system. But an easier way is something like GIT ;) – Stony Mar 31 '11 at 16:43
feedback

you can either install cygwin and rsync from there, or you try some more lightweight solution mentioned here: http://superuser.com/questions/129970/minimal-rsync-installation-without-need-for-cygwin

Tyrael

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.