1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-06 11:40:31 +00:00

add sftp: to repository url format docs

This commit is contained in:
Thomas Waldmann 2024-08-24 16:10:54 +02:00
parent ec8a127b01
commit 22b68b0199
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -20,6 +20,9 @@ Note: you may also prepend a ``file://`` to a filesystem path to get URL style.
``ssh://user@host:port/~/path/to/repo`` - path relative to user's home directory
**Remote repositories** accessed via sftp:
``sftp://user@host:port/path/to/repo`` - absolute path`
If you frequently need the same repo URL, it is a good idea to set the
``BORG_REPO`` environment variable to set a default for the repo URL: