Documentation
¶
Index ¶
- type Agent
- func (a *Agent) AddNode(ctx context.Context, curi string) (err error)
- func (a *Agent) Backup(bcp pbm.BackupCmd)
- func (a *Agent) CancelBackup()
- func (a *Agent) InitLogger(cn *pbm.PBM)
- func (a *Agent) PITR()
- func (a *Agent) PITRestore(r pbm.PITRestoreCmd)
- func (a *Agent) Restore(r pbm.RestoreCmd)
- func (a *Agent) ResyncStorage()
- func (a *Agent) Start() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
func (*Agent) CancelBackup ¶ added in v1.2.0
func (a *Agent) CancelBackup()
CancelBackup cancels current backup
func (*Agent) InitLogger ¶ added in v1.3.0
func (*Agent) PITRestore ¶ added in v1.3.0
func (a *Agent) PITRestore(r pbm.PITRestoreCmd)
PITRestore starts the point-in-time recovery
func (*Agent) ResyncStorage ¶ added in v1.3.0
func (a *Agent) ResyncStorage()
ResyncBackupList uploads a backup list from the remote store
Click to show internal directories.
Click to hide internal directories.