- Can now be scheduled in Task Scheduler to backup a package or multiple packages. Issue #105
- Run the script with the -h or --help option to see how.
- Changed to use rsync instead of cp for backups to make backing the same package again faster.
- Added -h, --help option.
- Added --autoupdate=AGE option to auto update the script (useful when script is scheduled)
- AGE is how many days old a release must be before auto-updating. AGE must be a number: 0 or greater
- Bug fix for error getting size of folder if folder existed but was empty.
- Now exports Container Manager/Docker container's settings to the docker shared folder. Thanks ctrlaltdelete
- e.g. /volume1/docker/app_mover_exports
- Includes new delete_older and ignored_containers options in syno_app_mover.conf
- Added exclude option in syno_app_mover.conf so you can exclude specified apps when "all" mode is selected.
- Now deletes unused and dangling docker images before restoring.
- Now deletes dangling docker images before moving or backing up.