To backup all your cpanel accounts at once
Login to your server via ssh as root
then run the following command
after this cpanel account will be backup.
You will not need to backup one by one.
Login to your server via ssh as root
then run the following command
Code:
for i in `ls /var/cpanel/users`;do /scripts/pkgacct $i ; done
You will not need to backup one by one.