From ca0d17ec2ac991c32560649828f4325de8888751 Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Sun, 7 Jun 2026 10:12:20 -0400 Subject: [PATCH] =?UTF-8?q?All=20rsync=20flags=20re-enabled=20=E2=80=94=20?= =?UTF-8?q?HOST2=20rebuild=20complete?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CLAUDE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index aa37211..18015fd 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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. ---