Click or drag to resize

IBackupService Methods

The IBackupService type exposes the following members.

Methods
 NameDescription
Public methodBackup Backup media
Public methodBackupToFile Backup the data to a file
Public methodBackupToStream Backup to a stream
Public methodGetBackup(BackupMedia, String) Get the descriptor for a specific backup
Public methodGetBackup(String, BackupMedia) Get the backup with the specified backupDescriptorLabel from any backup source
Public methodGetBackupAssetClasses Get all registered backup asset classes
Public methodGetBackupDescriptorFromFile Get a backup descriptor from an absolute file
Public methodGetBackupDescriptorFromStream Get a descriptor from a stream
Public methodGetBackupDescriptors Gets the backup descriptors for the specified media
Public methodHasBackup Has backup on the specified media
Public methodRemoveBackup Remove a backup
Public methodRestore Restore from media
Public methodRestoreFromFile Restore a backup from afile
Public methodRestoreFromStream Restore from a stream
Top
See Also