mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 04:30:13 -08:00
- 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.
34 lines
710 B
Plaintext
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
|