nils-werner / crestic

Configurable Restic Wrapper
https://nils-werner.github.io/crestic/
MIT License
106 stars 10 forks source link

Support for password command #6

Closed asm0dey closed 4 years ago

nils-werner commented 4 years ago

Any command is supported, including password. Just set a [foo.password] section.

asm0dey commented 4 years ago

what is the correct way to call restic --password-command 'echo 123|base64 -d' with crestic?

nils-werner commented 4 years ago

Just set it in the config file.

Please give a more detailed report if you want a more detailed answer.