Skip to content

Template Bash script for automated MySQL database backups with Azure Blob Storage upload. Includes Spanish and English versions.

License

Notifications You must be signed in to change notification settings

alexm-sys/mysql-backup-to-azure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ 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.

About

Template Bash script for automated MySQL database backups with Azure Blob Storage upload. Includes Spanish and English versions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages