I've been moving hosts a lot over the past two months and here are my tips on moving hosts quickly and easily.
If the server you're moving to has cPanel, simply log into WHM -> in the main menu, click on Transfers -> select the option you want -> fill in the info (usually just IP, username, and password) -> hit Setup and within a matter of minutes, your site from the old host should be transferred over to the new one.
If you don't have the Transfers option in your WHM, open a support ticket and your host will do it for you.
Now, another thing, perhaps you have two accounts on the same server and you wanna move a folder from Account A over to Account B, you can either use an SFTP program or log into SSH and run this command:
cp -R ~username/public_html/folder ~username/public_html/folder
First one is the location of the folder and the second one is the destination where you want to move that folder. Of course, you can change the destination to your choice.
Feel free to share tips and tricks on moving hosts 
|