Add comprehensive Plex backup management scripts

- Introduced `restore-plex.sh` for restoring Plex backups with logging and validation.
- Created `test-plex-backup.sh` for automated testing of backup functionalities.
- Developed `validate-plex-backups.sh` for validating backup integrity and monitoring.
- Updated `update.sh` to reference the correct path for Plex service management.
This commit is contained in:
Peter Wood
2025-05-26 13:20:12 -04:00
parent a91fc79449
commit c9b69ea789
30 changed files with 702 additions and 25 deletions

View File

@@ -207,7 +207,7 @@ check_backup_health() {
"/home/acedanger/shell/backup-plex.sh"
"/home/acedanger/shell/move-backups.sh"
"/home/acedanger/shell/validate-plex-backups.sh"
"/home/acedanger/shell/crontab-backup-system.sh"
"/home/acedanger/shell/crontab/crontab-backup-system.sh"
)
for script in "${backup_scripts[@]}"; do