Skip to content

Releases: 007revad/Synology_app_mover

v3.1.60

26 Jul 22:51
ec020f1
Compare
Choose a tag to compare
  • Now warns processing could take a long time if the folder is larger than 1GB.
    • Previously warned only for @docker and @download and regardless of folder size.

v3.0.59

18 Jul 00:22
4c9b2a7
Compare
Choose a tag to compare
  • Added check that USB partition is ext3, ext4 or btrfs when backup is selected and target is a USB drive.

v3.0.58

17 Jul 04:20
fed62d6
Compare
Choose a tag to compare
  • Added info and progress after stopping and starting packages.
    • On a slow NAS the script could appear to have frozen for up to 20 seconds.

v3.0.56

15 Jul 14:48
8499fa0
Compare
Choose a tag to compare
  • Bug fix DSM 6 getting @docker or @download folder size. Issue #88

v3.0.55

27 Jun 18:59
bb2352f
Compare
Choose a tag to compare
  • Bug fix for synoshare: unrecognized option '--get-real-path' error in DSM 7.2. Issue #76

v3.0.54

27 Jun 04:53
2da0823
Compare
Choose a tag to compare
  • Bug fix for synoshare: unrecognized option '--get-real-path' error in DSM 7.0 and 7.1. Issue #76

v3.0.53

24 Jun 22:44
d787abb
Compare
Choose a tag to compare
  • Bug fix for checking target volume free space when there's a symlink on the volume. Issue #72
    • e.g. A symlink pointing to folder on same volume, another volume, another device or visible snapshots.

v3.0.52

20 Jun 10:43
baee944
Compare
Choose a tag to compare
  • Bug fix for DSM 6 where some packages have an extra symlink that needs editing:
    • chromaprint, ffmpeg, git, jackett, mediainfo, mono, python310, syncthing, synocli-misc and transmission

v3.0.51

17 Jun 20:44
82f4fed
Compare
Choose a tag to compare
  • Bug fix for checking free space on USB drives. Issue #63

v3.0.50

13 Jun 02:35
52b636c
Compare
Choose a tag to compare
  • Bug fix for Hyper backup where moving @img_bkp_cache could cause an error. Issue #54
  • Bug fix Container Manager and Docker where moving @docker could cause an error. Issues #34 #38 #46
  • Changed to not exit on error when moving app's @folders.
  • Changed from hardcoded 50GB buffer to user configurable buffer (used when checking if there's enough space to move folder).
  • Bug fix for message showing @download if not enough space on target volume to move @docker.