Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to Backup and Restore cPanel Accounts via SSH  (Read 1626 times)

0 Members and 1 Guest are viewing this topic.

sachinj

  • Guest
How to Backup and Restore cPanel Accounts via SSH
« on: January 27, 2018, 02:13:23 pm »
How to Backup and Restore cPanel Accounts via SSH
==========================================

How to create backup of Individual cPanel Account via SSH?

1: Log-in to the SSH as Root user.

2: Enter the following command string on the command line interface:

Code: [Select]
/scripts/pkgacct username
Note: The account backup will be created in the current directory you are in

How to Restore the Individual cPanel Account via SSH?

Step 1: To restore the cPanel account backups, enter the following command

Code: [Select]
/scripts/restorepkg username
[Note: In order to restore the data, you need to be in the directory where the backup file is stored.]

That's it  ;)
« Last Edit: January 27, 2018, 02:16:29 pm by sachinj »