mirror of https://github.com/restic/restic.git
manual updated
This commit is contained in:
parent
087c3fe1dc
commit
81d7ecba2b
|
@ -72,6 +72,10 @@ given as the arguments.
|
|||
\fB\-\-tag\fP=[]
|
||||
add a \fB\fCtag\fR for the new snapshot (can be specified multiple times)
|
||||
|
||||
.PP
|
||||
\fB\-\-time\fP=""
|
||||
time of the backup (ex. '2012\-11\-01 22:08:41') (default: now)
|
||||
|
||||
|
||||
.SH OPTIONS INHERITED FROM PARENT COMMANDS
|
||||
.PP
|
||||
|
|
|
@ -69,6 +69,7 @@ command:
|
|||
--stdin read backup from stdin
|
||||
--stdin-filename string file name to use when reading from stdin
|
||||
--tag tag add a tag for the new snapshot (can be specified multiple times)
|
||||
--time string time of the backup (ex. '2012-11-01 22:08:41') (default: now)
|
||||
|
||||
Global Flags:
|
||||
--json set output mode to JSON for commands that support it
|
||||
|
|
Loading…
Reference in New Issue