Commit Graph

7 Commits

Author SHA1 Message Date
Peter Wood
faf5102cd7 refactor: Improve backup-env-files.sh for temp file handling and enhance crontab entries for .env backups 2025-05-29 07:19:12 -04:00
Peter Wood
20737f7872 Add .env backup system to crontab and create integration guide
- Added daily .env backup at 02:00 with proper logging
- Added weekly .env validation at 08:30 on Sundays
- Created comprehensive integration guide
- Integrated with existing crontab management system
- Follows established logging pattern with syslog tags
2025-05-29 07:08:55 -04:00
Peter Wood
8278907c0e chore: Remove crontab-merging-issue-resolution.md as it is no longer needed 2025-05-28 15:10:51 -04:00
Peter Wood
632c4cc702 fix: Update backup scripts in crontab to correct paths and enhance logging 2025-05-26 15:05:04 -04:00
Peter Wood
4975810eca feat: Add daily system backup entry with auto-cleanup to crontab 2025-05-26 14:24:22 -04:00
Peter Wood
d60c5ceeac feat: Add daily system backup and integrity check for Plex database with enhanced logging 2025-05-26 14:21:54 -04:00
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