Viewing Backup Details
You can view detailed information about specific backup. To view backup details, use the following command:
|
veeamconfig backup show --id <backup_id> |
where <backup_id> is an ID of the backup for which you want to view detailed information.
For a file-level backup, Veeam Agent for IBM AIX displays the following information:
|
Parameter |
Description |
|---|---|
|
Machine name |
Host name of the machine on which the backup job is configured and the name of the job. |
|
Backed up |
Backup scope for the file-level backup job. |
|
Include masks |
File name masks that define files that must be included in the backup. This information is displayed if file name masks are specified for the backup job. |
|
Excluded from backup |
Directories that must be excluded from backup. |
|
Exclude masks |
File name masks that define files that must be excluded from the backup. This information is displayed if file name masks are specified for the backup job. |
For example:
|
user@srv01:~$ veeamconfig backup show --id ea64a7e5-038a-4c86-970a-6d59d4cf3968 Machine name: srv01 system backup File-level backup Backed up: / Excluded from backup: /mnt/NFS /proc /tmp/veeam |