Uses of Class
org.opends.server.backup.BackupException
Packages that use BackupException
-
Uses of BackupException in org.opends.server.backup
Methods in org.opends.server.backup that throw BackupExceptionModifier 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.voidBackupManager.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.voidBackupManager.restoreBackup(Backup backup, Backupable backupable, Cancellable cancellable) Restores a backend from the underlying backup storage.