Structure Changes

This commit is contained in:
2026-03-21 18:33:29 +00:00
parent 766770ab4e
commit 798517baf5
2 changed files with 179 additions and 1 deletions
+10 -1
View File
@@ -11,11 +11,20 @@ else
echo "Error: Master.conf not found at $MASTER_CONF"
exit 1
fi
# Directory
DIRECTORY="$1" # The directory to sync, passed as argument
if [[ -z "$DIRECTORY" ]]; then
echo "Usage: $0 <directory-to-sync>"
exit 1
fi
echo "[$LOCAL_SERVER_NAME] Syncing $DIRECTORY$REMOTE_SERVER:$DIRECTORY"
#-----------------------------------------------------------------------------------------------
#----------------------------- User Variables, Please adjust as needed -------------------------
#-----------------------------------------------------------------------------------------------
DIRECTORY="/mnt/user/appdata-Failover/Arrs_Stack/"
DRY_RUN=false
CRITICAL_CONTAINER_NAMES=("Sonarr" "Lidarr" "Readarr" "Radarr" "Prowlarr" "Bazarr" "Pinchflat")
DELAYED_CONTAINERS=("")