Skip to content
forked from bryanheinz/app_mvr

Python script to move Synology applications between volumes.

License

Notifications You must be signed in to change notification settings

bpjobin/app_mvr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app_mvr

app_mvr is a python script to move Synology applications between volumes. The script is built using the commands/knowledge found here.

Why did I make this script when there's only five lines of code to begin with? Because I needed to move all of the applications on /volume1 and I'm "lazy" and didn't feel like typing the same five lines for all of the applications on the volume (hence my --all option.)

To run just upload the script somewhere on the synology and run sudo python /path/to/app_mvr.py <args>.

Usage: sudo python app_mvr.py --app TextEditor --from /volume1 --to /volume2
	--app	<APP>	The apps name found in the @appstore directory.
	--all			Alternative to --app. Moves all applications on the source volume.
	--from	<VOL>	The volume the app is currently installed on.
	--to	<VOL>	The destination volume you want the app installed on.

About

Python script to move Synology applications between volumes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%