minor change not worth adressing

This commit is contained in:
2026-04-21 19:17:10 -04:00
parent d4bf31a5f4
commit 107b9d99fe
3 changed files with 19 additions and 13 deletions
+9 -7
View File
@@ -263,20 +263,22 @@ emby-failover — frequent dirty sync (every 30-60min):
Fast, small dataset, high bandwidth
This is also what gets written back during failover handback
emby — nightly clean sync (via nightly_sync.sh at 2:30am):
emby — weekly clean sync (via nightly_critical_full_sync.sh Sunday 2:30am):
Emby stopped on both sides — WAL checkpointed on shutdown
Full mirror: metadata, plugins, config all included
Minimal excludes: logs, transcodes, cache, crash files only
Complete faithful state pushed once per night
Complete faithful state pushed once per week
Cache stays warm on HOST2 all week — only reset on Sunday
emby-failover handles the critical state between weekly syncs
```
Usage with profile override:
```bash
# Dirty sync — Emby stays running
bash rsync.sh /mnt/user/appdata-Failover/Emby --profile=emby-failover
bash rsync.sh /mnt/user/Media_Server/Emby --profile=emby-failover
# Clean sync — called by nightly_sync.sh, Emby stopped via profile
bash rsync.sh /mnt/user/appdata-Failover/Emby
# Clean sync — called by nightly_critical_full_sync.sh, Emby stopped via profile
bash rsync.sh /mnt/user/Media_Server/Emby
```
---
@@ -303,8 +305,8 @@ Set the schedule to match your desired frequency:
| Profile | Schedule | Notes |
|---|---|---|
| `emby-failover` | Every 30-60 min | Dirty sync — Emby running, critical data only |
| `emby` | via `nightly_sync.sh` | Clean sync — Emby stopped, full mirror |
| `Critical-Data` | via `nightly_sync.sh` | Auth stack — clean nightly sync |
| `emby` | Weekly Sunday via `nightly_critical_full_sync.sh` | Clean sync — Emby stopped, full mirror, cache stays warm all week |
| `Critical-Data` | Weekly Sunday via `nightly_critical_full_sync.sh` | Auth stack — clean weekly sync |
| `Important-Data` | Every 6-12 hours | NextCloud file changes |
| `Arrs_Stack` | Every 12-24 hours | Arr databases |
| `Gmer4Lfe` | Daily or weekly | Personal appdata, rarely changes |