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