The backup_active_user_policy entity stores the backup_policy for a backup user. When the agent connects to the server, the user configuration is sent to the server. This information is stored as active user policy. The entity backup_active_user_policy includes the main information about the user on the client agent side. The information come from the user's local.cdb file.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| user_id | byte(16) | not null | Unique identifier |
| schedule_id | byte varying(16) | not null | Unique identifier of the scheduler configuration |
| network_throttle_id | byte varying(16) | with null | Unique identifier of the network throttle information, if NULL not configured |
| alert_id | byte varying(16) | with null | Unique identifier of the alert information, if NULL not configured |
| default_backup_method | varchar(1) | with null | 0: Minimize transfer time 1: Minimize local storage |
| low_disk_space_limit | integer | with null | Don't perform backup when low disk space limit is reached: 0: No limit >0: limit in MB |
| max_file_size | integer | with null | Max size of a single file sent to the server: 0: Max limit 2GB >0: limit in MB |
| package_size | integer | with null | Max size of a data package sent to the server: 0: Max limit 2GB >0: limit in MB |
| show_system_tray_icon | varchar(1) | with null | Show icons for Scheduler and AutoTCP in system tray 0: Don't show 1: Show |
| max_local_versions | integer | with null | Number of revisions stored locally, 0: unlimited |
| max_server_versions | integer | with null | Number of revisions stored on the server, 0: unlimited |
| prompt_for_overwrite | varchar(1) | with null | During file Restore: 0: Don't prompt 1: Prompt |
| default_retrieve_to_folder | nvarchar(255) | with null | Path to restore a file, if not set means default location |
| removed_files_aging_kind | integer | with null | Delete backed up file, if file is deleted on disk 0 : not set 1: set |
| removed_files_aging_grace_period | integer | with null | Grace period in days |
| removed_files_aging_purge_kind | integer | with null | Delete backed up file, if file is removed from backup set |
| 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