The entity backup_statistic is used to record the package processing on the server side. The attributes are all from manage.cdb file.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| server_id | byte(16) | not null | Unique identifier |
| statistic_id | byte varying(16) | not null | Unique identifier |
| package_start_date | integer | with null | Start time for package processing |
| package_end_date | integer | with null | End time for package processing |
| package_size | integer | with null | Package size in byte |
| total_files_size | integer | with null | File size of all files included in the package in byte |
| total_files | integer | with null | Number of files included in the package |
| creation_user | nvarchar(64) | with null | User who creates the object |
| creation_date | integer | with null | Time object is being created |
Product Name: BrightStor ARCserve Backup for Laptops and Desktops
Table Type: Table