eez-backup


Nameeez-backup JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryAnother convenience wrapper for _restic_
upload_time2025-02-01 11:56:54
maintainerNone
docs_urlNone
authorNone
requires_python>=3.13
licenseMIT
keywords backup restic
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # eez-backup

Another convenience wrapper for [_restic_](https://restic.net/).

## Install

You can simply install `eez-backup` from PyPI via

```bash
python -m pip install eez-backup
```

## Setup

`eez-backup` assumes `backup.toml` to be present in your home directory, thus create it.
You can use [`tests/demo/config.toml`](./tests/demo/config.toml) as a template.

Now, you can initialize the _restic_ repositories by running

```bash
backup repo-map init
```

... and then back up your data by running

```bash
backup run
```

That's it!

## CLI interface

```text
usage: backup [-h] [-v] [-c] [-r] [-p] {run,repo-map,profile-map} ...

Another convenience wrapper for restic

positional arguments:
  {run,repo-map,profile-map}
                        commands
    run                 run backup and forget for all profiles
    repo-map            run any restic command for all given repositories
    profile-map         run any restic command for all given profiles

options:
  -h, --help            show this help message and exit
  -v, --verbose         log level (disables progress bars if set)
  -c , --config         config file to use, default is ~/.backup.toml
  -r , --repository     repository to use, use all repositories by default, can be used multiple times
  -p , --profile        profile to use, use all profiles by default, can be used multiple times
```

(`backup --help`)

### Glossary

- **Repositories:** refer to a target locations for your backups and map 1:1 to [_restic_ repositories](https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html).
- **Profiles:** define a set of directories/files to be in-/excluded from a backup among other options. Per profile and
  backup a [snapshot](https://restic.readthedocs.io/en/stable/040_backup.html) is created.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "eez-backup",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": null,
    "keywords": "backup, restic",
    "author": null,
    "author_email": "0b11001111 <19192307+0b11001111@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/d4/cf/c8cd8335c228f4d62f6b9f984ba3fe97c5f7d1c13c5592b056e14e0dda04/eez_backup-0.3.0.tar.gz",
    "platform": null,
    "description": "# eez-backup\n\nAnother convenience wrapper for [_restic_](https://restic.net/).\n\n## Install\n\nYou can simply install `eez-backup` from PyPI via\n\n```bash\npython -m pip install eez-backup\n```\n\n## Setup\n\n`eez-backup` assumes `backup.toml` to be present in your home directory, thus create it.\nYou can use [`tests/demo/config.toml`](./tests/demo/config.toml) as a template.\n\nNow, you can initialize the _restic_ repositories by running\n\n```bash\nbackup repo-map init\n```\n\n... and then back up your data by running\n\n```bash\nbackup run\n```\n\nThat's it!\n\n## CLI interface\n\n```text\nusage: backup [-h] [-v] [-c] [-r] [-p] {run,repo-map,profile-map} ...\n\nAnother convenience wrapper for restic\n\npositional arguments:\n  {run,repo-map,profile-map}\n                        commands\n    run                 run backup and forget for all profiles\n    repo-map            run any restic command for all given repositories\n    profile-map         run any restic command for all given profiles\n\noptions:\n  -h, --help            show this help message and exit\n  -v, --verbose         log level (disables progress bars if set)\n  -c , --config         config file to use, default is ~/.backup.toml\n  -r , --repository     repository to use, use all repositories by default, can be used multiple times\n  -p , --profile        profile to use, use all profiles by default, can be used multiple times\n```\n\n(`backup --help`)\n\n### Glossary\n\n- **Repositories:** refer to a target locations for your backups and map 1:1 to [_restic_ repositories](https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html).\n- **Profiles:** define a set of directories/files to be in-/excluded from a backup among other options. Per profile and\n  backup a [snapshot](https://restic.readthedocs.io/en/stable/040_backup.html) is created.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Another convenience wrapper for _restic_",
    "version": "0.3.0",
    "project_urls": {
        "homepage": "https://github.com/0b11001111/eez-backup",
        "repository": "https://github.com/0b11001111/eez-backup"
    },
    "split_keywords": [
        "backup",
        " restic"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0cb2ae1b26d46f4c92620828010813b7303328174f2fc46ca6b1fb60e89607a8",
                "md5": "393e49c61cfa909ad2e0840c8b9a7ed6",
                "sha256": "5aa6df248bc9f1b943e3c411058f89a58c7feb16c3ceef8088cd18695bc56005"
            },
            "downloads": -1,
            "filename": "eez_backup-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "393e49c61cfa909ad2e0840c8b9a7ed6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 10829,
            "upload_time": "2025-02-01T11:56:52",
            "upload_time_iso_8601": "2025-02-01T11:56:52.462189Z",
            "url": "https://files.pythonhosted.org/packages/0c/b2/ae1b26d46f4c92620828010813b7303328174f2fc46ca6b1fb60e89607a8/eez_backup-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d4cfc8cd8335c228f4d62f6b9f984ba3fe97c5f7d1c13c5592b056e14e0dda04",
                "md5": "e0383d28aab9ec7760af7953ec239e14",
                "sha256": "278be344816b63ac394fc9a3a8e9c37b00656dff3475580cf5dc296343aacdef"
            },
            "downloads": -1,
            "filename": "eez_backup-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e0383d28aab9ec7760af7953ec239e14",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 9953,
            "upload_time": "2025-02-01T11:56:54",
            "upload_time_iso_8601": "2025-02-01T11:56:54.411878Z",
            "url": "https://files.pythonhosted.org/packages/d4/cf/c8cd8335c228f4d62f6b9f984ba3fe97c5f7d1c13c5592b056e14e0dda04/eez_backup-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-01 11:56:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "0b11001111",
    "github_project": "eez-backup",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "eez-backup"
}
        
Elapsed time: 1.99141s