All Projects → openstack → Freezer

openstack / Freezer

Licence: other
OpenStack Swift incremental backup and restore automation tool for file system, MongoDB, MySQL. LVM snapshot and encryption support. Mirror of code maintained at opendev.org.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Freezer

Dapr Demos
Collection of personal Dapr demos (bindings, state, pub/sub, service-to-service invocation)
Stars: ✭ 109 (-41.71%)
Mutual labels:  service
Manila
Shared filesystem management project for OpenStack. Mirror of code maintained at opendev.org.
Stars: ✭ 130 (-30.48%)
Mutual labels:  service
Loginsrv
JWT login microservice with plugable backends such as OAuth2, Google, Github, htpasswd, osiam, ..
Stars: ✭ 1,835 (+881.28%)
Mutual labels:  service
Tinypart
TinyPart is an iOS modularization framework implemented by Ojective-C. It also supports URL-routing and inter-module communication. TinyPart是一个由Objective-C编写的面向协议的iOS模块化框架,同时它还支持URL路由和模块间通信机制。
Stars: ✭ 120 (-35.83%)
Mutual labels:  service
Zaqar
OpenStack Messaging (Zaqar). Mirror of code maintained at opendev.org.
Stars: ✭ 128 (-31.55%)
Mutual labels:  service
Phiremock
Phiremock mocks HTTP requests and REST services, allowing to mock external services during acceptance testing.
Stars: ✭ 131 (-29.95%)
Mutual labels:  service
Samples
Community driven repository for Dapr samples
Stars: ✭ 104 (-44.39%)
Mutual labels:  service
Fx
A dependency injection based application framework for Go.
Stars: ✭ 2,383 (+1174.33%)
Mutual labels:  service
Octavia
Load Balancing as a Service (LBaaS) for OpenStack. Mirror of code maintained at opendev.org.
Stars: ✭ 129 (-31.02%)
Mutual labels:  service
Decouplingkit
decoupling between modules in your iOS Project. iOS模块化过程中模块间解耦方案
Stars: ✭ 136 (-27.27%)
Mutual labels:  service
Confluence
Torrent client as a HTTP service
Stars: ✭ 126 (-32.62%)
Mutual labels:  service
Fdk Java
Java API and runtime for fn.
Stars: ✭ 127 (-32.09%)
Mutual labels:  service
Gofn
Function process via docker provider (serverless minimalist)
Stars: ✭ 134 (-28.34%)
Mutual labels:  service
Bitwrk
Bitcoin-fueled Peer-to-Peer Blender Rendering (and more)
Stars: ✭ 114 (-39.04%)
Mutual labels:  service
Designate
OpenStack DNS As A Service (Designate). Mirror of code maintained at opendev.org.
Stars: ✭ 145 (-22.46%)
Mutual labels:  service
Flare
Flare is a service that notify changes of HTTP endpoints
Stars: ✭ 110 (-41.18%)
Mutual labels:  service
Kala
Modern Job Scheduler
Stars: ✭ 1,736 (+828.34%)
Mutual labels:  service
Casbin Server
Casbin as a Service (CaaS)
Stars: ✭ 171 (-8.56%)
Mutual labels:  service
Qactive
Reactive queryable observable framework.
Stars: ✭ 147 (-21.39%)
Mutual labels:  service
Service Contracts
A set of service abstractions extracted out of the Symfony components
Stars: ✭ 1,931 (+932.62%)
Mutual labels:  service

======================== Team and repository tags

.. image:: https://governance.openstack.org/tc/badges/freezer.svg :target: https://governance.openstack.org/tc/reference/tags/index.html

.. Change things from this point on

OpenStack Freezer

.. image:: freezer_logo.jpg

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:

  • Backup API Reference <https://docs.openstack.org/api-ref/backup/>__
  • Freezer API <https://github.com/openstack/freezer-api>__

Freezer Disaster Recovery:

  • Freezer DR <https://github.com/openstack/freezer-dr>__

Freezer Horizon plugin:

  • Freezer Web UI <https://github.com/openstack/freezer-web-ui>__

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

  • OpenStack for App Developers <https://www.openstack.org/appdev/>__
  • Development resources for OpenStack clouds <https://developer.openstack.org/>__

Operators

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

  • OpenStack Freezer <https://docs.openstack.org/freezer/latest/>__

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:

  • Bug Tracker <https://storyboard.openstack.org/#!/project/openstack/freezer>__

Troubleshooting

When errors occure, these are good places to check:

  • freezer-api log: $HOME/log/freezer-api.log /var/log/apache2/freezer-api.log
  • freezer-agent log: $HOME/.freezer/freezer.log
  • freezer-scheduler log:/var/log/freezer/scheduler.log

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:

  • Official Freezer Documentation <https://docs.openstack.org/freezer/latest/>__
  • Official Client Documentation <https://docs.openstack.org/python-freezerclient/latest/>__

Contributors are encouraged to join IRC (#openstack-freezer on freenode):

  • IRC <https://wiki.openstack.org/wiki/IRC>__

Other Information

Release notes for the project can be found at:

  • Release notes <https://docs.openstack.org/releasenotes/freezer/>__

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:

  • Freezer Old README <https://github.com/openstack/freezer/tree/master/doc/README.rst>__

  • Freezer Specs <http://specs.openstack.org/openstack/freezer-specs/>__

.. _Summit: https://www.openstack.org/summit/ .. _Project Team Gathering: https://www.openstack.org/ptg/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].