How can we use backrest to backup docker volumes? (Restic in docker?) #329
Unanswered
gerardnico
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Backrest provides a docker image, can you create a single docker container running backrest that you mount all volumes you want to backup into? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm running Backrest in a docker container. All of the folders I want to back up are subfolders of a single one that I mounted as read-only in my Backrest Docker container. I just point to what I want to back up that way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hallo,
I'm actually using restic in docker to backup my docker volumes.
The command looks like that:
Is it actually possible to change the command executed?
ie in place of the
restic
, using something like that?In the overview, is it specified how we can change the binary but not the command.
If not, is there another way to backup volumes with backrest without making a tar file into the host?
Thanks
Nico
Beta Was this translation helpful? Give feedback.
All reactions