The entity backup_job describes the job execution process.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| job_id | byte(16) | not null | Unique identifier |
| server_id | byte(16) | not null | Unique identifier |
| type | varchar(1) | with null | Job type like 1: move user 2: distribute backup policy 3: distribute agent config 4: distribute server config 5: restore files 6: export client database |
| name | nvarchar(76) | with null | Description |
| create_date | integer | with null | Create job date |
| start_date | integer | with null | Start job date |
| end_date | integer | with null | End job date |
| exit_code | integer | with null | Job exit code |
| status | integer | with null | Job status |
| creation_user | nvarchar(255) | with null | User who creates the object |
| creation_date | integer | with null | Time object is being created |
| last_update_user | nvarchar(255) | 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 |
| user_id | byte(16) | not null | Unique identifier |
| job_content | nvarchar(1024) | with null | Additional information i.e. XML strings |
| status_description | nvarchar(1024) | with null | Additional information about the job status i.e. error or trace information |
| is_finished | integer | with null | |
| enable | integer | with null | |
| is_cycle | integer | with null | |
| job_thread_number | integer | with null | |
| job_number | integer | with null | |
| engine_sleep_time | integer | with null | |
| schedule_id | byte varying(16) | with null | Unique identifier of the entity backup_schedule |
Product Name: BrightStor ARCserve Backup for Laptops and Desktops
Table Type: Table