vBackupLog
vBackupLog |
Logs each alert sent out via email. Multiple rows per machine |
|
Column Name |
Type |
Purpose |
Machine_GroupID |
varchar(201), null |
A concatenated representation of the machine id and the group id it is associated with. |
agentGuid |
numeric(26,0), null |
A globally unique identifier for a machine ID.group ID account and its corresponding agent. |
machName |
varchar(100), null |
Machine Name used for each agent |
groupName |
varchar(100), null |
organization, then machine group the machine is assigned to |
EventTime |
datetime(3), null |
time stamp when the event was recorded |
description |
varchar(1000), null |
description of the reported task |
durationSec |
int(10), null |
number of seconds the reported task took to complete |
statusType |
int(10), null |
0: full volume backup 1: offsite replication (obsolete) 2: incremental volume backup 3: offsite replication suspended (obsolete) 4: offsite replication skipped because backup failed (obsolete) 5: folder full backup 6: offsite folder suspended (obsolete) 7: differential volume backup 8: folder incremental backup 9: folder differential backup 10: volume verification 11: folder verification 12: volume backup skipped because machine offline 13: folder backup skipped because machine offline 14: Informational 15: Diff or Inc ran as full vol when last full vol not found 16: Diff or Inc ran as full folder when last full folder not found 17: volume backup canceled 18: folder backup canceled 19: volume image conversion (in KBU 3.0) 20: volume synthetic full backup (in KBU 3.0) 21: folder synthetic full backup (in KBU 3.0) |
result |
int(10), null |
0: failure 1: success 2: archive incomplete |
imageSize |
float(53), not null |
The size of the backup. |