plugin_proval_windows_server_backup
Purpose
The table is built to store the complete Windows Server Backup data.
Dependencies
Tables
plugin_proval_windows_server_backup
| Column | Type | Explanation | 
|---|---|---|
| computerid | INT | Computer ID of the agent | 
| Next Backup Time | DATETIME | Next backup runtime | 
| Last Successful Backup Time | DATETIME | Last successful backup time | 
| Last Backup Time | DATETIME | Last backup runtime | 
| Last Backup Status | VARCHAR | Last backup health | 
| Last Backup Target | VARCHAR | Destination path where the last backup is stored | 
| Backup Operation Status During ScriptRan | VARCHAR | Indicates whether the backup is in progress or completed | 
| Backup Start Date | DATETIME | Backup schedule date | 
| Volumes To Backup | VARCHAR | Volumes that are being backed up | 
| Files to Backup | VARCHAR | Files that are being backed up | 
| Exclude Files From Backup | VARCHAR | Files that are excluded from backup | 
| Components to Backup | VARCHAR | Components that are being backed up | 
| Bare Metal Recovery | VARCHAR | Refers to a complete system restore, including the operating system and all system-specific configurations | 
| SystemState Backup | VARCHAR | Contains critical system components, including the registry, Active Directory, and system files required for recovery | 
| Overwrite Old Format VHD | VARCHAR | If enabled, the old VHD files will be overwritten during subsequent backups | 
| ScriptRanDate | DATETIME | Script last run time |