RESTORE BACKUPS WITHOUT CPANEL

cPanel, Industry leading hosting platform with world-class support.
Post Reply
yashbasezap
Posts: 1
Joined: December 12th, 2022, 3:49 pm

RESTORE BACKUPS WITHOUT CPANEL

Post by yashbasezap »

Hello,
Our server got hacked and we had to power it up in rescue mode. We are trying to find the directory which contains our backup files but unable to find them. This article that talks about manually restoring the backup gave no instructions on where to find the backup account folder. https://docs.jetbackup.com/manual/whm/T ... count.html

I would be grateful if anyone can help me navigate the files from which we restore the backup.

Thanks,


Best regards,

Yash.
JetAppsAdam
Staff Member
Staff Member
Posts: 74
Joined: August 5th, 2022, 11:01 pm

Re: RESTORE BACKUPS WITHOUT CPANEL

Post by JetAppsAdam »

Hello yashbasezap,

In order to locate your backup files you would first need to determine the location of the JetBackup destination that was used to store your backups. If the JetBackup destination was a local destination on your server you can try finding the backup files by running the following command:

Code: Select all

find / -maxdepth 5 -type d -name "jetbackup_*"
Please note that this will only help you find your files if they were stored locally, and that this method will not be effective if you had used a remote storage destination. If you need further assistance with this issue, please do not hesitate to reach out to our 24/7/365 support team! You can contact them by emailing [email protected]
Thank you,

Adam G
JetApps, LLC.
JetApps.com | JetBackup.com
Post Reply