2017-02-05 13:22:06 +00:00
. \" Man page generated from reStructuredText.
.
2020-10-04 18:33:08 +00:00
.TH BORG-MOUNT 1 "2020-10-04" "" "borg backup tool"
2017-02-05 13:22:06 +00:00
.SH NAME
borg-mount \- Mount archive or an entire repository as a FUSE filesystem
.
.nr rst2man-indent-level 0
.
.de1 rstReportMargin
\\ $1 \\ n[an-margin]
level \\ n[rst2man-indent-level]
level margin: \\ n[rst2man-indent\\ n[rst2man-indent-level]]
-
\\ n[rst2man-indent0]
\\ n[rst2man-indent1]
\\ n[rst2man-indent2]
. .
.de1 INDENT
. \" .rstReportMargin pre:
. RS \\ $1
. nr rst2man-indent\\n[rst2man-indent-level] \\ n[an-margin]
. nr rst2man-indent-level +1
. \" .rstReportMargin post:
. .
.de UNINDENT
. RE
. \" indent \\n[an-margin]
. \" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
.nr rst2man-indent-level -1
. \" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\ n[rst2man-indent\\n[rst2man-indent-level]]u
. .
.SH SYNOPSIS
.sp
2017-11-25 13:38:04 +00:00
borg [common options] mount [options] REPOSITORY_OR_ARCHIVE MOUNTPOINT [PATH...]
2017-02-05 13:22:06 +00:00
.SH DESCRIPTION
.sp
This command mounts an archive as a FUSE filesystem. This can be useful for
browsing an archive or restoring individual files. Unless the \fB \- \- foreground\fP
option is given the command will run in the background until the filesystem
is \fB umounted\fP \& .
.sp
The command \fB borgfs\fP provides a wrapper for \fB borg mount\fP \& . This can also be
used in fstab entries:
\fB /path/to/repo /mnt/point fuse.borgfs defaults,noauto 0 0\fP
.sp
To allow a regular user to use fstab entries, add the \fB user\fP option:
\fB /path/to/repo /mnt/point fuse.borgfs defaults,noauto,user 0 0\fP
.sp
2019-02-24 19:40:07 +00:00
For FUSE configuration and mount options, see the mount.fuse(8) manual page.
.sp
Additional mount options supported by borg:
2017-02-05 13:22:06 +00:00
.INDENT 0 .0
.IP \(bu 2
versions: when used with a repository mount, this gives a merged, versioned
view of the files in the archives. EXPERIMENTAL, layout may change in future.
.IP \(bu 2
allow_damaged_files: by default damaged files (where missing chunks were
2017-06-18 10:13:28 +00:00
replaced with runs of zeros by borg check \fB \- \- repair\fP ) are not readable and
2017-02-05 13:22:06 +00:00
return EIO (I/O error). Set this option to read such files.
2019-02-24 19:40:07 +00:00
.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".
2017-02-05 13:22:06 +00:00
.UNINDENT
.sp
The BORG_MOUNT_DATA_CACHE_ENTRIES environment variable is meant for advanced users
to tweak the performance. It sets the number of cached data chunks; additional
memory usage can be up to ~8 MiB times this number. The default is the number
of CPU cores.
.sp
When the daemonized process receives a signal or crashes, it does not unmount.
Unmounting in these cases could cause an active rsync or similar process
to unintentionally delete data.
.sp
When running in the foreground ^C/SIGINT unmounts cleanly, but other
signals or crashes do not.
.SH OPTIONS
.sp
See \fI borg\- common(1)\fP for common options of Borg commands.
.SS arguments
.INDENT 0 .0
.TP
.B REPOSITORY_OR_ARCHIVE
2019-09-06 22:36:10 +00:00
repository or archive to mount
2017-02-05 13:22:06 +00:00
.TP
.B MOUNTPOINT
where to mount filesystem
2017-11-25 13:38:04 +00:00
.TP
.B PATH
paths to extract; patterns are supported
2017-02-05 13:22:06 +00:00
.UNINDENT
.SS optional arguments
.INDENT 0 .0
.TP
2020-04-12 17:55:57 +00:00
.B \- \- consider\-checkpoints
Show checkpoint archives in the repository contents list (default: hidden).
.TP
2017-02-05 13:22:06 +00:00
.B \- f\fP,\fB \- \- foreground
stay in foreground, do not daemonize
.TP
.B \- o
Extra mount options
.UNINDENT
2017-11-25 13:38:04 +00:00
.SS Archive filters
2017-02-05 13:22:06 +00:00
.INDENT 0 .0
.TP
2020-10-04 18:33:08 +00:00
.BI \- P \ PREFIX\fR,\fB \ \- \- prefix \ PREFIX
2017-06-18 10:13:28 +00:00
only consider archive names starting with this prefix.
.TP
2020-10-04 18:33:08 +00:00
.BI \- a \ GLOB\fR,\fB \ \- \- glob\-archives \ GLOB
2017-06-18 10:13:28 +00:00
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.
2017-02-05 13:22:06 +00:00
.TP
2017-11-25 13:38:04 +00:00
.BI \- \- sort\-by \ KEYS
2017-02-05 13:22:06 +00:00
Comma\- separated list of sorting keys; valid keys are: timestamp, name, id; default is: timestamp
.TP
.BI \- \- first \ N
consider first N archives after other filters were applied
.TP
.BI \- \- last \ N
consider last N archives after other filters were applied
.UNINDENT
2017-11-25 13:38:04 +00:00
.SS Exclusion options
.INDENT 0 .0
.TP
2020-10-04 18:33:08 +00:00
.BI \- e \ PATTERN\fR,\fB \ \- \- exclude \ PATTERN
2017-11-25 13:38:04 +00:00
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
2017-02-05 13:22:06 +00:00
.SH SEE ALSO
.sp
\fI borg\- common(1)\fP , \fI borg\- umount(1)\fP , \fI borg\- extract(1)\fP
.SH AUTHOR
The Borg Collective
. \" Generated by docutils manpage writer.
.