Replies: 2 comments 2 replies
-
Hello @vsuontam and sorry for the late answer. The container should not stop by itself since everything is run via a cron scheduler inside the container. Any chance you overrode the entrypoint or command of the container? Can you post some (part of) logs so we can see what happened? |
Beta Was this translation helpful? Give feedback.
-
Hello @djmaze, no problem. I like the resticker a lot, using it with my Synology device. It is found in the docker image registry via the GUI there. (The only problem there is that it doesn't display the version number correctly, but just always displays "latest" even though it is not the latest). I did notice that the container was exiting because of the non-zero exit value for restic as I suspected: I had some unreadable directories in my backup, and once I changed the permissions on this, this didn't happen. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am using resticker container in my Synology drive to back it to Backblaze. It is through the Docker Hub:
https://hub.docker.com/r/mazzolino/restic
It all works well, but the container often stops after backup is done, and I cannot figure out exactly why. Is it so that all non-zero error codes from restic make the container to stop? I have a few directories that are inaccessible to restic that then make the restic exit code to be non-zero most likely.
Would be good to add some log/msg about the reason for container stopping.
Thanks,
Vesa
Beta Was this translation helpful? Give feedback.
All reactions