Portal Home > Knowledgebase > Cpanel / WHM > Copy / Transfer Accounts


Copy / Transfer Accounts




Login to your VPS / Server in root mode:

Make a tar of the account that needs to be moved on your old server :
/scripts/pkgacct acctusername

Example:

/scripts/pkgacct joedoe

move the tar with scp command to the new server :
scp -r backupfilename.tar.gz root@new.server.com:/home/

Example:

scp -r joedoe.tar.gz root@ipaddress:/home/

and just restore it :
/scripts/restoreacct

Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
Updating Apache Via SSH (Views: 1447)
Fix Quotas (Views: 1263)