Backup all cpanel account at once!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Backup all cpanel account at once!

    To backup all your cpanel accounts at once
    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
    after this cpanel account will be backup.
    You will not need to backup one by one.

    WWW.9XHOST.NET
Working...
X