This commit is contained in:
2026-03-21 21:34:42 +00:00
parent 546686ac8c
commit a932232da7
5 changed files with 121 additions and 18 deletions
+4 -3
View File
@@ -3,6 +3,7 @@ set -e
#-----------------------------------------------------------------------------------------------
#----------------- User Variables, Please adjust in Master.cong as needed ----------------------
#-----------------------------------------------------------------------------------------------
# This is the main Core Rsync script
#
# User vaiables can be adjusted in Master.conf
# scripts now just contain runtime codes
@@ -10,10 +11,10 @@ set -e
# This allows for profiles and multiple things to use the core script
# use arguments in unRAID User Plugin for directory
# Example = /mnt/user/appdata/unraid_scripts/Rsync/rsync.sh
# /mnt/user/appdata-Failover/Arrs_Stack/
# /mnt/user/appdata-test/Arrs/
#
# /mnt/user/appdata-Failover/Arrs_Stack/ is the argument
# If the last name /Arrs-Stack/ matches a profile in Master.conf then profiles are used
# /mnt/user/appdata-test/Arrs/ is the argument
# If the last name /Arrs/ matches a profile in Master.conf then profiles are used
# If no matches then Global Configureation is used in Master.conf
#
#-----------------------------------------------------------------------------------------------