The entity backup_alerts is used to configure backup alert system concerning various backup problems on the clients. The alert is performed at the client side. Additionally the alert results are stored in the backup_user table.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| alert_id | byte varying(16) | not null | Unique identifier |
| max_low_disk_space_errors | integer | with null | Max numbers of low disk space errors before alert |
| days_not_connected_to_server | integer | with null | Number of days not connect to the server |
| days_last_performed_backup | integer | with null | Number of days last performed backup |
| days_diff_last_performed_backup | integer | with null | Difference of days between server and clients |
| max_cap_files | integer | with null | Max number of unprocessed cap files on the client |
| 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