-
-
Notifications
You must be signed in to change notification settings - Fork 753
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
borg2: sftp:// repo url throws "Error: Invalid Backend Storage URL" #8574
Comments
The URL looks syntactically correct. Hmm, maybe the path isn't correct and the error msg needs to be improved:
|
Also: did you create the target repo as a related repository first? |
I created it with
|
For first try, I used a simplified setup and it worked for me:
I also did another try without the |
Tried it in the same way now and still getting the error:
|
Does |
Yes:
BTW, it's |
Ah, guess I know what it is: Due to build / requirements issues with So, with pip, it needs So, for building the binaries, I need to change the Vagrantfile so that for the platforms used for binary building, it uses that pip install command. So, this is not a borg bug, but rather a bug in how the binaries are built. b14 just misses support for "sftp://". BTW, rclone also supports sftp, you could try that. |
I'll change the exception msg in
It's non-trivial to do better there currently due to:
|
Issue from: #8548 (reply in thread)
borg 2.0.0b14
The text was updated successfully, but these errors were encountered: