This project automates the backup of a MySQL database on an AWS EC2 instance running Ubuntu 20.04 LTS. It uses a bash script to back up the database, upload the backups to an S3 bucket, and send email ...
This script allows you to backup a MySQL database or multiple MySQL databases to, optionally a local folder, and upload the backups to a remote server using SCP. This script also has a dry run option ...