معرفی شرکت ها


backup.py-0.1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Recursive and Incremental backup utility
ویژگی مقدار
سیستم عامل -
نام فایل backup.py-0.1.1
نام backup.py
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Harsh Patel
ایمیل نویسنده pharsh58@gmail.com
آدرس صفحه اصلی http://github.com/harsh8398/backup.py
آدرس اینترنتی https://pypi.org/project/backup.py/
مجوز -
[![Build Status](https://travis-ci.org/harsh8398/backup.py.svg?branch=master)](https://travis-ci.org/harsh8398/backup.py) [![codecov](https://codecov.io/gh/harsh8398/backup.py/branch/master/graph/badge.svg)](https://codecov.io/gh/harsh8398/backup.py/branch/master) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/backup.py) ![PyPI](https://img.shields.io/pypi/v/backup.py) # BACKUP.PY PyBackup is a recursive/incremental backup utility package written purely in Python. This main feature of the package is its incremental backup which incrementally copies only the files that are added or the parts of the file which are changed. To achieve the later scenario it uses rsync algorithm for which you can find the details [here](https://rsync.samba.org/tech_report/tech_report.html). ### Prerequisites - Python 3.5 or above ### Quick Install ```sh pip install backup.py ``` ### Simple Example This package also installs a script which you can run in the shell as follows: ```sh pybackup ~/path/to/the/source/dir ~/path/to/the/destination/dir ``` Or you can use its Python interface as follows: ```python from backup import IncrementalBackup source_dir = "~/path/to/the/source/dir" destination_dir = "~/path/to/the/destination/dir" IncrementalBackup(src=source_dir, dst=destination_dir).run() ``` ## Versioning For the versions available, see the [tags on this repository](https://github.com/harsh8398/pybackup/tags). ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE.txt) file for details. ## Acknowledgments This project was solely inspired by [rsync](https://linux.die.net/man/1/rsync).


نیازمندی

مقدار نام
- tqdm


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

مقدار نام
>=3.5 Python


نحوه نصب


نصب پکیج whl backup.py-0.1.1:

    pip install backup.py-0.1.1.whl


نصب پکیج tar.gz backup.py-0.1.1:

    pip install backup.py-0.1.1.tar.gz