You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then rustic gives a 401 Unauthorized error as I would expect since I did not specify a password.
With restic the rest-server password can be specified with an environment variable or password file. I can see no configuration for this in rustic, which leaves my only choice to put it in the actual URL in the main configuration. (i.e. "rest:https://user:[email protected]:12345/")
Doing that works but I'd really rather not put a password there. Is there a config option or environment variable that I have missed?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use a rest-server for my repo. If I have config like this:
then rustic gives a
401 Unauthorized
error as I would expect since I did not specify a password.With restic the rest-server password can be specified with an environment variable or password file. I can see no configuration for this in rustic, which leaves my only choice to put it in the actual URL in the main configuration. (i.e.
"rest:https://user:[email protected]:12345/"
)Doing that works but I'd really rather not put a password there. Is there a config option or environment variable that I have missed?
Beta Was this translation helpful? Give feedback.
All reactions