From 22b68b01991c1e562ed770ade9168a8ef5ea1af3 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 24 Aug 2024 16:10:54 +0200 Subject: [PATCH] add sftp: to repository url format docs --- docs/usage/general/repository-urls.rst.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/usage/general/repository-urls.rst.inc b/docs/usage/general/repository-urls.rst.inc index 2d1fc27d5..e6167d08a 100644 --- a/docs/usage/general/repository-urls.rst.inc +++ b/docs/usage/general/repository-urls.rst.inc @@ -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: