mirror of
https://github.com/007revad/Synology_enable_eunit.git
synced 2025-08-16 17:17:43 +00:00
Update README.md
v2.1.11 - Added ability to schedule the script and specify the expansion unit to enable.
This commit is contained in:
@ -55,6 +55,10 @@ This script will work for the following Synology NAS models:
|
|||||||
|
|
||||||
## How to run the script
|
## How to run the script
|
||||||
|
|
||||||
|
### Scheduling the script in Synology's Task Scheduler
|
||||||
|
|
||||||
|
See <a href=how_to_schedule.md/>How to schedule a script in Synology Task Scheduler</a>
|
||||||
|
|
||||||
### Run the script via SSH
|
### 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)
|
[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** <br>
|
> **Note** <br>
|
||||||
> Replace /volume1/scripts/ with the path to where the script is located.
|
> Replace /volume1/scripts/ with the path to where the script is located.
|
||||||
|
|
||||||
**Options:**
|
### Options:
|
||||||
```YAML
|
```YAML
|
||||||
-c, --check Check expansion units status
|
-c, --check Check expansion units status
|
||||||
-r, --restore Restore from backups to undo changes
|
-r, --restore Restore from backups to undo changes
|
||||||
@ -85,7 +89,7 @@ sudo -s /volume1/scripts/syno_enable_eunit.sh
|
|||||||
|
|
||||||
## What about DSM updates?
|
## 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.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user