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 :: The host to connect to and perform a snapshot of. Defaults to '127.0.0.1:8088'. -database :: The database to backup. Required. -retention :: The retention policy to backup. Optional. -shard :: The shard id to backup. Optional. If specified, '-retention ' is required. -since <2015-12-24T08:12:13>:: 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[]