Comments on: using rsync to copy files from one server to another http://www.tonyspencer.com/2004/08/17/using-rsync-to-copy-files-from-one-server-to-another/ It's Just Links Wed, 14 Sep 2011 13:47:04 +0000 http://wordpress.org/?v=2.9.1 hourly 1 By: Varinder http://www.tonyspencer.com/2004/08/17/using-rsync-to-copy-files-from-one-server-to-another/comment-page-1/#comment-147655 Varinder Sat, 07 Feb 2009 11:14:52 +0000 http://www.tonyspencer.com/2004/08/17/using-rsync-to-copy-files-from-one-server-to-another/#comment-147655 Dear All (A Novice here )I have a problem , i have a websserver running on RH7 and i want to mirror the website to a server on Red hat 9. What precautions should i take for rsyncing between these two diff versions of linux. Thanks in advance Dear All
(A Novice here )I have a problem , i have a websserver running on RH7 and i want to mirror the website to a server on Red hat 9. What precautions should i take for rsyncing between these two diff versions of linux.
Thanks in advance

]]>
By: Chris Blake http://www.tonyspencer.com/2004/08/17/using-rsync-to-copy-files-from-one-server-to-another/comment-page-1/#comment-41207 Chris Blake Sat, 24 Nov 2007 13:46:43 +0000 http://www.tonyspencer.com/2004/08/17/using-rsync-to-copy-files-from-one-server-to-another/#comment-41207 Thank you so much, you saved me loads of time with this information! Thank you again - Chris Thank you so much, you saved me loads of time with this information!

Thank you again

- Chris

]]>
By: Darren http://www.tonyspencer.com/2004/08/17/using-rsync-to-copy-files-from-one-server-to-another/comment-page-1/#comment-5445 Darren Tue, 20 Mar 2007 10:26:33 +0000 http://www.tonyspencer.com/2004/08/17/using-rsync-to-copy-files-from-one-server-to-another/#comment-5445 Just quick note thanks for the info saved me a lot of time.Just a quick note for others i change my ssh port from default to private port number so this HowTo works well if need to supply ssh -p [somePort] you need to enclose it in single or double quotes like so rsync -av -e 'ssh -p 65200' username@oldserverhost:/home/old_home/ /home/new_home/ Just quick note thanks for the info saved me a lot of time.Just a quick note for others i change my ssh port from default to private port number so this HowTo works well if need to supply ssh -p [somePort] you need to enclose it in single or double quotes like so
rsync -av -e ’ssh -p 65200′
username@oldserverhost:/home/old_home/ /home/new_home/

]]>