search for: servermov

Displaying 1 result from an estimated 1 matches for "servermov".

Did you mean: serverov
2004 Jan 22
1
Moving linux server with rsync
Jw, Thank you so much for your reply. The commandline: rsync -avH --rsh=/usr/bin/ssh /www/kunder/web/ MYHOST:/www/kunder/web Solved all of my problems, and I'm now much closer to completing a servermove. I however have one last question. When enetring the above command, I'm asked to type the SSH password to start the transferr. Is there any way to include this in the above mentioned commandline? This way i can run everything thourgh a cron job. I'm guessing this should be easy, but I'...