The entity backup_server_config describes the default configuration parameter for the server. This could be default backup configuration parameter, basic processing rules incoming backed up files or connection preferences for the server. There could be multiple server configurations available. The default configuration is marked with attribute 'type' = '1'. The attributes of the entity backup_server_config are entries from the config tree in the server's vault.cdb file.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| server_config_id | byte(16) | not null | Unique identifier of a server configuration entity, could not be NULL |
| name | nvarchar(255) | with null | Configuration label |
| protect_user | varchar(1) | with null | Default handling for all users: 0 = User should be unprotected 1= User should be protected |
| max_concurrent_connections | integer | with null | Number of concurrent clients connections |
| max_concurrent_backups | integer | with null | Number of concurrent backup processing |
| unlimited_versions | integer | with null | Unlimited number of revisions |
| versions_kept_online | integer | with null | Revisions kept online |
| default_retrieve_to_folder | nvarchar(255) | with null | Default restore folder |
| prompt_for_overwrite | varchar(1) | with null | 0=not prompt 1= prompt |
| starting_port | integer | with null | Start port number for agent connections |
| ending_port | integer | with null | End port number for agent connections |
| package_size | integer | with null | Package size used for client packages |
| tcpip_enabled | varchar(1) | with null | Enable TCP/IP port range 0= not enable 1= enable |
| 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 |
| type | varchar(1) | with null | |
| server_connection_port | integer | with null | Port number used by the GUI to connect to the server |
| msg_log_config_id | byte varying(16) | with null | Unique identifier of a message log entity, could be NULL, if option doesn't exists. |
Product Name: BrightStor ARCserve Backup for Laptops and Desktops
Table Type: Table