Docker MySQL Backup options

Hi Everyone,

I am exploring an options to backup MySQL database while running in Docker container, and i learned mysqldump is the one available. Any other options available to backup mysql database directories?

Thanks
Shrenik

I like to deploy an Adminer container for each MySQL container. It’s a webui for my database and has the capability to import & export entire databases, as long as it doesn’t get too big.