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 Oracle Solaris 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 File-level backup Backed up: / Excluded from backup: /tmp/veeam /dev /dev/fd /devices /etc/dfs/sharetab /etc/mnttab /lib/libc.so.1 /proc /system/contract /system/object /system/volatile /system/zones/zone01/root/dev /system/zones/zone01/root/dev/fd /system/zones/zone01/root/etc/dfs/sharetab /system/zones/zone01/root/etc/mnttab /system/zones/zone01/root/lib/libc.so.1 /system/zones/zone01/root/proc /system/zones/zone01/root/system/contract /system/zones/zone01/root/system/object /system/zones/zone01/root/system/volatile /system/zones/zone01/root/tmp /system/zones/zone02/root/dev /system/zones/zone02/root/dev/fd /system/zones/zone02/root/etc/dfs/sharetab /system/zones/zone02/root/etc/mnttab /system/zones/zone02/root/lib/libc.so.1 /system/zones/zone02/root/proc /system/zones/zone02/root/system/contract /system/zones/zone02/root/system/object /system/zones/zone02/root/system/volatile /system/zones/zone02/root/tmp /tmp |