What is storage location of MySQL backup?

kumkumsharma

Administrator
Staff member
If you have configured MySQL backup in Backup configuration then you have to check the location of MySQL backup. You can use below command to check the backup of your database:

Code:
grep 'BACKUPDIR\|MYSQL' /var/cpanel/backups/config
Here BACKUPDIR is the location where cpanel backup is available.
 
Top