From a0df053b0e7a7e7f6b85b736a9ec764075115386 Mon Sep 17 00:00:00 2001 From: Dave Russell <39733752+007revad@users.noreply.github.com> Date: Thu, 18 Jul 2024 18:47:52 +1000 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a6b63c..b3ba1cd 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,16 @@ ### Options when running the script DSM 7.2.1 already has WDDA disabled -p, --pcie Enable creating volumes on M2 in unknown PCIe adaptor -e, --email Disable colored text in output scheduler emails - --restore Undo all changes made by the script + -S, --ssd=DRIVE Enable write_mostly on slow internal drives so DSM + runs from the fast internal drive(s). + -S automatically sets internal SSDs as DSM default + --ssd=DRIVE requires the fast drive(s) as argument, + or restore as the argument to set drives to default + --ssd=sata1 or --ssd=sata1,sata2 or --ssd=sda etc + --ssd=sata1 or --ssd=sata1,sata2 or --ssd=sda etc + --ssd=restore + --restore Undo all changes made by the script (except -S --ssd) + --autoupdate=AGE Auto update script (useful when script is scheduled) --autoupdate=AGE Auto update script (useful when script is scheduled) AGE is how many days old a release must be before auto-updating. AGE must be a number: 0 or greater