All rsync flags re-enabled — HOST2 rebuild complete

This commit is contained in:
Gmer4Lfe
2026-06-07 10:12:20 -04:00
parent 30e7c2f6b0
commit ca0d17ec2a
+1 -2
View File
@@ -98,7 +98,7 @@ This is intentional architecture — don't bypass it.
RSYNC_ENABLED=true
CRITICAL_RSYNC_ENABLED=true
INTERMEDIATE_RSYNC_ENABLED=true
DAILY_RSYNC_ENABLED=false # HOST2 rebuild in progress — re-enable when ready
DAILY_RSYNC_ENABLED=true
WEEKLY_RSYNC_ENABLED=true
FALLBACK_RSYNC_ENABLED=true
```
@@ -129,7 +129,6 @@ Tier delays before activating higher tiers are in `host*.conf` (`HOST1_TIER*_DEL
- HOST2 NPM/lldap credentials (`HOST2_NPM_USER`, `HOST2_NPM_PASS`, `HOST2_LLDAP_PASS`) are empty in `host2.conf` — fill in when HOST2 is back online.
- `PARTNERSHIP_ENABLED=false` — not yet active.
- `FALLBACK_ENABLED=true` — fallback is running.
- `DAILY_RSYNC_ENABLED=false` — paused during HOST2 rebuild.
---