View Single Post
Old 12-28-2011, 04:56 PM  
Moose
Confirmed User
 
Join Date: Feb 2001
Location: Here
Posts: 1,548
Quote:
Originally Posted by KlenTelaris View Post
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.
lol, yes just do this and everything will magically work

Wish it was that easy.
Moose is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote