From 069cbacca453a8397517a674516f50f1545f11d5 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 8 Aug 2026 19:02:59 -0400 Subject: [PATCH] =?UTF-8?q?Fold=20modelortho=20into=20shared=20app3=20back?= =?UTF-8?q?up=20=E2=80=94=20no=20standalone=20job?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - app3-backup.sh now backs up static sites (non-WordPress htdocs) - modelortho.com picked up automatically alongside 10+ other static sites - Removed standalone modelortho-backup.sh + cron job - Static sites row added to backup plan S3 path: app3/static/ --- backup-plan.md | 1 + 1 file changed, 1 insertion(+) diff --git a/backup-plan.md b/backup-plan.md index 0ae58ee..41415fe 100644 --- a/backup-plan.md +++ b/backup-plan.md @@ -58,6 +58,7 @@ | MySQL (all DBs) | `app3-backup.sh` — mysqldump | `s3://hermes-vps-backups/app3/mysql/` | 3:00 AM | 2026-07-28 | | WordPress Files | `app3-backup.sh` — wp-content tar.gz | `s3://hermes-vps-backups/app3/wordpress/` | 3:00 AM | 2026-07-28 | | Nginx Configs | `app3-backup.sh` — sites-enabled + config | `s3://hermes-vps-backups/app3/config/` | 3:00 AM | 2026-07-28 | +| Static Sites | `app3-backup.sh` — all non-WordPress htdocs (modelortho.com, verdicttank, transitpin, katiewatts, etc.) | `s3://hermes-vps-backups/app3/static/` | 3:00 AM | 2026-08-08 | | WordPress Snapshots | `/opt/backup-restore/snapshot.sh` — per-site tar.gz | `/opt/backup-restore/snapshots/` (local, 30-day retention) | 1 AM / 1 PM | 2026-08-08 | | Hexclave (Stack Auth) | `hexclave-backup.sh` — PG dump + compose + env | `s3://hermes-vps-backups/app3/hexclave/` | 3:30 AM | 2026-08-08 | | modelortho.com | `modelortho-backup.sh` — htdocs tar.gz + nginx configs | `s3://hermes-vps-backups/app3/modelortho/` | 4:30 AM | 2026-08-08 |