mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 04:30:13 -08: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:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -20,9 +20,13 @@ _book
|
||||
|
||||
# Runtime generated files
|
||||
logs/
|
||||
crontab-backups/
|
||||
# But keep the current state backups for each system
|
||||
!crontab-backups/*/current-crontab.backup
|
||||
# Backup files - ignore most backups but keep current state files
|
||||
crontab/crontab-backups/*
|
||||
!crontab/crontab-backups/europa/
|
||||
!crontab/crontab-backups/io/
|
||||
!crontab/crontab-backups/racknerd/
|
||||
crontab/crontab-backups/*/archive/
|
||||
!crontab/crontab-backups/*/current-crontab.backup
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
|
||||
Reference in New Issue
Block a user