- Created daily-backup.sh script for all 3 web apps - Backs up data/ directories to Git daily at 11:00 PM CST - Commits and pushes to Gitea automatically - Logs to memory/backup.log - Cron job created for automated daily runs
- Added /opt/homebrew/bin to PATH for npm access - Use full path to npm (/opt/homebrew/bin/npm) for reliability - Script tested and working