Backing up multiple containers #507
Unanswered
JTRedEye26
asked this question in
Q&A
Replies: 1 comment
-
I obviously did not try your config but it looks ok from a glance. I'd advise to just try it out :)
There's nothing that keeps you from doing this, no. People do have to fiddle with permissions when doing this from time to time though. You can search the issues for further hints. |
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
-
I just want to double check that I have my configuration right before I fire this off. I have a docker compose yml that has 9 containers that I would like to setup. I read the docs and didn't see any examples where is shows off what backing up multiple containers should look like. I saw the BACKUP_SOURCES variable but not sure if I should use it here. This is what I got for the backup container and I am using docker-volume-backup.stop-during-backup=true labels on all the containers that need backed up. If I understand the docs this should create one backup file that contains all my separated volumes in it daily and then prune the old backup files that are older the 14 days. Also there shouldn't be any issues with backing up the volumes to a mounted smb share right?
Beta Was this translation helpful? Give feedback.
All reactions