Merge pull request #8503 from eheydrick/backup-docs

Add a timezone component to the example backup command to make it RFC3339 compliant
pull/8521/head
Jason Wilder 2017-06-21 09:40:05 -06:00 committed by GitHub
commit ba8649a6d5
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