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@srv01:~$ veeamconfig backup info --id 4f75bb20-a6b6-4323-9287-1c6c8ceccb6b |
or
|
user@srv01:~$ veeamconfig point list --backupid 4f75bb20-a6b6-4323-9287-1c6c8ceccb6b |
Veeam Agent for Linux 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@srv01:~$ veeamconfig backup info --id 535c93a1-2d4e-4475-afb1-a5d46114dca8 Job name OIB ID Type Created at Is corrupt Retention srv01 SystemBackup {83b76b05-d0a6-4c2e-ae73-727c9aa2cee8} Full 2024-11-29 00:30 false WM srv01 SystemBackup {5b4b7e2b-eab7-401f-8528-5510c4dcc88c} Increment 2024-11-30 00:30 false srv01 SystemBackup {054dfac4-4dda-4b16-b24c-acf1f474b3e6} Increment 2024-12-01 00:30 false srv01 SystemBackup {0d06ae01-e483-4878-9162-a1765a07df55} Increment 2024-12-02 00:30 false |