-
Does rustic support environment variables? I tried some variations of restic's env variables but that doesn't seem to work. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
No, environmental variables as not yet supported. I was actually hoping to get easy support for config files which maybe would have superseded environmental variables. |
Beta Was this translation helpful? Give feedback.
-
with #134 the following env variables were added: Please tell if you are missing more environmental variables! |
Beta Was this translation helpful? Give feedback.
-
I was mainly looking for RUSTIC_REPOSITORY and RUSTIC_PASSWORD but RUSTIC_PASSWORD_FILE works aswell. Thanks for the fast implementation! |
Beta Was this translation helpful? Give feedback.
-
I just merged #161 which also added support for |
Beta Was this translation helpful? Give feedback.
with #134 the following env variables were added:
RUSTIC_REPOSITORY
RUSTIC_REPO_HOT
RUSTIC_PASSWORD_FILE
RUSTIC_NO_CACHE
RUSTIC_CACHE_DIR
Please tell if you are missing more environmental variables!