Docker 2.5.0: Any suggestion fo rbest update practice

Main error

Wrong location.
If you bash into the container like this, you can look around.

docker exec -it openhab bash

You can see that the “userdata” folder is located at

/openhab/userdata/backup/
docker exec -it openhab runtime/bin/restore /openhab/userdata/backup/OHRunBackup.zip

Now a little “rant” :slight_smile:

Why do you sudo docker? Add the docker group to your user.
See:

sudo usermod -a -G docker myUserName

EDIT

Oh an btw, thread hijacking is not nice! :point_up:
Please read the following topic: