Update manpages and auto-completion

This commit is contained in:
Alexander Neumann
2024-07-26 11:30:37 +02:00
parent 905da91e61
commit 65748fcd6b
37 changed files with 1555 additions and 103 deletions

View File

@@ -12,9 +12,6 @@ restic-repair-packs - Salvage damaged pack files
.SH DESCRIPTION
.PP
WARNING: The CLI for this command is experimental and will likely change in the future!
.PP
The "repair packs" command extracts intact blobs from the specified pack files, rebuilds
the index to remove the damaged pack files and removes the pack files from the repository.
@@ -22,7 +19,10 @@ the index to remove the damaged pack files and removes the pack files from the r
.SH EXIT STATUS
.PP
Exit status is 0 if the command was successful, and non-zero if there was any error.
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.
Exit status is 11 if the repository is already locked.
.SH OPTIONS
@@ -48,6 +48,14 @@ Exit status is 0 if the command was successful, and non-zero if there was any er
\fB--compression\fP=auto
compression mode (only available for repository format version 2), one of (auto|off|max) (default: $RESTIC_COMPRESSION)
.PP
\fB--http-user-agent\fP=""
set a http user agent for outgoing http requests
.PP
\fB--insecure-no-password\fP[=false]
use an empty password for the repository, must be passed to every restic command (insecure)
.PP
\fB--insecure-tls\fP[=false]
skip TLS certificate verification when connecting to the repository (insecure)