Dave Russell
Dave Russell
I've been working on a new version that has an option to backup or restore all packages. It should be ready in the next 24 hours.
v3.0.24 https://github.com/007revad/Synology_app_mover/releases If you select Backup or Restore the script now asks if you want to backup or restore all packages (that are installed on volumes).
I'm thinking for backup and restore I should skip packages that are utilities with no Open option and no data. Like the packages with `startable="no"` in their INFO file: ```...
Done. https://github.com/007revad/Synology_app_mover/releases If you have all packages, including syno community, installed it will reduce the number of packages to backup and restore by about 30.
New version 3.0.26 with bug fix for Synology Drive, and now shows how long the script took. https://github.com/007revad/Synology_app_mover/releases
New version 3.0.27 https://github.com/007revad/Synology_app_mover/releases - Improved speed of getting list of packages to be 6 times faster. - Saves 1 second for every 20 packages installed.
> To avoid repeatedly stopping and starting the same apps if they are dependent on other apps I'd probably want to: > > 1. Stop all the apps. > 2....
Good suggestions. I've added skipping processing the app if the app fails to stop. It still starts the app just in case it stopped after the script timed out. https://github.com/007revad/Synology_app_mover/releases/tag/v3.0.36...
> i just use the unix epoc time as it is in seconds and just do a direct math difference. i am thinking 360 minutes or less and it can...
I've added a skip_minutes setting in syno_app_mover.conf and the script now skips backing up apps that were backed up less than "skip_minutes" ago. https://github.com/007revad/Synology_app_mover/releases/tag/v3.0.37 I still need to add a...