Skip to main content

Transfer from Remote cPanel Account

Comments

1 comment

  • TechAmigo Support

    Hello TI Ilumisol,

    To facilitate a smoother migration of your large cPanel account with size of 800GB, we recommend generating a backup using the --skiphomedir option. This will create the main account structure (emails, databases, DNS settings, etc.) without the large home directory, which can then be transferred separately.

    Please follow the steps below:

    Step 1: Generate the account backup on your old server. Run the following command to create the backup without the home directory. Replace username with the actual cPanel username.


    /scripts/pkgacct --skiphomedir username

    Step 2: Transfer the resulting backup file (usually located in /home/cpmove-username.tar.gz) to your new server using rsync or scp. After that, on the new server, restore the account using the command:


    /scripts/restorepkg /path/to/cpmove-username.tar.gz


    Step 3: Sync Your Home Directory

    Once the account is restored, you can transfer the home directory contents separately. On the old server, run:


    rsync -avP --progress /home/username/* root@NEW-SERVER-IP:/home/username/

    Note: This may take some time depending on the amount of data.


    After completing these steps, your account migration should be complete. Please let us know once you have performed these actions or if you encounter any issues.

     

    Regards,
    TechAmigo Support

     

    1

Please sign in to leave a comment.