-
What's the best way to create a general script, based on the example from this repo, which allows us to pass variables to the config.yaml file inside /data/borgmatic.d/config.yaml? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
witten
Jan 8, 2024
Replies: 1 comment 2 replies
-
How are the variables intended to be used in borgmatic's configuration file and where you do you want them to come from? You can pass in environment variables when you run the container (e.g. with |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
notflip
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How are the variables intended to be used in borgmatic's configuration file and where you do you want them to come from? You can pass in environment variables when you run the container (e.g. with
--env
) and then access them in configuration.