Documentation
¶
Overview ¶
Package source fetches backup artifacts from their storage location so a driver can restore them. Sources are read-only by design: FireDrill only ever downloads.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backup ¶
type Backup struct {
Path string // local filesystem path to the artifact
ModTime time.Time // when the backup was produced (drives freshness/RPO)
Size int64
// contains filtered or unexported fields
}
Backup is a locally available backup artifact.
Click to show internal directories.
Click to hide internal directories.