https://github.com/alexm-sys/mysql-backup-to-azure
Template Bash script for automated MySQL database backups with Azure Blob Storage upload. Includes Spanish and English versions.
https://github.com/alexm-sys/mysql-backup-to-azure
automation azure backup bash blob-storage cron mysql opensource template
Last synced: 8 months ago
JSON representation
Template Bash script for automated MySQL database backups with Azure Blob Storage upload. Includes Spanish and English versions.
- Host: GitHub
- URL: https://github.com/alexm-sys/mysql-backup-to-azure
- Owner: alexm-sys
- License: mit
- Created: 2025-04-04T11:40:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-04T11:43:28.000Z (8 months ago)
- Last Synced: 2025-04-09T18:14:08.399Z (8 months ago)
- Topics: automation, azure, backup, bash, blob-storage, cron, mysql, opensource, template
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🛡️ MySQL Backup Script Template / Plantilla de Script de Backup MySQL
This repository contains a secure, customizable Bash script to automate backups of MySQL databases and upload them to Azure Blob Storage.
It is available in both **English** and **Spanish**, ready to adapt to any environment.
Este repositorio incluye un script Bash seguro y personalizable para automatizar copias de seguridad de bases de datos MySQL y subirlas a Azure Blob Storage.
Está disponible tanto en **inglés** como en **español**, listo para ser adaptado a cualquier entorno.
---
## 📁 Repository Structure / Estructura del Repositorio
```
.
├── README.md
├── LICENSE
├── EN/
│ ├── mysql_backup_to_azure.sh
│ ├── mysql_backup_config.conf
│ └── README_EN.md
└── ES/
├── mysql_backup_to_azure.sh
├── mysql_backup_config.conf
└── README_ES.md
```
---
## ✅ Features / Características
- 🔁 Daily & weekly MySQL backups / Backups diarios y semanales
- ☁️ Upload to Azure Blob Storage / Subida a Azure
- 🧹 Auto cleanup of old backups / Limpieza automática
- 🔐 Secure credentials handling / Gestión segura de credenciales
- 📄 Multilingual: English & Spanish / Multilingüe
---
## 🧾 License / Licencia
This project is licensed under the MIT License.
Este proyecto está licenciado bajo la licencia MIT.
See the `LICENSE` file for more details.
Consulta el archivo `LICENSE` para más detalles.