Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Cmd = kingpin.Command("restore", "") HostCmd = Cmd.Command("host", "Restore this host from backup") ClusterCmd = Cmd.Command("cluster", "Download from multiple hosts' backups") )
View Source
var ChangesDetected = errors.New("file changes detected")
View Source
var NoBackupsFound = errors.New("no backups found for host")
View Source
var NoSnapshotsFound = errors.New("no snapshots found for host")
Functions ¶
func RestoreCluster ¶
func RestoreHost ¶
Types ¶
type FileErrors ¶
func (FileErrors) Error ¶
func (e FileErrors) Error() string
func (FileErrors) MarshalLogObject ¶
func (e FileErrors) MarshalLogObject(enc zapcore.ObjectEncoder) error
Click to show internal directories.
Click to hide internal directories.