From bb1205856dbd7bc102ba51ea91a31e8b0a44560c Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Sun, 19 May 2024 12:50:10 +1000 Subject: [PATCH] Update README.md v2.1.11 - Added ability to schedule the script and specify the expansion unit to enable. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b757209..2dc1b0e 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ This script will work for the following Synology NAS models: ## How to run the script +### Scheduling the script in Synology's Task Scheduler + +See How to schedule a script in Synology Task Scheduler + ### Run the script via SSH [How to enable SSH and login to DSM via SSH](https://kb.synology.com/en-global/DSM/tutorial/How_to_login_to_DSM_with_root_permission_via_SSH_Telnet) @@ -68,7 +72,7 @@ sudo -s /volume1/scripts/syno_enable_eunit.sh > **Note**
> Replace /volume1/scripts/ with the path to where the script is located. -**Options:** +### Options: ```YAML -c, --check Check expansion units status -r, --restore Restore from backups to undo changes @@ -85,7 +89,7 @@ sudo -s /volume1/scripts/syno_enable_eunit.sh ## What about DSM updates? -After any DSM update you will need to run this script again. +After any DSM update you will need to run this script again, if you don't have it scheduled to run at boot.