cedar-backup3


Namecedar-backup3 JSON
Version 3.8.1 PyPI version JSON
download
home_pagehttps://pypi.org/project/cedar-backup3/
SummaryImplements local and remote backups to CD/DVD and Amazon S3
upload_time2024-02-26 03:48:05
maintainer
docs_urlNone
authorKenneth J. Pronovici
requires_python>=3.9,<4
licenseGPL-2.0-only
keywords local remote backup scp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            [![pypi](https://img.shields.io/pypi/v/cedar-backup3.svg)](https://pypi.org/project/cedar-backup3/)
[![license](https://img.shields.io/pypi/l/cedar-backup3.svg)](https://github.com/pronovic/cedar-backup3/blob/master/LICENSE)
[![wheel](https://img.shields.io/pypi/wheel/cedar-backup3.svg)](https://pypi.org/project/cedar-backup3/)
[![python](https://img.shields.io/pypi/pyversions/cedar-backup3.svg)](https://pypi.org/project/cedar-backup3/)
[![Test Suite](https://github.com/pronovic/cedar-backup3/workflows/Test%20Suite/badge.svg)](https://github.com/pronovic/cedar-backup3/actions?query=workflow%3A%22Test+Suite%22)
[![docs](https://readthedocs.org/projects/cedar-backup3/badge/?version=stable&style=flat)](https://cedar-backup3.readthedocs.io/en/stable/)
[![coverage](https://coveralls.io/repos/github/pronovic/cedar-backup3/badge.svg?branch=master)](https://coveralls.io/github/pronovic/cedar-backup3?branch=master)
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)

[Cedar Backup](https://github.com/pronovic/cedar-backup3) is a software package
designed to manage system backups for a pool of local and remote machines.
Cedar Backup understands how to back up filesystem data as well as MySQL and
PostgreSQL databases and Subversion repositories.  It can also be easily
extended to support other kinds of data sources.

Cedar Backup is focused around weekly backups to a single CD or DVD disc,
with the expectation that the disc will be changed or overwritten at the
beginning of each week.  If your hardware is new enough, Cedar Backup can
write multisession discs, allowing you to add incremental data to a disc on
a daily basis.  Alternately, Cedar Backup can write your backups to the Amazon
S3 cloud rather than relying on physical media.  See 
the [Cedar Backup v3 Software Manual](https://cedar-backup3.readthedocs.io/en/stable/manual/index.html) for details.

Besides offering command-line utilities to manage the backup process, Cedar
Backup provides a well-organized library of backup-related functionality.
For more information, see 
the [API Reference](https://cedar-backup3.readthedocs.io/en/stable/autoapi/index.html).

There are many different backup software systems in the open source world.
Cedar Backup aims to fill a niche: it aims to be a good fit for people who need
to back up a limited amount of important data on a regular basis. Cedar Backup
isn’t for you if you want to back up your huge MP3 collection every night, or
if you want to back up a few hundred machines.  However, if you administer a
small set of machines and you want to run daily incremental backups for things
like system configuration, current email, small web sites, source code
repositories, or small databases, then Cedar Backup is probably worth your
time.

            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/cedar-backup3/",
    "name": "cedar-backup3",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4",
    "maintainer_email": "",
    "keywords": "local,remote,backup,scp",
    "author": "Kenneth J. Pronovici",
    "author_email": "pronovic@ieee.org",
    "download_url": "https://files.pythonhosted.org/packages/1c/08/eb2ec5ea50c4a580ffc64b352bce63dd764ad369e24febc7812fd0badad0/cedar_backup3-3.8.1.tar.gz",
    "platform": null,
    "description": "[![pypi](https://img.shields.io/pypi/v/cedar-backup3.svg)](https://pypi.org/project/cedar-backup3/)\n[![license](https://img.shields.io/pypi/l/cedar-backup3.svg)](https://github.com/pronovic/cedar-backup3/blob/master/LICENSE)\n[![wheel](https://img.shields.io/pypi/wheel/cedar-backup3.svg)](https://pypi.org/project/cedar-backup3/)\n[![python](https://img.shields.io/pypi/pyversions/cedar-backup3.svg)](https://pypi.org/project/cedar-backup3/)\n[![Test Suite](https://github.com/pronovic/cedar-backup3/workflows/Test%20Suite/badge.svg)](https://github.com/pronovic/cedar-backup3/actions?query=workflow%3A%22Test+Suite%22)\n[![docs](https://readthedocs.org/projects/cedar-backup3/badge/?version=stable&style=flat)](https://cedar-backup3.readthedocs.io/en/stable/)\n[![coverage](https://coveralls.io/repos/github/pronovic/cedar-backup3/badge.svg?branch=master)](https://coveralls.io/github/pronovic/cedar-backup3?branch=master)\n[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)\n\n[Cedar Backup](https://github.com/pronovic/cedar-backup3) is a software package\ndesigned to manage system backups for a pool of local and remote machines.\nCedar Backup understands how to back up filesystem data as well as MySQL and\nPostgreSQL databases and Subversion repositories.  It can also be easily\nextended to support other kinds of data sources.\n\nCedar Backup is focused around weekly backups to a single CD or DVD disc,\nwith the expectation that the disc will be changed or overwritten at the\nbeginning of each week.  If your hardware is new enough, Cedar Backup can\nwrite multisession discs, allowing you to add incremental data to a disc on\na daily basis.  Alternately, Cedar Backup can write your backups to the Amazon\nS3 cloud rather than relying on physical media.  See \nthe [Cedar Backup v3 Software Manual](https://cedar-backup3.readthedocs.io/en/stable/manual/index.html) for details.\n\nBesides offering command-line utilities to manage the backup process, Cedar\nBackup provides a well-organized library of backup-related functionality.\nFor more information, see \nthe [API Reference](https://cedar-backup3.readthedocs.io/en/stable/autoapi/index.html).\n\nThere are many different backup software systems in the open source world.\nCedar Backup aims to fill a niche: it aims to be a good fit for people who need\nto back up a limited amount of important data on a regular basis. Cedar Backup\nisn\u2019t for you if you want to back up your huge MP3 collection every night, or\nif you want to back up a few hundred machines.  However, if you administer a\nsmall set of machines and you want to run daily incremental backups for things\nlike system configuration, current email, small web sites, source code\nrepositories, or small databases, then Cedar Backup is probably worth your\ntime.\n",
    "bugtrack_url": null,
    "license": "GPL-2.0-only",
    "summary": "Implements local and remote backups to CD/DVD and Amazon S3",
    "version": "3.8.1",
    "project_urls": {
        "Homepage": "https://pypi.org/project/cedar-backup3/",
        "Repository": "https://github.com/pronovic/cedar-backup3"
    },
    "split_keywords": [
        "local",
        "remote",
        "backup",
        "scp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f60a8c40f14fd105b4ecf30c92208d446eb32313c5e8203ca747c715bd1f7c4",
                "md5": "2dd09392a3b237344ac14d77f1c5cbd5",
                "sha256": "be5ec37f734d499c6fb56dcc9e341fbf4a7d6bf944abf385598c527589cfdb02"
            },
            "downloads": -1,
            "filename": "cedar_backup3-3.8.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2dd09392a3b237344ac14d77f1c5cbd5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4",
            "size": 271389,
            "upload_time": "2024-02-26T03:48:02",
            "upload_time_iso_8601": "2024-02-26T03:48:02.947469Z",
            "url": "https://files.pythonhosted.org/packages/3f/60/a8c40f14fd105b4ecf30c92208d446eb32313c5e8203ca747c715bd1f7c4/cedar_backup3-3.8.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c08eb2ec5ea50c4a580ffc64b352bce63dd764ad369e24febc7812fd0badad0",
                "md5": "806e8e2518bda750fa6ee2754b429732",
                "sha256": "163e7e95c362e92298bb699a28863f983fc80a4f851b1d8254aac44aa3097902"
            },
            "downloads": -1,
            "filename": "cedar_backup3-3.8.1.tar.gz",
            "has_sig": false,
            "md5_digest": "806e8e2518bda750fa6ee2754b429732",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4",
            "size": 694624,
            "upload_time": "2024-02-26T03:48:05",
            "upload_time_iso_8601": "2024-02-26T03:48:05.659210Z",
            "url": "https://files.pythonhosted.org/packages/1c/08/eb2ec5ea50c4a580ffc64b352bce63dd764ad369e24febc7812fd0badad0/cedar_backup3-3.8.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-26 03:48:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pronovic",
    "github_project": "cedar-backup3",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "cedar-backup3"
}
        
Elapsed time: 0.22450s