The entity backup_policy describes a backup configuration and includes various parameter that handles the backup processing on the client. A backup configuration includes multiple backup sets, the backup schedule, backup_alert and backup_network_throttle configuration parameter.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| backup_policy_id | byte(16) | not null | Unique identifier |
| schedule_id | byte varying(16) | not null | Unique identifier of backup_schedule |
| network_throttle_id | byte varying(16) | with null | Unique identifier of backup_network thottle, could be NULL if not defined |
| alert_id | byte varying(16) | with null | Unique identifier of backup_alert, could be NULL if not defined |
| name | nvarchar(255) | not null | Unique backup policy name |
| 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 | Don't perform backup when low disk space limit is reached: 0: No limit >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(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 | Used as default 0: not default 1: default |
Product Name: BrightStor ARCserve Backup for Laptops and Desktops
Table Type: Table