- 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
13 lines
686 B
Plaintext
13 lines
686 B
Plaintext
[2026-02-18 16:41:40 CST] Starting web app health check...
|
|
[2026-02-18 16:41:40 CST] ✓ gantt-board (port 3000) - HTTP 200 OK
|
|
[2026-02-18 16:41:40 CST] ✓ blog-backup (port 3003) - HTTP 200 OK
|
|
[2026-02-18 16:41:40 CST] ✓ heartbeat-monitor (port 3005) - HTTP 200 OK
|
|
[2026-02-18 16:41:40 CST] All apps healthy.
|
|
[2026-02-18 16:41:40 CST] ---
|
|
[2026-02-18 22:11:55 CST] Starting web app health check...
|
|
[2026-02-18 22:11:55 CST] ✓ gantt-board (port 3000) - HTTP 200 OK
|
|
[2026-02-18 22:11:55 CST] ✓ blog-backup (port 3003) - HTTP 200 OK
|
|
[2026-02-18 22:11:55 CST] ✓ heartbeat-monitor (port 3005) - HTTP 200 OK
|
|
[2026-02-18 22:11:55 CST] All apps healthy.
|
|
[2026-02-18 22:11:55 CST] ---
|