The entity backup_set_include_exclude describes a files and folder that should be backed up or not. Wildcards could be used build this entries.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| backup_set_id | byte(16) | not null | Unique identifier of the entity backup_set |
| include_exclude_id | byte varying(16) | not null | Unique identifier |
| folder | nvarchar(255) | with null | Folder name |
| startin | nvarchar(255) | with null | Logical drive |
| file_name | nvarchar(255) | with null | File name without file extension |
| extension | nvarchar(30) | with null | File extension |
| type | varchar(1) | with null | Folder description is used for 0: include files 1: exclude files |
| recursive | varchar(1) | with null | Include subfolders 0: don't include 1: include |
| 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