Package org.opends.server.backup


package org.opends.server.backup
Classes related to backup and restore. To manipulate backups, use BackupManager. To support backup and restore, a backend must implement Backupable.
  • Class
    Description
    This class is a wrapper around a backend file path and a backend file ID.
    This class contains all the metadata associated with a backup.
    This interface must be implemented by backends that support backup and restore.
    An exception that may be thrown when there is a problem with a backup file.
    A backup file manager is responsible for securely and lazily saving backend files and metadata to its underlying backup storage.
    A backup identifier, it is made out of a backend name and a tag.
    This is the primary class for managing backups, it works on top of an arbitrary backup storage and allows to backup and restore backupable entities as well as listing and verifying backups.
    Filters the available backups using the provided criteria.
    Iterator able to return a count of progress and the total number of items to be processed.
    Counted iterator returning elements from a list.
    A backup storage is responsible for writing and reading backup files in a persistent location.
    Configuration of a backup storage.
    An interface to create a backup storage.
    A backup storage implementation that reads and writes files in a file system directory.
    This class creates instances of BackupStorage plugged on the local file system.