IBackup |
The IBackupService type exposes the following members.
| Name | Description | |
|---|---|---|
| Backup | Backup media | |
| BackupToFile | Backup the data to a file | |
| BackupToStream | Backup to a stream | |
| GetBackup(BackupMedia, String) | Get the descriptor for a specific backup | |
| GetBackup(String, BackupMedia) | Get the backup with the specified backupDescriptorLabel from any backup source | |
| GetBackupAssetClasses | Get all registered backup asset classes | |
| GetBackupDescriptorFromFile | Get a backup descriptor from an absolute file | |
| GetBackupDescriptorFromStream | Get a descriptor from a stream | |
| GetBackupDescriptors | Gets the backup descriptors for the specified media | |
| HasBackup | Has backup on the specified media | |
| RemoveBackup | Remove a backup | |
| Restore | Restore from media | |
| RestoreFromFile | Restore a backup from afile | |
| RestoreFromStream | Restore from a stream |