-
Hi, I am following the documentation to add three diferent retention schedules but I am unsure about how to do it. It says "you could create three configuration files and mount them into Many thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
As show in the example here https://offen.github.io/docker-volume-backup/how-tos/define-different-retention-schedules.html you create one |
Beta Was this translation helpful? Give feedback.
-
Thanks! I didn't see the second "how-to" I needed to understand it all. I want to backup a postgres db. Would not stopping the container before the backup corrupt the data? This way it would not affect the "run time". |
Beta Was this translation helpful? Give feedback.
As show in the example here https://offen.github.io/docker-volume-backup/how-tos/define-different-retention-schedules.html you create one
.conf
file for each schedule and then mount these into the/etc/dockervolumebackup/conf.d
directory so the tool picks up the configuration from there. There's further info on that here https://offen.github.io/docker-volume-backup/how-tos/run-multiple-schedules.html