The entity backup_performed_backup records the information about a backup user, the performed backup run date and is used to store information about a performed backup.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| user_id | byte(16) | not null | Unique identifier |
| backup_run_date | integer | not null | Actual backup time |
| name | nvarchar(255) | with null | Backup label |
| total_files_scanned | integer | with null | Number of files scanned |
| elapsed_time | integer | with null | Elapsed time in seconds |
| exit_code | integer | with null | Exit code of backup session: 0: RWOK 1: RWERR 2: RWERR_MEMORY 6: RWERR_DISK_SPACE_DATA 10: RWERR_CANCEL 11: RWERR_CREATE_DIRECTORY 200: RWERR_CAP_COMPRESS 201: RWERR_CAP_DECOMPRESS 202: RWERR_CAP_FWD_DELTA 203: RWERR_CAP_BACK_DELTA 204: RWERR_CAP_EXTRACT_BASELINE 205: RWERR_CAP_CREATE_NEW_HISTORY 206: ERROR_FILENAME_EXCED_RANGE 207: RWERR_CAP_PATH_DOES_NOT_EXIST 209: RWERR_CAP_OUT_OF_DISKSPACE |
| note | nvarchar(255) | with null | Comment |
| creation_user | nvarchar(64) | with null | User who creates the object |
| last_update_user | nvarchar(64) | with null | User who updates |
| creation_date | integer | with null | Time object is being created |
| last_update_date | integer | with null | Time object is being updated |
| version_number | integer | with null | Is used for transaction integrity |
| total_files_backed_up | integer | with null | |
| total_size_of_files_backed_up | integer | with null |
Product Name: BrightStor ARCserve Backup for Laptops and Desktops
Table Type: Table