mirror of
https://github.com/acedanger/shell.git
synced 2026-03-25 04:21:49 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user