Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Container *api.Instance `yaml:"container,omitempty"` // Used by VM backups too. Snapshots []*api.InstanceSnapshot `yaml:"snapshots,omitempty"` Pool *api.StoragePool `yaml:"pool,omitempty"` Profiles []*api.Profile `yaml:"profiles,omitempty"` Volume *api.StorageVolume `yaml:"volume,omitempty"` VolumeSnapshots []*api.StorageVolumeSnapshot `yaml:"volume_snapshots,omitempty"` Bucket *api.StorageBucket `yaml:"bucket,omitempty"` }
Config represents the config of a backup that can be stored in a backup.yaml file (or embedded in index.yaml).
Click to show internal directories.
Click to hide internal directories.