Uses of Class
org.opends.server.backup.Backup
Packages that use Backup
-
Uses of Backup in org.opends.server.backup
Methods in org.opends.server.backup that return BackupModifier 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.Methods in org.opends.server.backup that return types with arguments of type BackupModifier and TypeMethodDescriptionBackupManager.listBackups
(BackupManager.BackupFilter backupFilter, Collection<LocalizableMessage> errors) Lists all the backups without verifying their integrity.Methods in org.opends.server.backup with parameters of type BackupModifier and TypeMethodDescriptionvoid
BackupManager.restoreBackup
(Backup backup, Backupable backupable, Cancellable cancellable) Restores a backend from the underlying backup storage.Method parameters in org.opends.server.backup with type arguments of type BackupModifier and TypeMethodDescriptionvoid
BackupManager.verifyBackups
(Collection<Backup> backups, Cancellable cancellable) Verifies the integrity of the provided backups and mark them asverified()
orhasErrors()
.