summaryrefslogtreecommitdiffstats
path: root/docs/man/borg-serve.1
diff options
context:
space:
mode:
authorMarian Beermann <public@enkore.de>2017-06-18 12:13:28 +0200
committerMarian Beermann <public@enkore.de>2017-06-18 12:13:28 +0200
commit1e2835eb1df7300e71d54b8e808051a0acfb6c55 (patch)
treeac71e7b7ea1ed7c6848eef66139970d264617970 /docs/man/borg-serve.1
parentc7dda0aca9c554fd6c55418186ceeca22aa375ba (diff)
docs: man pages, usage.
Diffstat (limited to 'docs/man/borg-serve.1')
-rw-r--r--docs/man/borg-serve.18
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/man/borg-serve.1 b/docs/man/borg-serve.1
index 798d6486d..5052c724d 100644
--- a/docs/man/borg-serve.1
+++ b/docs/man/borg-serve.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH BORG-SERVE 1 "2017-05-17" "" "borg backup tool"
+.TH BORG-SERVE 1 "2017-06-18" "" "borg backup tool"
.SH NAME
borg-serve \- Start in server mode. This command is usually not used manually.
.
@@ -45,8 +45,14 @@ See \fIborg\-common(1)\fP for common options of Borg commands.
.BI \-\-restrict\-to\-path \ PATH
restrict repository access to PATH. Can be specified multiple times to allow the client access to several directories. Access to all sub\-directories is granted implicitly; PATH doesn\(aqt need to directly point to a repository.
.TP
+.BI \-\-restrict\-to\-repository \ PATH
+restrict repository access. Only the repository located at PATH (no sub\-directories are considered) is accessible. Can be specified multiple times to allow the client access to several repositories. Unlike \-\-restrict\-to\-path sub\-directories are not accessible; PATH needs to directly point at a repository location. PATH may be an empty directory or the last element of PATH may not exist, in which case the client may initialize a repository there.
+.TP
.B \-\-append\-only
only allow appending to repository segment files
+.TP
+.B \-\-storage\-quota
+Override storage quota of the repository (e.g. 5G, 1.5T). When a new repository is initialized, sets the storage quota on the new repository as well. Default: no quota.
.UNINDENT
.SH EXAMPLES
.sp