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/
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/
0 Comments