Update manpages and auto-completion

This commit is contained in:
Alexander Neumann
2021-02-14 11:44:20 +01:00
parent 1cb1cd6f44
commit 4e99a3d650
11 changed files with 126 additions and 24 deletions

View File

@@ -17,8 +17,8 @@ restic\-dump \- Print a backed\-up file to stdout
.PP
The "dump" command extracts files from a snapshot from the repository. If a
single file is selected, it prints its contents to stdout. Folders are output
as a tar file containing the contents of the specified folder. Pass "/" as
file name to dump the whole snapshot as a tar file.
as a tar (default) or zip file containing the contents of the specified folder.
Pass "/" as file name to dump the whole snapshot as an archive file.
.PP
The special snapshot "latest" can be used to use the latest snapshot in the
@@ -31,6 +31,10 @@ Exit status is 0 if the command was successful, and non\-zero if there was any e
.SH OPTIONS
.PP
\fB\-a\fP, \fB\-\-archive\fP="tar"
set archive \fB\fCformat\fR as "tar" or "zip"
.PP
\fB\-h\fP, \fB\-\-help\fP[=false]
help for dump