Add a timezone component to the example backup command to make it
RFC3339 compliantpull/8503/head
parent
0b4528b26d
commit
810c183963
|
@ -368,7 +368,7 @@ Usage: influxd backup [flags] PATH
|
||||||
Optional. The retention policy to backup.
|
Optional. The retention policy to backup.
|
||||||
-shard <id>
|
-shard <id>
|
||||||
Optional. The shard id to backup. If specified, retention is required.
|
Optional. The shard id to backup. If specified, retention is required.
|
||||||
-since <2015-12-24T08:12:23>
|
-since <2015-12-24T08:12:23Z>
|
||||||
Optional. Do an incremental backup since the passed in RFC3339
|
Optional. Do an incremental backup since the passed in RFC3339
|
||||||
formatted time.
|
formatted time.
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ OPTIONS
|
||||||
-shard <id>::
|
-shard <id>::
|
||||||
The shard id to backup. Optional. If specified, '-retention <name>' is required.
|
The shard id to backup. Optional. If specified, '-retention <name>' is required.
|
||||||
|
|
||||||
-since <2015-12-24T08:12:13>::
|
-since <2015-12-24T08:12:13Z>::
|
||||||
Do an incremental backup since the passed in time. The time needs to be in the RFC3339 format. Optional.
|
Do an incremental backup since the passed in time. The time needs to be in the RFC3339 format. Optional.
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
|
|
Loading…
Reference in New Issue