mirror of
https://github.com/restic/restic.git
synced 2025-01-03 13:45:20 +00:00
manual updated
This commit is contained in:
parent
087c3fe1dc
commit
81d7ecba2b
2 changed files with 5 additions and 0 deletions
|
@ -72,6 +72,10 @@ given as the arguments.
|
||||||
\fB\-\-tag\fP=[]
|
\fB\-\-tag\fP=[]
|
||||||
add a \fB\fCtag\fR for the new snapshot (can be specified multiple times)
|
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
|
.SH OPTIONS INHERITED FROM PARENT COMMANDS
|
||||||
.PP
|
.PP
|
||||||
|
|
|
@ -69,6 +69,7 @@ command:
|
||||||
--stdin read backup from stdin
|
--stdin read backup from stdin
|
||||||
--stdin-filename string file name to use when reading 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)
|
--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:
|
Global Flags:
|
||||||
--json set output mode to JSON for commands that support it
|
--json set output mode to JSON for commands that support it
|
||||||
|
|
Loading…
Reference in a new issue