Merge pull request #8503 from eheydrick/backup-docs
Add a timezone component to the example backup command to make it RFC3339 compliantpull/8521/head
commit
ba8649a6d5
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue