Replies: 2 comments 2 replies
-
Definitely worth a README section or perhaps a cookbook at https://garethgeorge.github.io/backrest/cookbooks/ Writing up more docs is solidly on my todo list -- any contributions here are also very welcome! SSH configuration is perhaps one of the most asked about issues and definitely deserves some working examples. |
Beta Was this translation helpful? Give feedback.
-
This can also be done with the restic additional sftp args like:
Also the port is not recognized if you do not use double slashes after |
Beta Was this translation helpful? Give feedback.
-
For people like me that mostly need SFTP repos, it's cool to be able to configure the SSH config in one file, so we just need to set the
sftp:host:target
repo URI at creation.Example
ssh
directoryssh/config
fileknown_hosts
compose.yml
sftp:host:target
as URIMaybe this would deserve a README section, what do you think ?
Beta Was this translation helpful? Give feedback.
All reactions