Merge pull request #2 from Danp2/Danp2-deltacopy
Enable reporting on additional backup types.
This commit is contained in:
commit
f3b368fae4
@ -67,7 +67,9 @@ class BackupReportsXoPlugin {
|
||||
// Ignore call if it's not a Backup a Snapshot or a Disaster Recovery.
|
||||
if (call.method !== 'vm.rollingBackup' &&
|
||||
call.method !== 'vm.rollingSnapshot' &&
|
||||
call.method !== 'vm.rollingDrCopy') {
|
||||
call.method !== 'vm.rollingDrCopy' &&
|
||||
call.method !== 'vm.deltaCopy' &&
|
||||
call.method !== 'vm.rollingDeltaBackup') {
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user