Add a timezone component to the example backup command to make it

RFC3339 compliant
pull/8503/head
Eric Heydrick 2017-06-16 15:37:43 -07:00
parent 0b4528b26d
commit 810c183963
2 changed files with 2 additions and 2 deletions

View File

@ -368,7 +368,7 @@ Usage: influxd backup [flags] PATH
Optional. The retention policy to backup.
-shard <id>
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
formatted time.

View File

@ -27,7 +27,7 @@ OPTIONS
-shard <id>::
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.
SEE ALSO