Hello gurus, I have a bit complex scenario. Please help
I have a WHM reseller account with No SSH & root with over 12 GB data and 150 accounts. Now I got a VPS with WHM and root access.
I want to move all my 150 accounts from Server A to Server B (with SSH).
I need help and guidance by which I can get the job done with least efforts. I have R1soft backup facility on my Server A and root access on server B.
If there is any way I can log on to my new server and run a script to get accounts from FTP access of the old server to CP backup restore (complete package & PW) at new server.
Please help
My old server does not allow me to copy accounts to the new server. What could be the problem.
Does SSH run on port 22 on the remote machine or some other port? If it is another port, you'd need to do:
Where port# is the port number for SSH on the remote machine.Code:scp -P port# cpmove-[username].tar.gz root@[NEWSERVERIP]:/home/
cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
-- Tristan, Forums Technical Analyst, cPanel Tech Support
Submit a ticket | Check an existing ticket
I'm ding pkgacct on a 17 gig account since whm copy function breaks at about 10gigs. But, any ideas on transferring a 150 gig account? I doubt packing the account would be handled by server very well...
If most of the space is due to the user's public_html directory, I would suggest running:
Please replace username with the cPanel username of the account. This will skip the /home/username directory contents. After you've packaged the account, you could restore it onto the new machine, then you could rsync over the contents of the /home/username directory instead. rsync is faster and wouldn't require packaging to copy the contents.Code:/scripts/pkgacct --skiphomedir username
cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
-- Tristan, Forums Technical Analyst, cPanel Tech Support
Submit a ticket | Check an existing ticket