Monitoring backup and restore status¶
Use these commands to check the status of backups and restores:
To list all backups:
velero backup get
To list all restores:
velero restore get
To check details of a specific backup:
velero backup describe msr4-full-backup --details
To check details of a specific restore:
velero restore describe msr4-restore --details