influxdb/man/influxd-backup.txt

46 lines
1.1 KiB
Plaintext

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>::
Do an incremental backup since the passed in time. The time needs to be in the RFC3339 format. Optional.
-start <2015-12-24T08:12:23Z>::
All points earlier than this time stamp will be excluded from the export. Not compatible with -since.
-end <2015-12-24T08:12:23Z>::
All points later than this time stamp will be excluded from the export. Not compatible with -since.
-portable::
Generate backup files in a format that is portable between different influxdb products.
SEE ALSO
--------
*influxd-restore*(1)
include::footer.txt[]