added share, rootfs, and disk checks

This commit is contained in:
2026-04-06 00:58:37 +00:00
parent 2f18f0cb6b
commit 227cdaac19
3 changed files with 151 additions and 4 deletions
+6 -1
View File
@@ -41,6 +41,12 @@ SSH_PORT=221
# Default global rsync options
DEFAULT_RSYNC_OPTS=(-av --info=progress2 --human-readable --bwlimit="$BW_LIMIT" --delete --inplace --no-whole-file)
# ------------------- Remote Health Checks ----------------------
# Abort if remote rootfs usage is at or above this percentage.
# Protects against rsync writing to rootfs when the remote array is down or drives are missing.
# Recommended: 75 — gives headroom before the server becomes unstable
ROOTFS_WARN=75
# ------------------- Daily Sync Shares -------------------------
# Shares synced once daily by Orchestrators/daily_sync.sh
# Add or remove paths here to manage what gets synced.
@@ -159,4 +165,3 @@ declare -A PROFILE_EXCLUDE_DIRS=(
#-----------------------------------------------------------------------------------------------
#---------------------- End Of User Variables, Please adjust above as needed -------------------
#-----------------------------------------------------------------------------------------------