Structure Changes
This commit is contained in:
@@ -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=("")
|
||||
|
||||
Reference in New Issue
Block a user