Uses of Class
org.opends.server.backup.BackupException
-
Packages that use BackupException Package Description org.opends.server.backup Classes related to backup and restore. -
-
Uses of BackupException in org.opends.server.backup
Methods in org.opends.server.backup that throw BackupException Modifier and Type Method Description BackupStorage
BackupStorageProvider. backupStorage(BackupStorageConfig config)
Returns a newBackupStorage
.BackupStorage
FileSystemBackupStorageProvider. backupStorage(BackupStorageConfig config)
Backup
BackupManager. createBackup(Backupable backupable, Cancellable cancellable)
Backs up a backend to the underlying backup storage.Set<BackupId>
BackupFileManager. getBackupIds()
Returns the set of metadata IDS found in the underlying backup storage.Collection<Backup>
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.Backup
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.
-