The entity backup_link_backup_set_policy describes the relation between a backup set and a backup configuration. A backup configuration could include various backup sets.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| backup_policy_id | byte(16) | not null | Unique identifier for entity backup_policy |
| backup_set_id | byte(16) | not null | Unique identifier for entity backup_set |
| creation_user | nvarchar(64) | with null | User who creates the object |
| creation_date | integer | with null | Time object is being created |
| schedule_type | varchar(1) | with null | Schedule type used for backup set 0: manual 1: startup 2: shutdown 3: hourly 4: daily 5: weekly 6: monthly 7: connect 8: quarter hourly 9: every n minutes |
| 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