View Single Post
Old 12-28-2011, 04:53 PM  
Klen
 
Klen's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Little Vienna
Posts: 32,235
On source server:
rsync -av /var/lib/mysql /dbbackup
rsync -av /home /homebackup
On destination server:
rm -Rf /var/lib/mysql
rsync -av /dbbackup /var/lib/mysql
rm -Rf /home
rsync -av /homebackup /home
But do this only if you destination server is new,for server with data procedure is little different.
Klen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote