Releases: 007revad/Synology_Recover_Data
Releases · 007revad/Synology_Recover_Data
v1.1.13
v1.1.12
v1.0.11
v1.0.10
v1.0.9
- 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
v0.0.7-beta
- Minor bug fix (forgot to stop script if there are no RAID arrays that need assembling).
v0.0.6-beta
- Now checks if there are RAID arrays that need assembling before continuing.
- Changed from using
apt list --installed
toapt-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
v0.0.3-beta
- Minor improvements.
v0.0.2-beta
- 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.