The entity backup_ archive describes the location where the backed up files are being stored on the server side. For BABLD today they are all stored on the disks, so the description includes a folder path.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| archive_id | byte varying(16) | not null | Unique identifier |
| server_id | byte(16) | not null | Unique identifier |
| location | nvarchar(255) | with null | Folder path |
| size | integer | with null | Size occupied by the backed up files |
| root | varchar(1) | with null | Describes the server root archive for the manager 0= not root 1= root |
| creation_user | nvarchar(64) | with null | User who creates the object |
| creation_date | integer | with null | Time object is being created |
| last_update_user | nvarchar(64) | with null | User who updates |
| last_update_date | integer | with null | Time object is being updated |
| version_number | integer | with null | Is used for transaction integrity |
Product Name: BrightStor ARCserve Backup for Laptops and Desktops
Table Type: Table