summaryrefslogtreecommitdiffstats
path: root/docs/man/borg-mount.1
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2017-11-25 14:49:00 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2017-11-25 14:49:00 +0100
commit0340fbe42040971f720a07752a02d13474478d41 (patch)
treecda3bb152500e3556fb99500f382dd54356341cf /docs/man/borg-mount.1
parent7bf838003ad1b66c85617e0e90e25e4619727d2e (diff)
build_man (1.1-maint)
also: git add borgfs.1
Diffstat (limited to 'docs/man/borg-mount.1')
-rw-r--r--docs/man/borg-mount.125
1 files changed, 23 insertions, 2 deletions
diff --git a/docs/man/borg-mount.1 b/docs/man/borg-mount.1
index 97ab864b5..6c4ac5954 100644
--- a/docs/man/borg-mount.1
+++ b/docs/man/borg-mount.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH BORG-MOUNT 1 "2017-11-05" "" "borg backup tool"
+.TH BORG-MOUNT 1 "2017-11-25" "" "borg backup tool"
.SH NAME
borg-mount \- Mount archive or an entire repository as a FUSE filesystem
.
@@ -32,7 +32,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
..
.SH SYNOPSIS
.sp
-borg [common options] mount [options] REPOSITORY_OR_ARCHIVE MOUNTPOINT
+borg [common options] mount [options] REPOSITORY_OR_ARCHIVE MOUNTPOINT [PATH...]
.SH DESCRIPTION
.sp
This command mounts an archive as a FUSE filesystem. This can be useful for
@@ -81,6 +81,9 @@ repository/archive to mount
.TP
.B MOUNTPOINT
where to mount filesystem
+.TP
+.B PATH
+paths to extract; patterns are supported
.UNINDENT
.SS optional arguments
.INDENT 0.0
@@ -109,6 +112,24 @@ consider first N archives after other filters were applied
.BI \-\-last \ N
consider last N archives after other filters were applied
.UNINDENT
+.SS Exclusion options
+.INDENT 0.0
+.TP
+.BI \-e \ PATTERN\fP,\fB \ \-\-exclude \ PATTERN
+exclude paths matching PATTERN
+.TP
+.BI \-\-exclude\-from \ EXCLUDEFILE
+read exclude patterns from EXCLUDEFILE, one per line
+.TP
+.BI \-\-pattern \ PATTERN
+experimental: include/exclude paths matching PATTERN
+.TP
+.BI \-\-patterns\-from \ PATTERNFILE
+experimental: read include/exclude patterns from PATTERNFILE, one per line
+.TP
+.BI \-\-strip\-components \ NUMBER
+Remove the specified number of leading path elements. Paths with fewer elements will be silently skipped.
+.UNINDENT
.SH SEE ALSO
.sp
\fIborg\-common(1)\fP, \fIborg\-umount(1)\fP, \fIborg\-extract(1)\fP