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. clients.OrgParams // Bucket containing TSM data to back up. // If not set, all buckets within the org filter will be included. clients.BucketParams // 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.