Skip to content

Releases: 007revad/Synology_app_mover

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.

v3.0.49

07 May 04:04
9b83fbc
Compare
Choose a tag to compare
  • Bug fix for Synology Drive still using @synologydrive on the original volume. Issue #55
  • Now deletes @eaDir folders to try to prevent mv: cannot remove '/volume#/@<folder>': Operation not permitted. Issue #54

v3.0.47

21 Apr 22:01
7f5787b
Compare
Choose a tag to compare
  • Added instructions on how to move photo shared folder if it exists. Discussion #48

v3.0.46

10 Apr 21:08
31d73bb
Compare
Choose a tag to compare
  • DSM 6 to 7.1.1 bug fix where script incorrectly showed package failed to stop error. Issue #44
  • DSM 6 to 7.1.1 bug fix for not detecting when package was not installed (for Restore mode).

v3.0.45

06 Apr 01:15
3dc0373
Compare
Choose a tag to compare
  • Added backup and restore modes.
    • Includes syno_app_mover.conf file to set the backup location.
    • Skips packages that are development tools with no data: Node.js, Perl, PHP, python3, SynoCli etc.
    • Restore mode warns if installed package version does not match backup package version.
    • DSM 6 backup and restore still WIP.
  • When backup or restore selected asks if you want to backup or restore all packages.
    • Added skip restore or backup if last restore or backup was less than n minutes ago.
      • Set skip_minutes in syno_app_mover.conf
  • Suggests changing volume location in app's settings for each app with volume settings.
  • Shows how to move shared folder for each app with a shared folder.
  • Changed so that cursor does not cover first letter when progress bar is showing.
  • Now shows package's display name.
  • Now shows how long the script took.
  • Now automatically selects the target volume if there are only 2 volumes.
  • Now only starts package if the script stopped it.
  • Added 5 minute timeout to stopping, and starting, packages.
  • Added warning that moving @docker and @download can take a long time.
  • Now checks if there's enough space to move @docker
  • Now checks if there's enough space to move @download
  • Now asks if you want to backup @download
  • Added reminder to edit docker volume settings if user moved shared folders that docker uses.
  • Added how to export/import database for packages that use MariaDB.
  • Now checks package status after uninstalling or installing package.
  • Now confirms that folder was created when creating a folder.
  • Now copies files/folders with same permissions when copying @docker to @docker_backup.
  • Changed package selection to avoid invalid key presses.
  • Added line number to error messages for easier debugging.
  • Bug fix for moving Calendar. Issue #39