-
Hi, Running directly backrest and performing the same operation I get: What am I doing wrong? OS: Nobara Linux 39 (GNOME Edition) x86_64 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I suspect you're right that it can't find your SSH keyfile, you may want to provide an explicit path to your SSH credentials Take a look at this guide restic/restic#312 You may either use flag overrides to explicitly setup the credentials, or you can edit the ssh config for the user backrest is running as. |
Beta Was this translation helpful? Give feedback.
-
ok I have found the way:
|
Beta Was this translation helpful? Give feedback.
ok I have found the way:
-o sftp.args="-i /path/2/u/key"
in the flags