BackupStatus

(Appears on: Backup)

BackupStatus represents the current status of a backup.

FieldDescription
backupPath
string

BackupPath is the location of the backup.

timeStarted
Kubernetes meta/v1.Time

TimeStarted is the time at which the backup was started.

timeCompleted
Kubernetes meta/v1.Time

TimeCompleted is the time at which the backup was completed.

backupSize
int64

BackupSize is the data size of the backup.

commitTs
string

CommitTs is the snapshot time point of tidb cluster.

conditions
[]BackupCondition