The entity backup_shell_folder includes the list of the personal folder for each user.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| user_id | byte(16) | not null | Unique identifier |
| shell_folder_id | byte varying(16) | not null | Unique identifier |
| shell_folder | nvarchar(76) | with null | Logical user shell folder (ie My Documents) |
| path_name | nvarchar(255) | with null | Destination folder |
| 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
Relationships:
| Primary Key | Related Table | Related Column |
| user_id shell_folder_id |