Dave Russell

Results 414 comments of Dave Russell

Did you backup `@docker` with v3 just now, or before you first moved container manager with v2? What do these commands return? ``` du -s /volume1/@docker du -s /volume1/@docker_backup ```

And which volume is container manager currently installed on?

Try: ``` sudo -i du -s /volume1/@docker du -s /volume1/@docker_backup ```

> Not great. Not terrible. But your experience will help others. I'm in the process of changing the script to advise people export their docker container configs just in case....

> I'm assuming that v3.x can be used to backup Container Manager in general? Yes. You can backup (and restore) just the selected app or all apps. > It would...

For the docker shared folder the v3 version of the script shows the steps to move the docker share, which is best done via the DSM ui. It also warns...

> I guess the question is does this provide some sort of better functionality than internal backup or some other docker based backup (such as nautical-backup)? I don't believe that...

@eudaldgr In DSM 6.2.4 and 7.2.1 there is no `/etc/docker/daemon.json` but there is a dockerd.json in a different location: - In DSM 7 it's `/usr/syno/etc/packages/ContainerManager/dockerd.json` - In DSM 6 it's...

Fixed in https://github.com/007revad/Synology_app_mover/releases/tag/v3.0.50

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. Backup or restore all...