[SOLVED] Backup : There is no mysql dump in my archive

Hi everyone !

I made a scheduled backup (full) which is sent to the a backup server.

I tried to find where is the MySQL dump but impossible to find it :frowning:

However, when the backup is running, it displayed that the dump is okey…

Any idea ?

Thank you for your help

Howdy,

After extracting the files in your backup archive, look in the hidden directory called “.backup”. There, you’ll see files with the name “mysql” in them that contain your MySQL dumps.

-Eric

Great!

Thank you very much for your help Eric !