mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 01:41:57 -04:00
Merge pull request #8801 from ThomasWaldmann/borg-serve-repo-option-docs
docs: borg serve --repo is not supported, fixes #8591
This commit is contained in:
commit
2efe2bd9ee
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ class ServeMixIn:
|
|||
- Getting started by some other means (not by the borg client) as a long-running socket
|
||||
server to be used for borg clients using a socket://... repository (see the `--socket`
|
||||
option if you do not want to use the default path for the socket and pid file).
|
||||
|
||||
Please note that `borg serve` does not support giving a specific repository via the
|
||||
`--repo` option or `BORG_REPO` environment variable. It is always the borg client which
|
||||
specifies the repo to use when talking to `borg serve`.
|
||||
"""
|
||||
)
|
||||
subparser = subparsers.add_parser(
|
||||
|
|
|
|||
Loading…
Reference in a new issue