Skip to content

Releases: 007revad/Synology_enable_Deduplication

v1.4.30

21 Oct 09:34
0ae7dd2
Compare
Choose a tag to compare
  • Updated help to explain why Synology avoids using deduplication on HDDs.
  • Updated Finished message to say you may need to reboot.

v1.4.29

01 Aug 22:53
25ee9c6
Compare
Choose a tag to compare
  • Changed to show state of "Dedupe config menu for HDDs and 2.5 inch SSDs" even if --hdd option not used. Issue #79
    • Now also shows "Run the script with the --hdd option if you want it enabled". Issue #79

v1.4.28

03 Jul 22:49
8709ac2
Compare
Choose a tag to compare
  • Added support for DSM 7.0.1 to 7.2 (untested).
  • Bug fix for when restoring storage_panel.js from backup.
  • Bug fix for false "Failed to delete tmp files" log entries when script updates itself.
    • Bug first appeared in v1.1.13

v1.3.25

19 Feb 08:46
8417bfc
Compare
Choose a tag to compare
  • Hard coded /usr/syno/bin/ for Synology commands (to prevent PATH issues).

v1.3.23

30 Jan 06:54
8bbb918
Compare
Choose a tag to compare
  • Bug fix when script updates itself and user ran the script from ./scriptname.sh

v1.3.22

27 Jan 22:31
fb4b8c3
Compare
Choose a tag to compare
  • Bug fix for false "This script is NOT running on a Synology NAS!" if uname is installed from Entware.
  • Bug fix for wrong version number.

v1.3.21

12 Jan 10:45
ec639b9
Compare
Choose a tag to compare

v1.3.21

  • Improved script updating itself.
  • Now checks script is running on a Synology NAS.

v1.3.19

09 Jan 02:28
15cad05
Compare
Choose a tag to compare
  • Added check that script is running on a Synology NAS
  • Added --hdd option to enable data deduplication for HDDs (dangerous)
    • Changed to not enable data deduplication for HDDs without --hdd option
  • Bug fix for issue #43
  • Updated unsupported CPU arch message.

v1.2.17

07 Jan 01:00
5bc09ae
Compare
Choose a tag to compare

v1.2.17

  • Changed model not supported message to include CPU arch.
  • Now saves changes.txt as scriptname_changes.txt when updating the script.
    • To not overwrite changes.txt if my other scripts are in the same folder.
  • Bug fix for wrong filename when updating itself. Issue #44
  • Bug fix for detecting if script is located on M.2 drive. Issue #45
  • Bug fix for showing escape code instead of yellow color. Issue #46

v1.2.15

29 Dec 08:20
d65ae65
Compare
Choose a tag to compare
  • Bug fix for Issue #38