• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Server to Server transfer

HexiumVII

Senior member
I have 2 webhosting with CPanel and i would like to mirror all the data from one to the other. Whats the easiest way to do this?
 
if all you want to do is make a single snapshot or sorts of one site and have that display on the other, then using the built in backup/restore might work. This method may wreak havoc on any hard-coded links in your code since the domains on both servers probably won't be the same.

If you want both sites to mirror each other constantly it will take a bit more work. I've never tried anything like this but from what I've read in the past, something like rsync may be the ticket.
 
Back
Top