Skip to content

mxmotta/mysql-backup

Repository files navigation

MySQL Backup

Description

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.

Features

  • Automatic backup of MySQL databases
  • Configuration via Docker Compose
  • Crunz support for scheduling tasks

Installation

  1. Clone the repository:
git clone https://github.com/mxmotta/mysql-backup.git
cd mysql-backup
  1. Copy the .env-example file to .env and set your environment variables:
cp .env-example .env
  1. Configure the database details and backup directory in the .env file.

Usage