|
|
|
vBackupLog
|
Logs each alert sent out via email. Multiple rows per machine
|
Column Name
|
Type
|
Purpose
|
Machine_GroupID
|
varchar
|
A concatenated representation of the machine id and the group id it is associated with.
|
agentGuid
|
numeric
|
A globally unique identifier for a machine ID.group ID account and its corresponding agent.
|
machName
|
varchar
|
Machine Name used for each agent
|
groupName
|
varchar
|
Group Name used for each agent
|
EventTime
|
datetime
|
time stamp when the event was recorded
|
description
|
varchar
|
description of the reported task
|
durationSec
|
int
|
number of seconds the reported task took to complete
|
statusType
|
int
|
0: full backup
1: offsite replication
2: incremental backup
3: offsite replication suspended
4: offsite replication skipped because backup failed
5: folder backup
6: offsite folder suspended
|
result
|
int
|
0: failure
1: success
2: archive incomplete
|
imageSize
|
float
|
The size of the backup.
|