See: Description
| Interface | Description |
|---|---|
| AtomicBackup |
Performs the backup of a single component, typically a database dump
|
| BackupContext |
Transient information of a given backup, centralizing common information such
as timestamp and location.
|
| BackupPurge |
Purges previous backups
|
| Class | Description |
|---|---|
| AbstractAtomicBackup |
Simplify atomic backups implementation, especially by managing VFS.
|
| BackupFileSystemManager |
Programatically configured VFS file system manager which can be declared as a
bean and associated with a life cycle (methods
DefaultFileSystemManager.init() and
DefaultFileSystemManager.close()). |
| BackupUtils |
Backup utilities
|
| MySqlBackup |
Backups a MySQL database using mysqldump.
|
| OpenLdapBackup |
Backups an OpenLDAP server using slapcat
|
| OsCallBackup |
Runs an OS command and save its standard output as a file.
|
| PostgreSqlBackup |
Backups a PostgreSQL database using pg_dump.
|
| SimpleBackupContext |
Simple implementation of a backup context
|
| SimpleBackupPurge |
Simple backup purge which keeps backups only for a given number of days
|
| SvnBackup |
Backups a Subversion repository using svnadmin.
|
| SystemBackup |
Combines multiple backups and transfer them to a remote location.
|
Copyright © 2007–2020. All rights reserved.