
This is an archive version of the document. To get the most up-to-date information, see the
current version.
Step 2. Explore Restore Points
To view information about restore points in the backup, use the following command:
veeamconfig backup info --id <backup_id> |
or
veeamconfig point list --backupid <backup_id> |
where:
<backup_id> — ID of the backup for which you want to view information on restore points.
You can view the following information about restore points in the backup:
Parameter | Description |
---|
Job name | Name of the backup job by which the backup was created. |
OIB ID | ID of the restore point in the backup. |
Type | Type of the restore point. Possible values: |
Created at | Date and time of the restore point creation. |
Is corrupt | Indicates whether restore point in the backup is corrupted. Possible values: |
For example:
user@srv01:~$ veeamconfig backup info --id ea64a7e5-038a-4c86-970a-6d59d4cf3968 Job name OIB ID Type Created at Is corrupt srv01 DocumentsBackup {0f3c9f3e-3985-4dc9-8cd6-979dba810c2f} Full 2016-11-11 18:31 false srv01 DocumentsBackup {ff0c6969-8b9b-4865-b4f9-d686faf41d50} Increment 2016-11-14 13:35 false srv01 DocumentsBackup {a9e420df-d749-4b9a-b675-19d8e94c3bf1} Increment 2016-11-14 13:43 false srv01 DocumentsBackup {51e6056b-c0ae-40bc-bcf4-4ad7339f647a} Increment 2016-11-14 15:48 false srv01 DocumentsBackup {b127e64e-1f1c-4e0b-bb36-b087761267b3} Increment 2016-11-20 19:52 false |
or
user@srv01:~$ veeamconfig point list --backupid ea64a7e5-038a-4c86-970a-6d59d4cf3968 Job name OIB ID Type Created at Is corrupt srv01 DocumentsBackup {0f3c9f3e-3985-4dc9-8cd6-979dba810c2f} Full 2016-11-11 18:31 false srv01 DocumentsBackup {ff0c6969-8b9b-4865-b4f9-d686faf41d50} Increment 2016-11-14 13:35 false srv01 DocumentsBackup {a9e420df-d749-4b9a-b675-19d8e94c3bf1} Increment 2016-11-14 13:43 false srv01 DocumentsBackup {51e6056b-c0ae-40bc-bcf4-4ad7339f647a} Increment 2016-11-14 15:48 false srv01 DocumentsBackup {b127e64e-1f1c-4e0b-bb36-b087761267b3} Increment 2016-11-20 19:52 false |