How to copy WHM packages from one server to another? SSH Command

Q:


We're just configuring a new cpanel server and would like to copy the settings from one of our other servers.

How can we copy the WHM packages between servers? Is there an export/import function anywhere? Or do we have to copy some text files?

Answer:

The following rsync command should do the trick:


rsync -avz /var/cpanel/packages/  root@162.43.34.43:/var/cpanel/packages/

Post a Comment

0 Comments