Cpanel -> Cpanel (Bulk)
Quick guide on the steps to migrate cPanel accounts in bulk to another cPanel server
for i in `cat list-domains.txt`; do cat /etc/userdomains | grep$ $i | awk {'print $2'}; donecat list-users.txt | xargs -i /scripts/pkgacct {}cat list-users.txt | xargs -i /scripts/pkgacct --skiphomedir {}ls -al | grep '.tar.gz' >> list-tarball.txtcat list-tarball.txt | xargs -i /scripts/restorepkg {}Last updated