From 8a2fa81c40054b812c44139a3aaffcc8cf517a18 Mon Sep 17 00:00:00 2001 From: FailedProxy Date: Tue, 24 Mar 2026 00:38:46 +0000 Subject: [PATCH] test --- Master.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Master.conf b/Master.conf index 4db225b..0c9cc05 100644 --- a/Master.conf +++ b/Master.conf @@ -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 ------------- -#----------------------------------------------------------------------------------------------- \ No newline at end of file +#----------------------------------------------------------------------------------------------- + + +# 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" \ No newline at end of file