Browse Source

Update how_to_schedule.md

pull/143/head
Dave Russell 2 years ago
committed by GitHub
parent
commit
28a0237f97
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      how_to_schedule.md

4
how_to_schedule.md

@ -13,7 +13,9 @@ # How to schedule a script in Synology Task Scheduler
7. Click **Task Settings**. 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. 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. 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. 11. Click **OK** to save the settings.
Here's some screenshots showing what needs to be set: Here's some screenshots showing what needs to be set:

Loading…
Cancel
Save