Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Params ¶
type Params struct {
// Organization containing TSM data to back up.
// If not set, all orgs will be included.
OrgID string
Org string
// Bucket containing TSM data to back up.
// If not set, all buckets within the org filter will be included.
BucketID string
Bucket string
// Path to the directory where backup files should be written.
Path string
// Compression to use for local copies of snapshot files.
Compression br.FileCompression
}
Click to show internal directories.
Click to hide internal directories.