Viewing Restore Points in Backup
To view information about restore points in the backup, you can use one of the following commands:
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.
For example:
user@wrk01:~$ veeamconfig backup info --id 4f75bb20-a6b6-4323-9287-1c6c8ceccb6b |
or
user@wrk01:~$ veeamconfig point list --backupid 4f75bb20-a6b6-4323-9287-1c6c8ceccb6b |
Veeam Agent for Mac displays 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@wrk01:~$ veeamconfig backup info --id ff73f292-b4c1-46ae-a279-3c7824c84093 Job name OIB ID Type Created at Is corrupt Retention wrk01 DataBackup {c8bf4c51-4344-4db4-a7bd-92aca0f9e59e} Full 2024-12-11 00:30 false WM wrk01 DataBackup {2e9d8f63-ce9f-4d0a-b65f-5511d1ae288b} Increment 2024-12-12 00:30 false wrk01 DataBackup {13edcd48-2861-4c55-9a8b-757c6c4f0f13} Increment 2024-12-13 00:30 false wrk01 DataBackup {636b92d3-22a5-4b08-b6f9-155b76d2e598} Increment 2024-12-13 16:47 false |