diff --git a/README.md b/README.md index 8179aaa..8667eca 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ # Synology HDD db [![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/007revad) +[![committers.top badge](https://user-badge.committers.top/australia/007revad.svg)](https://user-badge.committers.top/australia/007revad) + + ### Description @@ -103,6 +106,9 @@ ### Running the script via SSH Thank you to the following paypal donators and GitHub sponsors +- John Pham +- Alejandro Bribian Rix +- Daniel Hofer - Bogdan-Stefan Rotariu - Kevin Boatswain - anschluss-org @@ -115,11 +121,10 @@ ### Running the script via SSH - Eric Wells - Massimiliano Pesce - JasonEMartin -- Kevin Boatswain - Gerrit Klussmann - Alain Aube - Robert Kraut - Charles-Edouard Poisnel - Oliver Busch - Gummibando -- All the anonymous donors and private sponsors +- And the anonymous donors and private sponsors diff --git a/bin/dtbpatch b/bin/dtbpatch new file mode 100644 index 0000000..0f314f2 Binary files /dev/null and b/bin/dtbpatch differ diff --git a/bin/dtc b/bin/dtc new file mode 100644 index 0000000..d3da15b Binary files /dev/null and b/bin/dtc differ diff --git a/how_to_schedule.md b/how_to_schedule.md index be8d2cd..51b243f 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: