Uses of Class
org.opends.server.backup.Backup
-
Uses of Backup in org.opends.server.backup
Modifier and TypeMethodDescriptionBackupManager.createBackup
(Backupable backupable, Cancellable cancellable) Backs up a backend to the underlying backup storage.BackupFileManager.readBackup
(BackupId backupId) Reads the backup file with the provided ID from the underlying backup storage and converts it to a backup object.Modifier and TypeMethodDescriptionBackupManager.listBackups
(BackupManager.BackupFilter backupFilter, Collection<LocalizableMessage> errors) Lists all the backups without verifying their integrity.Modifier and TypeMethodDescriptionvoid
BackupManager.restoreBackup
(Backup backup, Backupable backupable, Cancellable cancellable) Restores a backend from the underlying backup storage.Modifier and TypeMethodDescriptionvoid
BackupManager.verifyBackups
(Collection<Backup> backups, Cancellable cancellable) Verifies the integrity of the provided backups and mark them asverified()
orhasErrors()
.