-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for sftp.command #31
Labels
Comments
fyi, depending on what you need this works out of the box if you mount some ssh config into your container docker-compose.yml
Create a SSH config for your sftp restic host, like this SSH config file
And you need the entry for your sftp host in the known_hosts file, otherwise the exporter fails because the host key can not be verified. |
ngosang
added
enhancement
New feature or request
help wanted
Extra attention is needed
labels
Aug 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please add support for passing extra options to restic, e.g.
-o sftp.command=...
in case the sftp backend with a custom private key is used.The text was updated successfully, but these errors were encountered: