Uses of Class
org.opends.server.tools.dsbackup.PurgeRunner
-
Uses of PurgeRunner in org.opends.server.tools.dsbackup
Modifier and TypeMethodDescriptionPurgeRunner.backendNames
(Set<String> backendNames) Configures the purge runner to purge only backups of the given backend names.Sets a list of backup IDs to purge.protected PurgeRunner
PurgeRunner.backupManagerFactory
(org.opends.server.tools.dsbackup.BackupRunner.BackupManagerFactory backupManagerFactory) Sets the backup manager factory.PurgeRunner.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.PurgeRunner.interruptWith
(Cancellable cancellable) Sets the cancellable for interrupting purge operations.Configures the purge process with a keep count value: purge will save only thekeepCount
latest backups of each backend.Configures the purge runner with a "remove older than" threshold: purge will delete all the backups older than this threshold.PurgeRunner.serverContext
(ServerContext serverContext) Sets the server context.Register the backup location and the properties for the backup storage.