OpenStack Swift incremental backup and restore automation tool for file system, MongoDB, MySQL. LVM snapshot and encryption support.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
David Rabel 9f8d6c382e Fix license boilerplates
license boilerplates as docstring are included in automatically
generated documentation which leads to wrong formatting.

For example the indented hyperlink to the license is formatted as
quotation.

Change-Id: I9d6088ab48d6787f29b593bfa5445b6a84e99de7
5 years ago
config-generator Added CLI docs for freezer 6 years ago
devstack Merge "Use dedicate log file for freezer-scheduler" 5 years ago
doc Add note about installing dependencies 5 years ago
etc Added CLI docs for freezer 6 years ago
freezer Fix license boilerplates 5 years ago
playbooks/legacy Use dedicate log file for freezer-scheduler 5 years ago
releasenotes Update reno for stable/queens 5 years ago
specs Update auth_uri option to www_authenticate_uri 5 years ago
.coveragerc Fix freezer for py3 compatibility 7 years ago
.gitignore Add .project and .pydevproject to .gitignore 7 years ago
.gitreview Update .gitreview for new namespace 8 years ago
.pylintrc Fix pylint checks 6 years ago
.testr.conf Update freezer for pike goal python 3.5 6 years ago
.zuul.yaml add lower-constraints job 5 years ago
CREDITS.rst Adding the freezer logo to the README 7 years ago
FAQ.rst Fix description for backup management 6 years ago
HACKING.rst fix a typo in HACKING.rst 5 years ago
INSTALL.rst Remove deprecated code 7 years ago
LICENSE Import pep3134daemon as local module 8 years ago
README.rst fix the link in README.rst 5 years ago
TODO.rst Freezer initial commit 9 years ago
bindep.txt Use bindep to define binary deps 6 years ago
freezer_logo.jpg Adding the freezer logo to the README 7 years ago
lower-constraints.txt add lower-constraints job 5 years ago
requirements.txt Updated from global requirements 5 years ago
setup.cfg Update homepage url for freezer 5 years ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Updated from global requirements 5 years ago
tox.ini add lower-constraints job 5 years ago

README.rst

Team and repository tags

image

OpenStack Freezer

image

Freezer is a Backup Restore DR as a Service platform that helps you to automate the data backup and restore process.

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 ...

To learn how to use Freezer's API, consult the documentation available online at:

Freezer Disaster Recovery: - Freezer DR

Freezer Horizon plugin: - Freezer Web UI

For more information on OpenStack APIs, SDKs and CLIs in general, refer to:

Operators

To learn how to deploy and configure OpenStack Freezer, consult the documentation available online at:

In the unfortunate event that bugs are discovered, they should be reported to the appropriate bug tracker. If you obtained the software from a 3rd party operating system vendor, it is often wise to use their own bug tracker for reporting problems. In all other cases use the master OpenStack bug tracker, available at:

Developers

Any new code must follow the development guidelines detailed in the HACKING.rst file and OpenStack general development guidelines, and pass all unit tests.

Further developer focused documentation is available at:

Other Information

During each Summit and Project Team Gathering, we agree on what the whole community wants to focus on for the upcoming release. The plans for freezer can be found at: