Sunday, December 01, 2013

How to create and restore Cpanel Backup from backend

There may be a case when you need to create backup or restore accounts from backup from back-end or command line, To do backup creation or account restoration form the command line follow the commands below.

SSH Server 

Run the Commands below
  • Creating Cpanel Backup.
 /scripts/pkgacct User-Name
  • Creating Cpanel backup Forcefully.
/scripts/pkgacct username --force
  • Restoring the Cpanel backup.
 /scripts/restorepkg /home/USERNAME/backup-date-USER.tar.gz
  • Restoring the Cpanel backup Forcefully.
 /scripts/restorepkg --force /home/USERNAME/backup-date-USER.tar.gz

No comments:

Post a Comment

Do Write about the Blog and Welcome to the world where open source is every thing :-)