Correct stale references across the remaining folder docs

Three renamed or dissolved names were still cited, and three scheduled scripts had no
entry in their folder's table.
This commit is contained in:
Gmer4Lfe
2026-08-01 23:07:50 -04:00
parent 53aa72d38c
commit 7a8fbbe06a
7 changed files with 12 additions and 9 deletions
+3 -3
View File
@@ -538,7 +538,7 @@ Runs on both servers; `detect_hosts()` determines which direction each sync goes
# Drive temperature exit codes respected — skip share or abort all on CRIT.
#
# 3. Post-sync: DAILY_MAINTENANCE_SCRIPTS (everything except git pull)
# media_management.sh → permissions + cleaners + arr cleanup
# Media/ + Arrs_Stack/ scripts → permissions, cleaners, arr cleanup, classification
# docker_daily_restart.sh → nightly container restarts
# ─────────────────────────────────────────────────────────────────────────────
```
@@ -557,12 +557,12 @@ Runs on both servers; `detect_hosts()` determines which direction each sync goes
#
# HOST1 runs this script at 1am:
# → pushes HOST1_DAILY_SYNC_SHARES (Movies, Tv_Shows, Music) → HOST2
# → media_management.sh on HOST1's shares
# → Media/ + Arrs_Stack/ scripts on HOST1's shares
# → docker_daily_restart.sh on HOST1's containers
#
# HOST2 runs this script at 1am:
# → pushes HOST2_DAILY_SYNC_SHARES (Anime_Shows, Anime_Movies) → HOST1
# → media_management.sh on HOST2's shares
# → Media/ + Arrs_Stack/ scripts on HOST2's shares
# → docker_daily_restart.sh on HOST2's containers
# ─────────────────────────────────────────────────────────────────────────────
```