• Welcome to Web Hosting Community Forum for Webmasters - Web hosting Forum.
 

Recommended Providers

Fully Managed WordPress Hosting
lc_banner_leadgen_3
Fully Managed WordPress Hosting

WordPress Theme

Divi WordPress Theme
WPZOOM

Recent Topics

Forum Membership

Forum Membership

Fastest way to migrate cPanel to cPanel account having 200 GB

Started by Chris, November 20, 2019, 03:34:41 PM

Chris

Whats the fastest way to migrate 1 cpanel account with more than 200GB in size?
Both has root access..

Thank you!

Dewlance

Create backup of your account on source server then move it using rsync to your new server and restore it using restore command or from WHM panel.?
Get Premium Web Hosting from Dewlance

dream_webhosts

Created a full account backup by using script command (/script/pkgacct <username>) then move backup file by using rsync command.

kumkum

Hi,
You can use Linux commands to transfer 200GB data from one server to another.
For that you can use either rsync command or scp command.

- scp command: scp -P port -r root@destinationserverIP:/home/path /home/destinationpath
- rsync command : rsync A host:B

These both the commands used to transfer data but rsync command is better because it uses delta transfer algorithm which makes transfer more faster.

techinfo