Uses of Class
org.opends.server.tools.dsbackup.BackupRunner
-
Uses of BackupRunner in org.opends.server.tools.dsbackup
Modifier and TypeMethodDescriptionBackupRunner.backendNames
(Set<String> backendNames) Sets the backendName argument values.BackupRunner.baseDirectory
(Path baseDirectory) Sets the base directory ie the directory which will be used as the working directory if ever the given backup location is relative local file-system path.BackupRunner.enabledBackends
(Collection<LocalBackend<?>> enabledBackends) Sets the collection of backends that are currently enabled in the Directory Server.BackupRunner.interruptWith
(Cancellable cancellable) Sets the cancellable for interrupting backup operations.BackupRunner.listeners
(Consumer<LocalBackend<?>> backupStartListener, Consumer<LocalBackend<?>> backupEndListener) Sets the listeners that should be called before and after each backend is backed up.BackupRunner.serverContext
(ServerContext serverContext) Sets the server context.Register the backup location and the properties for the backup storage.