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> is an ID of the backup for which you want to view information about 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:

  • Full
  • Increment.

Created at

Date and time of the restore point creation.

Is corrupt

Indicates whether restore point in the backup is corrupted. Possible values:

  • True
  • False

For example:

user@unixsrv:~$ veeamconfig backup info --id bd99e384-b62f-47dc-ad38-f0b3dc5d3c40

Job name               OIB ID                                  Type       Created at        Is corrupt

unixsrv system backup  {2159eb5a-1f18-4b67-be90-98615c0057f3}  Full       2020-03-16 11:50  false

unixsrv system backup  {6303185a-37fe-460a-8e6c-65746708fe77}  Increment  2020-03-16 12:29  false

unixsrv system backup  {530843a2-5b7d-4a12-9718-b8d9a66b6a70}  Increment  2020-03-16 14:00  false

unixsrv system backup  {27abf598-ca38-40de-8d44-93231fcd5ea6}  Increment  2020-03-17 14:00  false

or

user@unixsrv:~$ veeamconfig point list --backupid ea64a7e5-038a-4c86-970a-6d59d4cf3968
Job name               OIB ID                                  Type       Created at        Is corrupt
unixsrv system backup  {2159eb5a-1f18-4b67-be90-98615c0057f3}  Full       2020-03-16 11:50  false
unixsrv system backup  {6303185a-37fe-460a-8e6c-65746708fe77}  Increment  2020-03-16 12:29  false
unixsrv system backup  {530843a2-5b7d-4a12-9718-b8d9a66b6a70}  Increment  2020-03-16 14:00  false
unixsrv system backup  {27abf598-ca38-40de-8d44-93231fcd5ea6}  Increment  2020-03-17 14:00  false