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.Collection<Backup>
BackupManager. listBackups(Collection<LocalizableMessage> errors)
Lists all the backups without verifying their integrity.void
BackupManager. purgeBackups(Set<BackupId> backupsToDelete, Cancellable cancellable)
Purge a set of backups.void
BackupManager. restoreBackup(Backup backup, Backupable backupable, Cancellable cancellable)
Restores a backend from the underlying backup storage.
-