summaryrefslogtreecommitdiffstats
path: root/docs/man/borgfs.1
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-12-24 15:35:18 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2022-12-24 18:09:33 +0100
commit795a553675d9b9f33b7fc812b7edc8a917ef8f0c (patch)
treee385651c8a5b412619962ca4a9516503115e4898 /docs/man/borgfs.1
parentec49d60d1f49d6f6c69d8db059473ebd7c8e5e25 (diff)
build_man
Diffstat (limited to 'docs/man/borgfs.1')
-rw-r--r--docs/man/borgfs.114
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/man/borgfs.1 b/docs/man/borgfs.1
index 71c68e13c..d6476fc22 100644
--- a/docs/man/borgfs.1
+++ b/docs/man/borgfs.1
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "BORGFS" 1 "2022-08-20" "" "borg backup tool"
+.TH "BORGFS" 1 "2022-12-24" "" "borg backup tool"
.SH NAME
borgfs \- Mount archive or an entire repository as a FUSE filesystem
.SH SYNOPSIS
@@ -76,9 +76,9 @@ allow_damaged_files: by default damaged files (where missing chunks were
replaced with runs of zeros by borg check \fB\-\-repair\fP) are not readable and
return EIO (I/O error). Set this option to read such files.
.IP \(bu 2
-ignore_permissions: for security reasons the "default_permissions" mount
-option is internally enforced by borg. "ignore_permissions" can be given to
-not enforce "default_permissions".
+ignore_permissions: for security reasons the \(dqdefault_permissions\(dq mount
+option is internally enforced by borg. \(dqignore_permissions\(dq can be given to
+not enforce \(dqdefault_permissions\(dq.
.UNINDENT
.sp
The BORG_MOUNT_DATA_CACHE_ENTRIES environment variable is meant for advanced users
@@ -107,7 +107,7 @@ where to mount filesystem
.B PATH
paths to extract; patterns are supported
.UNINDENT
-.SS optional arguments
+.SS options
.INDENT 0.0
.TP
.B \-V\fP,\fB \-\-version
@@ -132,10 +132,10 @@ use numeric user and group identifiers from archive(s)
.INDENT 0.0
.TP
.BI \-P \ PREFIX\fR,\fB \ \-\-prefix \ PREFIX
-only consider archive names starting with this prefix.
+only consider archive names starting with this prefix. (deprecated)
.TP
.BI \-a \ GLOB\fR,\fB \ \-\-glob\-archives \ GLOB
-only consider archive names matching the glob. sh: rules apply, see "borg help patterns". \fB\-\-prefix\fP and \fB\-\-glob\-archives\fP are mutually exclusive.
+only consider archive names matching the glob. sh: rules apply, see \(dqborg help patterns\(dq.
.TP
.BI \-\-sort\-by \ KEYS
Comma\-separated list of sorting keys; valid keys are: timestamp, name, id; default is: timestamp