19 lines
827 B
Markdown
19 lines
827 B
Markdown
This is the Rsync Setup Guide
|
|
This guide is a work in progress
|
|
|
|
|
|
First git Repository need installed at /mnt/user/appdata/unraid_scripts/
|
|
Then made executable, copy and paste contents of git_pull_execute.sh script to a new script in unRAID User Scripts
|
|
|
|
in unRAID User Scripts, to use scripts in git
|
|
Create a new Script and name it whatever
|
|
You can copy contents of user_script_pluin.sh and paste then change acordingly
|
|
or
|
|
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 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
|