I just thought I would share my method with those who haven't already figured out a method for transferring cPanel packages from one server to another.
1. SSH into the server with the existing packages.
2. CD to the path of the packages: cd /var/cpanel/packages
3. Zip the Packages: tar cvzf /home/user/public_html/packages.tar.gz *
4. SSH into server that will receive the new packages.
5. CD to the path of the packages: cd /var/cpanel/packages
6. wget http://www.domain.com/~user/packages.tar.gz
7. tar zxvf packages.tar.gz
Notes:
To copy packages to multiple servers, just start from step 4.
You may want to delete your packages.tar.gz file on the server with the original after you are finished transferring your packages over.
1. SSH into the server with the existing packages.
2. CD to the path of the packages: cd /var/cpanel/packages
3. Zip the Packages: tar cvzf /home/user/public_html/packages.tar.gz *
4. SSH into server that will receive the new packages.
5. CD to the path of the packages: cd /var/cpanel/packages
6. wget http://www.domain.com/~user/packages.tar.gz
7. tar zxvf packages.tar.gz
Notes:
To copy packages to multiple servers, just start from step 4.
You may want to delete your packages.tar.gz file on the server with the original after you are finished transferring your packages over.