Uses of Class
org.opends.server.backup.BackupException
-
Uses of BackupException in org.opends.server.backup
Modifier and TypeMethodDescriptionBackupStorageProvider.backupStorage
(BackupStorageConfig config) Returns a newBackupStorage
.FileSystemBackupStorageProvider.backupStorage
(BackupStorageConfig config) BackupManager.createBackup
(Backupable backupable, Cancellable cancellable) Backs up a backend to the underlying backup storage.BackupFileManager.getBackupIds()
Returns the set of metadata IDS found in the underlying backup storage.BackupManager.listBackups
(BackupManager.BackupFilter backupFilter, Collection<LocalizableMessage> errors) Lists all the backups without verifying their integrity.void
BackupManager.purgeBackups
(Set<BackupId> backupsToDelete, Cancellable cancellable) Purge a set of backups.BackupFileManager.readBackup
(BackupId backupId) Reads the backup file with the provided ID from the underlying backup storage and converts it to a backup object.void
BackupManager.restoreBackup
(Backup backup, Backupable backupable, Cancellable cancellable) Restores a backend from the underlying backup storage.