Update manpages and auto-completion

This commit is contained in:
Alexander Neumann
2025-03-27 20:16:56 +01:00
parent 0e5f41c842
commit ab024e6a51
39 changed files with 117 additions and 276 deletions

View File

@@ -2,23 +2,19 @@
.TH "restic backup" "1" "Jan 2017" "generated by \fBrestic generate\fR" ""
.SH NAME
.PP
restic-mount - Mount the repository
.SH SYNOPSIS
.PP
\fBrestic mount [flags] mountpoint\fP
.SH DESCRIPTION
.PP
The "mount" command mounts the repository via fuse to a directory. This is a
read-only mount.
.SH Snapshot Directories
.PP
If you need a different template for directories that contain snapshots,
you can pass a time template via --time-template and path templates via
--path-template.
@@ -59,7 +55,6 @@ The default path templates are:
.SH EXIT STATUS
.PP
Exit status is 0 if the command was successful.
Exit status is 1 if there was any error.
Exit status is 10 if the repository does not exist.
@@ -68,7 +63,6 @@ Exit status is 12 if the password is incorrect.
.SH OPTIONS
.PP
\fB--allow-other\fP[=false]
allow other users to access the data in the mounted directory
@@ -106,7 +100,6 @@ Exit status is 12 if the password is incorrect.
.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP
\fB--cacert\fP=[]
\fBfile\fR to load root certificates from (default: use system certificates or $RESTIC_CACERT)
@@ -208,5 +201,4 @@ Exit status is 12 if the password is incorrect.
.SH SEE ALSO
.PP
\fBrestic(1)\fP