-
Notifications
You must be signed in to change notification settings - Fork 23
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
Cannot connect to remote Rclone repository over SSH #56
Comments
I am seeing the same error but this is the command I use which works from terminal on macos `restic -r rclone:onedrive:..... snapshots' |
There's an unpublished fix for the rclone PATH handling here: #92 The fix will lookup rclone in some "common" paths and also adds a command line arg to specify the path to rclone manually. |
Working - thanks. |
I was in a similar situation. I solved with this workaround:
where
|
I'm not able to access a repository running via Rclone on a remote server over SSH. If I select the RCLONE method, and enter the "rclone:remote-storage:bucket_name" for the Bucket, I get:
Normally I run it like this:
/usr/bin/restic --option rclone.program="ssh [email protected] rclone" --option rclone.args="serve restic --stdio --b2-hard-delete --drive-use-trash=false --verbose" --repo rclone:remote-storage:bucket_name --password-file /etc/restic/password --verbose ${@}
Maybe there's no allowance for starting the REST server over SSH and running Rclone through the tunnel? Is this the problem?
The Restic documentation for this is at Other Services via rclone.
The text was updated successfully, but these errors were encountered: