Skip to content

Releases: 007revad/Synology_Recover_Data

v1.1.13

17 Apr 05:44
78ff26a
Compare
Choose a tag to compare
  • Changed the location of .rkey files for decrypting volumes from hard coded to a variable.
  • Minor bug fix to avoid possible cryptvol already exists message causing script to exit.

v1.1.12

16 Apr 07:00
f603877
Compare
Choose a tag to compare
  • Added support for encrypted volumes.
  • Added check if volume is already mounted.
  • Bug fix for when no volumes are found (if drives aren't plugged in or powered on).

v1.0.11

15 Apr 04:41
67a6fff
Compare
Choose a tag to compare
  • Bug fix for "Operation not permitted" when trying to unmount volume from GUI.
  • Bug fix for "Failed to mount volume" error when mount succeeded.
  • Bug fix for "The volume is now mounted" when mount failed.

v1.0.10

15 Apr 01:38
6de5766
Compare
Choose a tag to compare
  • Improved message at end on where to locate your volume to access your data.
  • Bug fix for SHR storage pool with single volume support.

v1.0.9

14 Apr 05:30
5579ebd
Compare
Choose a tag to compare
  • Changed to Ubuntu 19.10 because in Ubuntu 22.04.4 LTS mdadm does not work with DSM's superblock location.
    • The change to Ubuntu 19.10 required installing curl for the script's new version check to work.
  • Changed to support single drives.
  • Added message that mounted volume is read only.
  • Bug fix for always saying "Failed to mount volume" even when volume mounted correctly.

v1.0.8

13 Apr 08:15
7b054e8
Compare
Choose a tag to compare
  • Added check if there's a newer version of the script available.

v0.0.7-beta

13 Apr 04:00
44fc25a
Compare
Choose a tag to compare
v0.0.7-beta Pre-release
Pre-release
  • Minor bug fix (forgot to stop script if there are no RAID arrays that need assembling).

v0.0.6-beta

13 Apr 03:51
c0fec50
Compare
Choose a tag to compare
v0.0.6-beta Pre-release
Pre-release
  • Now checks if there are RAID arrays that need assembling before continuing.
  • Changed from using apt list --installed to apt-cache show.
  • Only apt-get install if package is not installed.
  • Only apt-get update once when first package installed.
  • Minor shell output improvements.

v0.0.3-beta

12 Apr 22:50
6cf6c43
Compare
Choose a tag to compare
v0.0.3-beta Pre-release
Pre-release

v0.0.3-beta

  • Minor improvements.

v0.0.2-beta

12 Apr 20:52
98a5454
Compare
Choose a tag to compare
v0.0.2-beta Pre-release
Pre-release
  • Bug fix for the default mount path: mount_path="/home/ubuntu"
  • Bug fix to stop the script if mdadm failed to install.
  • Changed to only install mdadm because lvm2 and btrfs-progs are included in Ubuntu.