summaryrefslogtreecommitdiff
path: root/doc/man/restic-snapshots.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/restic-snapshots.1')
-rw-r--r--doc/man/restic-snapshots.112
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/man/restic-snapshots.1 b/doc/man/restic-snapshots.1
index d2dbf52ee..9770e42ef 100644
--- a/doc/man/restic-snapshots.1
+++ b/doc/man/restic-snapshots.1
@@ -27,7 +27,7 @@ Exit status is 0 if the command was successful, and non-zero if there was any er
use compact output format
.PP
-\fB-g\fP, \fB--group-by\fP=""
+\fB-g\fP, \fB--group-by\fP=
\fB\fCgroup\fR snapshots by host, paths and/or tags, separated by comma
.PP
@@ -54,7 +54,7 @@ Exit status is 0 if the command was successful, and non-zero if there was any er
.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP
\fB--cacert\fP=[]
- \fB\fCfile\fR to load root certificates from (default: use system certificates)
+ \fB\fCfile\fR to load root certificates from (default: use system certificates or $RESTIC_CACERT)
.PP
\fB--cache-dir\fP=""
@@ -66,7 +66,7 @@ Exit status is 0 if the command was successful, and non-zero if there was any er
.PP
\fB--compression\fP=auto
- compression mode (only available for repository format version 2), one of (auto|off|max)
+ compression mode (only available for repository format version 2), one of (auto|off|max) (default: $RESTIC_COMPRESSION)
.PP
\fB--insecure-tls\fP[=false]
@@ -125,8 +125,12 @@ Exit status is 0 if the command was successful, and non-zero if there was any er
\fB\fCfile\fR to read the repository location from (default: $RESTIC_REPOSITORY_FILE)
.PP
+\fB--retry-lock\fP=0s
+ retry to lock the repository if it is already locked, takes a value like 5m or 2h (default: no retries)
+
+.PP
\fB--tls-client-cert\fP=""
- path to a \fB\fCfile\fR containing PEM encoded TLS client certificate and private key
+ path to a \fB\fCfile\fR containing PEM encoded TLS client certificate and private key (default: $RESTIC_TLS_CLIENT_CERT)
.PP
\fB-v\fP, \fB--verbose\fP[=0]