Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Opts ¶
type Opts struct {
// contains filtered or unexported fields
}
func OptsFromConfigs ¶
func OptsFromConfigs( blobCfg format.BlobStorageConfiguration, params maintenance.Params, ) *Opts
func (*Opts) AsConfigs ¶
func (r *Opts) AsConfigs( ctx context.Context, ) (format.BlobStorageConfiguration, maintenance.Params, error)
func (*Opts) BlobChanged ¶
func (*Opts) ParamsChanged ¶
func (Opts) Verify ¶
Verify checks that the config info in r passes kopia's retention validation checks when it comes to locking durations and that if retention is requested in the blob config blob then lock extension is also configured to run during maintenance. If rentention is not enabled in the blob config blob then lock extension should be disabled during maintenance.
Click to show internal directories.
Click to hide internal directories.