Releases: allanlopesprado/glpi-backup
Releases · allanlopesprado/glpi-backup
Release v1.0.0
Overview
This is the initial release of backup-glpi.sh, an automated script for backing up GLPI (Gestionnaire libre de parc informatique). This script is designed to facilitate the backup of both the GLPI database and associated files.
Features
- Automated Backup: Automates the process of backing up the GLPI database and associated files.
- Database Backup: Creates a compressed backup of the GLPI database using mysqldump and gzip.
- Files Backup: Archives and compresses key GLPI directories, excluding temporary or unnecessary files.
- Backup Logging: Records all backup operations and status messages in /var/log/glpi/backup.log.
- Log Rotation: Configures automatic weekly log rotation to manage and compress old log files.
- Old Backup Cleanup: Removes backup files older than 5 days to free up storage space.