If it goes successfully, the object with ‘BackupSet’ interface is returning back.
Syntax:
| Object.OpenBackupSet (BSTR strBackupSetName) | {method} |
Parameters:
| strBackupSetName | Name of backup set |
Example:
Set MyBackupApp =
CreateObject("LeoBackup.Application")If it goes successfully, the object with ‘BackupSet’ interface is returning back.
Syntax:
| Object.CreateBackupSet (BSTR strBackupSetName) | {method} |
Parameters:
| strBackupSetName | Name of backup set |
Example:
Set MyBackupApp =
CreateObject("LeoBackup.Application")If it goes successfully, the set with given name will be deleted.
Syntax:
| Object.DeleteBackupSet (BSTR strBackupSetName) | {method} |
Parameters:
| strBackupSetName | Name of backup set |
Example:
Set MyBackupApp =
CreateObject("LeoBackup.Application")