From 01871f01b5a48486b24f854d4409f4a6139c7471 Mon Sep 17 00:00:00 2001 From: 007revad <39733752+007revad@users.noreply.github.com> Date: Mon, 27 Feb 2023 12:30:24 +1100 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d31b6af..d37772d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ The script works in DSM 7 and DSM 6. * Gets the Synology NAS model and DSM version (so it knows which db files to edit). * Gets a list of the HDD, SSD and NVMe drives installed in your Synology NAS. * Gets each drive's model number and firmware version. +* Backs up the database file if there is not backup already. * Checks if each drive is already in the Synology's compatible-drive database. * Adds any missing drives to the Synology's compatible-drive database. From ac685c0b93b16f8e63ac30841460daa1ce551f22 Mon Sep 17 00:00:00 2001 From: 007revad <39733752+007revad@users.noreply.github.com> Date: Mon, 27 Feb 2023 12:30:45 +1100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d37772d..d2e9db5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The script works in DSM 7 and DSM 6. * Gets the Synology NAS model and DSM version (so it knows which db files to edit). * Gets a list of the HDD, SSD and NVMe drives installed in your Synology NAS. * Gets each drive's model number and firmware version. -* Backs up the database file if there is not backup already. +* Backs up the database file if there is no backup already. * Checks if each drive is already in the Synology's compatible-drive database. * Adds any missing drives to the Synology's compatible-drive database.