Question
How do you restore an account from server backups?
Answer
You can restore an account from WHM or the command line.
- Log in to WHM as the
rootuser. Navigate to Home / Account Functions / Backup Restoration.
Select the User for the account you wish to restore and then choose the desired date from the calendar under Available Backup Dates. Alternatively, you can switch to the Restore by Date tab to reverse this selection.
Confirm the Options for the restore are configured as desired.
- Click the Add Account to Queue button.
Start processing the queue by clicking the Restore button at the bottom of the interface.
- Log in to the server via SSH or WHM's Terminal as the
rootuser. Run the following command:
# /scripts/restorepkg PATH_TO_BACKUP
Note: You need to replace PATH_TO_BACKUP with the location of the account backup file (e.g. /backup/2021-01-01/accounts/user.tar.gz).
You can monitor and review the restoration process in WHM when logged in as root by navigating to Home / Transfers / Review Transfers and Restores.
Comments
0 comments
Article is closed for comments.