influx backup

The influx backup command backs up data stored in InfluxDB.

Usage

  1. influx backup [flags]

Flags

FlagDescriptionInput typeMaps to ?
-c—active-configCLI configuration to use for commandstring
—bucket-idID of the bucket to back up fromstring
-b—bucketName of the bucket to back up fromstring
-h—helpHelp for the backup command
—hostHTTP address of InfluxDB (default: http://localhost:8086)stringINFLUX_HOST
—skip-verifySkip TLS certificate verificationstring
-t—tokenAuthentication tokenstringINFLUX_TOKEN

Related articles