Browse Source

Merge pull request #145 from 007revad/develop

Develop
pull/155/head
Dave Russell 2 years ago
committed by GitHub
parent
commit
84fad5e6f3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 27
      README.md

27
README.md

@ -51,23 +51,24 @@ ### Options when running the script <a name="options"></a>
There are optional flags you can use when running the script: There are optional flags you can use when running the script:
```YAML ```YAML
-s, --showedits Show edits made to <model>_host db and db.new file(s) -s, --showedits Show edits made to <model>_host db and db.new file(s)
-n, --noupdate Prevent DSM updating the compatible drive databases -n, --noupdate Prevent DSM updating the compatible drive databases
-m, --m2 Don't process M.2 drives -m, --m2 Don't process M.2 drives
-f, --force Force DSM to not check drive compatibility -f, --force Force DSM to not check drive compatibility
-r, --ram Disable memory compatibility checking (DSM 7.x only) and set max memory to amount of installed memory -r, --ram Disable memory compatibility checking (DSM 7.x only),
-w, --wdda Disable WD WDDA and sets max memory to the amount of installed memory
--restore Undo all changes made by the script -w, --wdda Disable WD WDDA
--autoupdate=AGE Auto update script (useful when script is scheduled) -e, --email Disable colored text in output scheduler emails.
AGE is how many days old a release must be before auto-updating. AGE must be a number: 0 or greater --restore Undo all changes made by the script
-h, --help Show this help message --autoupdate=AGE Auto update script (useful when script is scheduled)
-v, --version Show the script version AGE is how many days old a release must be before
auto-updating. AGE must be a number: 0 or greater
-h, --help Show this help message
-v, --version Show the script version
``` ```
**Note:** If you have some Synology drives and want to update their firmware run the script **without** --noupdate or -n then do the drive database update from Storage Manager and finally run the script again with your preferred options. **Note:** If you have some Synology drives and want to update their firmware run the script **without** --noupdate or -n then do the drive database update from Storage Manager and finally run the script again with your preferred options.
<p align="leftr"><img src="images/syno_hdd_db_help2.png"></p>
### Scheduling the script in Synology's Task Scheduler ### 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> See <a href=how_to_schedule.md/>How to schedule a script in Synology Task Scheduler</a>

Loading…
Cancel
Save