Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Request ¶
type Request struct {
// Organization to backup.
// If not set, all orgs will be included.
OrgID influxdb.ID
Org string
// Bucket to backup.
// If not set, all buckets within the org filter will be included.
BucketID influxdb.ID
Bucket string
// Path to the directory where backup files should be written.
Path string
}
Click to show internal directories.
Click to hide internal directories.