معرفی شرکت ها


eez-backup-0.1.6


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Another convenience wrapper for _restic_
ویژگی مقدار
سیستم عامل -
نام فایل eez-backup-0.1.6
نام eez-backup
نسخه کتابخانه 0.1.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده 0b11001111
ایمیل نویسنده 19192307+0b11001111@users.noreply.github.com
آدرس صفحه اصلی https://github.com/0b11001111/eez-backup
آدرس اینترنتی https://pypi.org/project/eez-backup/
مجوز MIT
# 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.yml` to be present in your home directory, thus create it. You can use [`tests/demo/config.yml`](./tests/demo/config.yml) 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.yml -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.


نیازمندی

مقدار نام
>=5.4.1,<6.0.0 PyYAML
>=1.9.0,<2.0.0 pydantic
>=2.3.4,<3.0.0 frozendict
>=12.5.1,<13.0.0 rich


زبان مورد نیاز

مقدار نام
>=3.10,<4.0 Python


نحوه نصب


نصب پکیج whl eez-backup-0.1.6:

    pip install eez-backup-0.1.6.whl


نصب پکیج tar.gz eez-backup-0.1.6:

    pip install eez-backup-0.1.6.tar.gz