View Single Post
Old 06-28-2015, 09:58 AM  
freecartoonporn
Confirmed User
 
freecartoonporn's Avatar
 
Industry Role:
Join Date: Jan 2012
Location: NC
Posts: 7,683
server one,
go to your http_doc dir.
tar -zcvf .

it will create a tar file.
move that that file using mv command to http root.

then on new server ,
go to desired location., and do

wget http://domain/tar_file_location

and then
tar -zxvf tarfile name.

use mysqldump tool to get DB dump and then moveth same way.,

dont forget to find and replace the mysqql config .

grep -rnw localhost /path-to-just-extracted-files
freecartoonporn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote