config

package
v7.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

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"`
	DependentVolumes []*Config                    `yaml:"dependent_volumes,omitempty"`
	Bucket           *api.StorageBucket           `yaml:"bucket,omitempty"`
	BucketKeys       []*api.StorageBucketKey      `yaml:"bucket_keys,omitempty"`
}

Config represents the config of a backup that can be stored in a backup.yaml file (or embedded in index.yaml).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL