Replies: 4 comments 2 replies
|
Hmm, looks like the wrong (local file) regex is matching this. Can you try with user@host? |
|
The URL has no path.
Same slash rule as You do not start anything on the server. With a host in the URL the client runs |
|
Not stupid at all - you hit a bug. Two things to make it work: 1. The path is not optional. Use one of:
2. You do not start Since you are running borg under a non-standard name/path ( I have fixed the parsing in #10216: such a URL is now rejected right away instead of being silently taken for a local path, and the error tells you the accepted forms: The docs were misleading here too (quickstart suggested ^ analysis, fix and response by Claude Opus 5. |
Uh oh!
There was an error while loading. Please reload this page.
I'm probably not understanding and doing something really stupid, but... I'm trying to use
borg serve --restand it's not working on the client end. On the client I'm not managing to tell it to use http-over-ssh:I've tried numerous permutations of the
rest:URL but it always thinks it's a local directory and prefixed the CWD.All reactions