Structure change and vissually fixing code to make it easier to read
This commit is contained in:
@@ -12,7 +12,12 @@ in unRAID User Scripts, to use scripts in git
|
||||
add a line pointing to script plus local folder to be synced
|
||||
Exampl = /mnt/user/appdata/unraid_scripts/Rsync/rsync.sh /mnt/user/appdata-test/Arrs/
|
||||
|
||||
This opens the script and passes the folder overas an argument
|
||||
This opens the script and passes the folder over as an argument
|
||||
This allows for multiple rsync ops running off a single core script
|
||||
|
||||
All changes made to 1 single core script then works for all user scripts that point to rsync.sh
|
||||
|
||||
The Master.conf file is where all user changeable variables live, This is for all scripts
|
||||
|
||||
A common.sh file also is used to share all common codes that multiple scripts use
|
||||
This allows for easier managment of scripts, editing, and what not
|
||||
Reference in New Issue
Block a user