freezer


Namefreezer JSON
Version 14.0.0 PyPI version JSON
download
home_pagehttps://docs.openstack.org/freezer/latest/
SummaryThe OpenStack Backup Restore and Disaster Recovery as a Service Platform
upload_time2023-03-22 12:19:25
maintainer
docs_urlNone
authorOpenStack
requires_python>=3.8
licenseApache-2
keywords freezer backup openstack restore disaster recovery lvm snapshot mongodb mysql
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========================
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 OFTC):

- `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/




            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.openstack.org/freezer/latest/",
    "name": "freezer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "freezer,backup,openstack,restore,disaster recovery,lvm,snapshot,mongodb,mysql",
    "author": "OpenStack",
    "author_email": "openstack-discuss@lists.openstack.org",
    "download_url": "https://files.pythonhosted.org/packages/4b/84/cbf7b5f1f1a8e8386577f6dc11e7a9fd0c3e68d0c2ed3c1394a597dfd999/freezer-14.0.0.tar.gz",
    "platform": null,
    "description": "========================\nTeam and repository tags\n========================\n\n.. image:: https://governance.openstack.org/tc/badges/freezer.svg\n    :target: https://governance.openstack.org/tc/reference/tags/index.html\n\n.. Change things from this point on\n\nOpenStack Freezer\n=================\n\n.. image:: freezer_logo.jpg\n\nFreezer is a Backup Restore DR as a Service platform that helps you to automate\nthe data backup and restore process.\n\nThe following features are available:\n\n-  Backup file system using point-in-time snapshot\n-  Strong encryption supported: AES-256-CFB\n-  Backup file system tree directly (without volume snapshot)\n-  Backup journalled MongoDB directory tree using lvm snapshot to Swift\n-  Backup MySQL with lvm snapshot\n-  Restore data from a specific date automatically to file system\n-  Low storage consumption as the backup are uploaded as a stream\n-  Flexible backup policy (incremental and differential)\n-  Data is archived in GNU Tar format for file based incremental\n-  Multiple compression algorithm support (zlib, bzip2, xz)\n-  Remove old backup automatically according to the provided parameters\n-  Multiple storage media support (Swift, local file system, or ssh)\n-  Flush kernel buffered memory to disk\n-  Multi-platform (Linux, Windows, \\*BSD, OSX)\n-  Manage multiple jobs (I.e., multiple backups on the same node)\n-  Synchronize backups and restore on multiple nodes\n-  Web user interface integrated with OpenStack Horizon\n-  Execute scripts/commands before or after a job execution\n-  More ...\n\nTo learn how to use Freezer's API, consult the documentation available online\nat:\n\n- `Backup API Reference <https://docs.openstack.org/api-ref/backup/>`__\n- `Freezer API <https://github.com/openstack/freezer-api>`__\n\nFreezer Disaster Recovery:\n- `Freezer DR <https://github.com/openstack/freezer-dr>`__\n\nFreezer Horizon plugin:\n- `Freezer Web UI <https://github.com/openstack/freezer-web-ui>`__\n\nFor more information on OpenStack APIs, SDKs and CLIs in general, refer to:\n\n- `OpenStack for App Developers <https://www.openstack.org/appdev/>`__\n- `Development resources for OpenStack clouds\n  <https://developer.openstack.org/>`__\n\nOperators\n---------\n\nTo learn how to deploy and configure OpenStack Freezer, consult the\ndocumentation available online at:\n\n- `OpenStack Freezer <https://docs.openstack.org/freezer/latest/>`__\n\nIn the unfortunate event that bugs are discovered, they should be reported to\nthe appropriate bug tracker. If you obtained the software from a 3rd party\noperating system vendor, it is often wise to use their own bug tracker for\nreporting problems. In all other cases use the master OpenStack bug tracker,\navailable at:\n\n- `Bug Tracker <https://storyboard.openstack.org/#!/project/openstack/freezer>`__\n\nTroubleshooting\n---------------\n\nWhen errors occure, these are good places to check:\n\n* freezer-api log: `$HOME/log/freezer-api.log`\n                   `/var/log/apache2/freezer-api.log`\n* freezer-agent log: `$HOME/.freezer/freezer.log`\n* freezer-scheduler log:`/var/log/freezer/scheduler.log`\n\nDevelopers\n----------\n\nAny new code must follow the development guidelines detailed in the HACKING.rst\nfile and OpenStack general development guidelines, and pass all unit tests.\n\nFurther developer focused documentation is available at:\n\n- `Official Freezer Documentation <https://docs.openstack.org/freezer/latest/>`__\n- `Official Client Documentation\n  <https://docs.openstack.org/python-freezerclient/latest/>`__\n\nContributors are encouraged to join IRC (``#openstack-freezer`` on OFTC):\n\n- `IRC <https://wiki.openstack.org/wiki/IRC>`__\n\nOther Information\n-----------------\n\nRelease notes for the project can be found at:\n\n- `Release notes\n  <https://docs.openstack.org/releasenotes/freezer/>`__\n\nDuring each `Summit`_ and `Project Team Gathering`_, we agree on what the whole\ncommunity wants to focus on for the upcoming release. The plans for freezer can\nbe found at:\n\n- `Freezer Old README <https://github.com/openstack/freezer/tree/master/doc/README.rst>`__\n\n- `Freezer Specs <http://specs.openstack.org/openstack/freezer-specs/>`__\n\n.. _Summit: https://www.openstack.org/summit/\n.. _Project Team Gathering: https://www.openstack.org/ptg/\n\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2",
    "summary": "The OpenStack Backup Restore and Disaster Recovery as a Service Platform",
    "version": "14.0.0",
    "project_urls": {
        "Homepage": "https://docs.openstack.org/freezer/latest/"
    },
    "split_keywords": [
        "freezer",
        "backup",
        "openstack",
        "restore",
        "disaster recovery",
        "lvm",
        "snapshot",
        "mongodb",
        "mysql"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2fd02f41bc36136ee89338b012e0ba9e211852cfde3835301e8cb76ff2ad7b6f",
                "md5": "27716b5d2e08915aed8b469c3d83477d",
                "sha256": "654f39412dcc6e5c008e53db8d6c7ccd7dbf3f7dad5d2e2fb6b293edfda903a1"
            },
            "downloads": -1,
            "filename": "freezer-14.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "27716b5d2e08915aed8b469c3d83477d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 216026,
            "upload_time": "2023-03-22T12:19:24",
            "upload_time_iso_8601": "2023-03-22T12:19:24.137951Z",
            "url": "https://files.pythonhosted.org/packages/2f/d0/2f41bc36136ee89338b012e0ba9e211852cfde3835301e8cb76ff2ad7b6f/freezer-14.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b84cbf7b5f1f1a8e8386577f6dc11e7a9fd0c3e68d0c2ed3c1394a597dfd999",
                "md5": "995f9c6d92fccda8842b20c6953d0efd",
                "sha256": "bd7ad8f31f01e361412d4ad0392f4b891c2a459b6e217a5397b1cc0482e09f97"
            },
            "downloads": -1,
            "filename": "freezer-14.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "995f9c6d92fccda8842b20c6953d0efd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 624893,
            "upload_time": "2023-03-22T12:19:25",
            "upload_time_iso_8601": "2023-03-22T12:19:25.500262Z",
            "url": "https://files.pythonhosted.org/packages/4b/84/cbf7b5f1f1a8e8386577f6dc11e7a9fd0c3e68d0c2ed3c1394a597dfd999/freezer-14.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-22 12:19:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "freezer"
}
        
Elapsed time: 0.11771s