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:
|
|
Retention |
Displays information about enabled long-term retention per each type: weekly (W), monthly (M) and yearly (Y). |
For example:
|
user@srv01:~$ veeamconfig backup info --id ea64a7e5-038a-4c86-970a-6d59d4cf3968 |
or
|
user@srv01:~$ veeamconfig point list --backupid ea64a7e5-038a-4c86-970a-6d59d4cf3968 |