Migrate/Transfer Multiple cPanel Accounts without WHM Transfer tools
May 6, 2020
First of all remove any backup file present under /home directory using the command rm -rf /home/cpmove-* Create the list of accounts you wish to migrate using the below commands. cat /etc/trueuserdomains | awk ‘{print $2}’ > /home/accountlist Now you have the list of account in the file /home/accountlist Suppose that you have 100 accounts and wish to move… read more »
4,547 total views