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
+7 -3
View File
@@ -172,7 +172,10 @@
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/appdata-Failover/Arrs_Stack
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/appdata-Failover/Critical-Data
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/appdata-Failover/Important-Data
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/appdata-Failover/Emby --profile=emby-failover
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/Media_Server/Emby --profile=emby-failover
# ^^ schedule every 30-60min — dirty sync, Emby running, critical data only
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/Media_Server/Emby
# ^^ do NOT schedule — called by nightly_critical_full_sync.sh weekly Sunday 2:30am only
#/mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/appdata-Failover/Gmer4Lfe
#
# ━━━ Rsync — Individual Media Shares (ad hoc) ━━━
@@ -288,7 +291,7 @@
#
# ━━━ Frequent (cron) ━━━
# */3 * * * * transcode_management.sh (cleanup + manager every 3min)
# */30 * * * * rsync.sh /mnt/user/appdata-Failover/Emby (emby-failover dirty sync)
# */30 * * * * rsync.sh /mnt/user/Media_Server/Emby (emby-failover dirty sync)
# --profile=emby-failover
# */10 * * * * webgui_restart.sh
# */15 * * * * docker_watchdog.sh
@@ -297,7 +300,7 @@
# ━━━ Daily ━━━
# 0 1 * * * daily_sync.sh (media shares both directions)
# 0 2 * * * media_management.sh (permissions + cleaners + arrs)
# 30 2 * * * nightly_critical_full_sync.sh (clean Emby + auth stack sync)
# 30 2 * * 0 nightly_critical_full_sync.sh (clean Emby + auth stack sync)
# 0 3 * * * docker_daily_restart.sh
# 0 8 * * * weekly_health_digest.sh (profile controls if it sends)
#
@@ -310,6 +313,7 @@
# emby-failover — every 30-60min via frequent cron above
#
# ━━━ Weekly — Sunday morning block ━━━
# 30 2 * * 0 nightly_critical_full_sync.sh (clean Emby + auth stack — cache resets weekly)
# 0 3 * * 0 docker_weekly_restart.sh
# 0 5 * * 0 clear_logs.sh
# 0 6 * * 0 zfs_memory_snapshot.sh