influxdb/man/influxd-backup.txt

38 lines
791 B
Plaintext
Raw Normal View History

2016-07-15 21:43:05 +00:00
influxd-backup(1)
=================
NAME
----
influxd-backup - Downloads a snapshot of a data node and saves it to disk
SYNOPSIS
--------
'influxd backup' [options]
DESCRIPTION
-----------
Downloads a snapshot of a data node and saves it to disk.
OPTIONS
-------
-host <host:port>::
The host to connect to and perform a snapshot of. Defaults to '127.0.0.1:8088'.
-database <name>::
The database to backup. Required.
-retention <name>::
The retention policy to backup. Optional.
-shard <id>::
The shard id to backup. Optional. If specified, '-retention <name>' is required.
-since <2015-12-24T08:12:13Z>::
2016-07-15 21:43:05 +00:00
Do an incremental backup since the passed in time. The time needs to be in the RFC3339 format. Optional.
SEE ALSO
--------
*influxd-restore*(1)
include::footer.txt[]