Retry, Cancel, Delete, And Download Backups
Platform actions provide controlled operations without manually editing Velero resources.
AppBackup Actions
| Action | Meaning |
|---|---|
backup | Run an immediate backup |
retry | Retry a failed task |
cancel | Cancel a running task |
delete | Delete backup task or backup object |
pause | Pause periodic backup |
resume | Resume periodic backup |
POST /apis/appbackups.testudo.softcdata.com/v1/appbackups/:name/actions/:type
AppRestore Actions
POST /apis/apprestores.testudo.softcdata.com/v1/apprestores/:name/actions/:type
Typical actions are retry and cancel.
Download
GET /apis/appbackups.testudo.softcdata.com/v1/appbackups/:name/backups/:backupName/download
Downloaded backup data should be handled as sensitive production data.
