MySQL-backup is a simple tool for making backups of MySQL databases using Docker. This project makes it easy to create automatic backups and configure them using Docker and PHP files.
- Automatic backup of MySQL databases
- Configuration via Docker Compose
- Crunz support for scheduling tasks
- Clone the repository:
git clone https://github.com/mxmotta/mysql-backup.git
cd mysql-backup
- Copy the .env-example file to .env and set your environment variables:
cp .env-example .env
- Configure the database details and backup directory in the .env file.