Skip to content. | Skip to navigation
The following features are available: Backup file system using point-in-time snapshot Strong encryption supported: AES-256-CFB Backup file system tree directly (without volume snapshot) Backup journalled MongoDB directory tree using lvm snapshot to Swift Backup MySQL with lvm snapshot Restore data from a specific date automatically to file system Low storage consumption as the backup are uploaded as a stream Flexible backup policy (incremental and differential) Data is archived in GNU Tar format for file based incremental Multiple compression algorithm support (zlib, bzip2, xz) Remove old backup automatically according to the provided parameters Multiple storage media support (Swift, local file system, or ssh) Flush kernel buffered memory to disk Multi-platform (Linux, Windows, *BSD, OSX) Manage multiple jobs (I.e., multiple backups on the same node) Synchronize backups and restore on multiple nodes Web user interface integrated with OpenStack Horizon Execute scripts/commands before or after a job execution More …
OpenStack Freezer- API OpenStack Freezer-api is a RESTFUL API to Store information and metadata about Backups, Jobs, Clients, Sessions. It helps keeping backup/restore jobs organized and maintain the status of the backups.To learn how to use Freezer's API, consult the documentation available online - Backup API Reference <
Freezer Disaster Recovery freezer-dr, OpenStack Compute node High Available provides compute node high availability for OpenStack. Simply freezer-dr monitors all compute nodes running in a cloud deployment and if there is any failure in one of the compute nodes freezer-dr will fence this compute node then freezer-dr will try to evacuate all
freezer-tempest-plugin Tempest plugin for the freezer project.Tempest plugin for functional testing of freezer backup, restore and DR features. More information can be found in the freezer developer documentation.* Free software: Apache license * Documentation: * Source: * Bugs:
Freezer - Horizon Dashboard freezer-web-ui is a horizon plugin based in django aimed at providing an interaction with freezer* Issue tracking and feature specifications: Freezer Dashboard requires a freezer API client to be installed in the same environment as horizon::
This is a client library for Freezer built on the OpenStack Disaster Recovery API. It provides a Python API (the freezerclient module) and a command-line tool (freezer). This library fully supports the v1 Disaster Recovery API.