Skip to content

Easily move Synology packages from 1 volume to another volume

License

Notifications You must be signed in to change notification settings

woozu-shin/synology_app_mover

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synology app mover

committers.top badge

Description

Easily move Synology packages from one volume to another volume

You just select the package and the destination volume and the script will stop the app, move it, update the symlinks then start the app.

Handy for moving packages to an SSD volume.

  • Supports DSM 7 and DSM 6.

Download the script

See How to download the script for the easiest way to download the script.

To run the script

sudo -i /volume1/scripts/syno_app_mover.sh

Note: Replace /volume1/scripts/ with the path to where the script is located.

Troubleshooting

If the script won't run check the following:

  1. If the path to the script contains any spaces you need to enclose the path/scriptname in double quotes:
    sudo -i "/volume1/my scripts/syno_app_mover.sh"
  2. Make sure you unpacked the zip or rar file that you downloaded and are trying to run the syno_app_mover.sh file.
  3. Set the script file as executable:
    sudo chmod +x "/volume1/scripts/syno_app_mover.sh"

DSM 7 screen shot

About

Easily move Synology packages from 1 volume to another volume

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%