mirror of
https://github.com/restic/restic.git
synced 2025-12-14 11:11:51 +00:00
Update manpages and auto-completion
This commit is contained in:
@@ -2,24 +2,22 @@
|
||||
.TH "restic backup" "1" "Jan 2017" "generated by \fBrestic generate\fR" ""
|
||||
|
||||
.SH NAME
|
||||
.PP
|
||||
restic-find - Find a file, a directory or restic IDs
|
||||
|
||||
|
||||
.SH SYNOPSIS
|
||||
.PP
|
||||
\fBrestic find [flags] PATTERN...\fP
|
||||
|
||||
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
The "find" command searches for files or directories in snapshots stored in the
|
||||
repo.
|
||||
It can also be used to search for restic blobs or trees for troubleshooting.
|
||||
The default sort option for the snapshots is youngest to oldest. To sort the
|
||||
output from oldest to youngest specify --reverse.
|
||||
|
||||
|
||||
.SH OPTIONS
|
||||
.PP
|
||||
\fB--blob\fP[=false]
|
||||
pattern is a blob-ID
|
||||
|
||||
@@ -59,6 +57,10 @@ It can also be used to search for restic blobs or trees for troubleshooting.
|
||||
\fB--path\fP=[]
|
||||
only consider snapshots including this (absolute) \fBpath\fR (can be specified multiple times, snapshots must include all specified paths)
|
||||
|
||||
.PP
|
||||
\fB-R\fP, \fB--reverse\fP[=false]
|
||||
reverse sort order oldest to newest
|
||||
|
||||
.PP
|
||||
\fB--show-pack-id\fP[=false]
|
||||
display the pack-ID the blobs belong to (with --blob or --tree)
|
||||
@@ -77,7 +79,6 @@ It can also be used to search for restic blobs or trees for troubleshooting.
|
||||
|
||||
|
||||
.SH OPTIONS INHERITED FROM PARENT COMMANDS
|
||||
.PP
|
||||
\fB--cacert\fP=[]
|
||||
\fBfile\fR to load root certificates from (default: use system certificates or $RESTIC_CACERT)
|
||||
|
||||
@@ -200,5 +201,4 @@ Exit status is 12 if the password is incorrect.
|
||||
|
||||
|
||||
.SH SEE ALSO
|
||||
.PP
|
||||
\fBrestic(1)\fP
|
||||
|
||||
Reference in New Issue
Block a user