From 28a0237f97ebf0e11aa722c5160328a4d37b43fb Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Sat, 2 Sep 2023 12:51:16 +1000 Subject: [PATCH] Update how_to_schedule.md --- how_to_schedule.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/how_to_schedule.md b/how_to_schedule.md index be8d2cd..25b6c2b 100644 --- a/how_to_schedule.md +++ b/how_to_schedule.md @@ -13,7 +13,9 @@ # How to schedule a script in Synology Task Scheduler 7. Click **Task Settings**. 8. Optionally you can tick **Send run details by email** and **Send run details only when the script terminates abnormally** then enter your email address. 9. In the box under **User-defined script** type the path to the script. - - e.g. If you saved the script to a shared folder on volume1 called "scripts" you'd type: **/volume1/scripts/syno_hdd_db.sh** + - e.g. If you saved the script to a shared folder on volume1 called "scripts" you'd type: + - **/volume1/scripts/syno_hdd_db.sh -nr --autoupdate=3** + - For information on the options see [Options](readme.md#options) 11. Click **OK** to save the settings. Here's some screenshots showing what needs to be set: