View the list of backups
To view the list of backups,
On the administrator host, run the following command:
./kdt invoke backup-operator -a listBackups
The list of backups is displayed, including the backup name shown in the NAME
column and the unique backup identifier shown in the BACKUPID
column.
View the details of the backup
To view the details of the backup,
On the administrator host, run the following command:
./kdt invoke backup-operator -a describeBackup --param backup_id='<backup_name>'
where <backup_name>
is the backup name that is displayed in the NAME
column in the list of the backups.
The details of the backup are displayed.
Page top