This commit is contained in:
2026-03-24 00:38:46 +00:00
parent 564da10718
commit 8a2fa81c40
+7 -6
View File
@@ -7,11 +7,6 @@
HOST1="unRAID-Gmer4Lfe"
HOST2="unRAID-Jayred365"
# SSH Key Mapping (used for rsync scripts to determine which SSH key to use based on source and destination)
declare -A SSH_KEYS
SSH_KEYS["unRAID-Gmer4Lfe|unRAID-Jayred365"]="/root/.ssh/Gmer4Lfe-rsync-key"
SSH_KEYS["unRAID-Jayred365|unRAID-Gmer4Lfe"]="/root/.ssh/Jayred365-rsync-key"
#-----------------------------------------------------------------------------------------------
#----------------- User Variables, Please adjust here in Master.conf as needed -----------------
#-----------------------------------------------------------------------------------------------
@@ -111,4 +106,10 @@ PROFILE_EXCLUDE_DIRS["important-data"]="logs *.tmp"
PROFILE_EXCLUDE_DIRS["emby"]="logs *.tmp"
#-----------------------------------------------------------------------------------------------
#---------------End Of User Variables, Please adjust here in Master.conf as needed -------------
#-----------------------------------------------------------------------------------------------
#-----------------------------------------------------------------------------------------------
# SSH Key Mapping (used for rsync scripts to determine which SSH key to use based on source and destination)
declare -A SSH_KEYS
SSH_KEYS["unRAID-Gmer4Lfe|unRAID-Jayred365"]="/root/.ssh/Gmer4Lfe-rsync-key"
SSH_KEYS["unRAID-Jayred365|unRAID-Gmer4Lfe"]="/root/.ssh/Jayred365-rsync-key"