View Single Post
Old 2005-09-12, 09:30 PM   #3
SinSational
Shut up brain, or I'll stab you with a Q-tip!
 
SinSational's Avatar
 
Join Date: Jan 2005
Location: Boston, MA
Posts: 119
Send a message via ICQ to SinSational Send a message via AIM to SinSational
rsync
Basically you can push data from your old server to your new server. your host should do this for you.


sample code:
login to old server and run this command
rsync -zave ssh /usr/local/apache/sites root@domain.com:/usr/local/apache

the above command would push the /sites directory from your old server to the /apache directory on your new server.
SinSational is offline   Reply With Quote