Update manpages and auto-completion

This commit is contained in:
Alexander Neumann
2022-03-26 20:09:59 +01:00
parent b567c08e80
commit a53a4a23fd
28 changed files with 155 additions and 10 deletions

View File

@@ -15,8 +15,9 @@ restic\-forget \- Remove snapshots from the repository
.PP
The "forget" command removes snapshots according to a policy. Please note that
this command really only deletes the snapshot object in the repository, which
is a reference to data stored there. In order to remove this (now unreferenced)
data after 'forget' was run successfully, see the 'prune' command.
is a reference to data stored there. In order to remove the unreferenced data
after "forget" was run successfully, see the "prune" command. Please also read
the documentation for "forget" to learn about important security considerations.
.SH EXIT STATUS
@@ -135,6 +136,10 @@ Exit status is 0 if the command was successful, and non\-zero if there was any e
\fB\-\-cleanup\-cache\fP[=false]
auto remove old cache directories
.PP
\fB\-\-insecure\-tls\fP[=false]
skip TLS certificate verification when connecting to the repo (insecure)
.PP
\fB\-\-json\fP[=false]
set output mode to JSON for commands that support it