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.
.
├── 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
- 🔁 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
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.