An open API service indexing awesome lists of open source software.

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.

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.