Files
shell/.gitignore
Peter Wood c9b69ea789 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.
2025-05-26 13:20:12 -04:00

34 lines
710 B
Plaintext

# Node rules:
## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
## Dependency directory
## Commenting this out is preferred by some people, see
## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
node_modules
# Book build output
_book
# eBook build output
*.epub
*.mobi
*.pdf
# swap file
*.swp
# Runtime generated files
logs/
# 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
*.bak