BackupOptions interface
The backup options for the VM backup
Properties
| backup |
Indicates whether to run backup immediately or not for the VM |
| backup |
Indicates whether to stop backup or not for the VM |
| job |
The name of the backup job to be shown in Commvault |
| notify |
Indicates whether to notify the user on job completion |
| run |
Indicates whether to run snapshot backup or not for the VM, if false, it will run regular backup |
Property Details
backupCopyImmediately
Indicates whether to run backup immediately or not for the VM
backupCopyImmediately: boolean
Property Value
boolean
backupLevel
Indicates whether to stop backup or not for the VM
backupLevel?: string
Property Value
string
jobDescription
The name of the backup job to be shown in Commvault
jobDescription: string
Property Value
string
notifyUserOnJobCompletion
Indicates whether to notify the user on job completion
notifyUserOnJobCompletion: boolean
Property Value
boolean
runSnapShotBackup
Indicates whether to run snapshot backup or not for the VM, if false, it will run regular backup
runSnapShotBackup: boolean
Property Value
boolean