|
The manual doesn't describe the pattern, and the placeholder text use tings like "abc123" which doesn't help either. main question is the path separator... does it assume relative to login path? (as the basically does this: |
Replies: 3 comments 2 replies
|
And a follow up, if YES, it means relative path... how to I specify absolute? |
|
answering myself. simply using |
|
Vorta 0.11.3 provides a GUI for a backup tool, called borg. In Vorta > Settings > About you can check the version of borg in use. For the latest stable version of borg (1.4.3) the specification of the URL is documented here: Once borg 2.0 is released, Vorta is likely to switch to borg 2. Important: Borg 2 will have a slightly different specification for the URL: Hope this clarifies things a bit. |
Vorta 0.11.3 provides a GUI for a backup tool, called borg.
So the actual backup is done by borg, in the background.
The specification of the URL is therefore documented in the borg docs.
In Vorta > Settings > About you can check the version of borg in use.
For the latest stable version of borg (1.4.3) the specification of the URL is documented here:
https://borgbackup.readthedocs.io/en/1.4.3/usage/general.html
Once borg 2.0 is released, Vorta is likely to switch to borg 2. Important: Borg 2 will have a slightly different specification for the URL:
https://borgbackup.readthedocs.io/en/2.0.0b20/usage/general.html
Hope this clarifies things a bit.