معرفی شرکت ها


bupper-0.1.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Very simple backup application intended to be run on cron to allow user-controllable remote backups
ویژگی مقدار
سیستم عامل -
نام فایل bupper-0.1.2
نام bupper
نسخه کتابخانه 0.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده michaelb
ایمیل نویسنده michaelpb@gmail.com
آدرس صفحه اصلی https://github.com/michaelpb/bupper
آدرس اینترنتی https://pypi.org/project/bupper/
مجوز GPL3
bupper ====== .. figure:: https://badge.fury.io/py/bupper.png :alt: bupper badge bupper badge .. figure:: https://travis-ci.org/michaelpb/bupper.png?branch=master :alt: travis badge travis badge Simple backup application which allows per-directory backup control by simply including a ``_BACKUP_THIS`` file. How it works ------------ Bupper is very simple: it will recurse through a given directory, looking for a special file indicating that it should be backedup (``_BACKUP_THIS``), and then it will put that directory into a ``.tar.gz`` archive, named after the directory and the current time, and ``scp`` it to a given location. This has few moving parts and works well for a simple household-backup solution, where "whitelisting" a few important directories in your home for backup via transfer to a local network host makes the most sense. Installation ------------ Assuming Python's ``pip`` is installed (for Debian-based systems, this can be installed with ``sudo apt-get install python-pip``), bupper can be installed directly from PyPI: :: pip install bupper Python versions 3.3+ (and 2.6+) are supported and tested against. Quick start ----------- 1. Think about how you will configure bupper. The main thing you will want to configure is the ``--remote`` flag, which should be remote host and path, or some sort of external storage, that would allow an SSH login: :: bupper \ --source '/home/'\ --remote 'backupuser@remote.host:/var/backups/bupper/' 2. **Note:** that 'source' does not actually back EVERYTHING up in that directory. Instead, it will recursively look for directories that contain a certain filename (``_BACKUP_THIS``). 3. Setup ``bupper`` with your chosen configuration to run on `cron <https://askubuntu.com/questions/2368/how-do-i-set-up-a-cron-job>`__ at a regular time (such as daily). 4. (Optional) Add cron jobs that clean up old backups -- this is up to you how you want to do this. Full usage ========== :: usage: bupper [-h] [-d DATE_FORMAT] [-v] [-s SOURCE] [-l LOCAL] [-r REMOTE] Simple backup script, no diffing or anything fancy. optional arguments: -h, --help show this help message and exit -d DATE_FORMAT, --date-format DATE_FORMAT date format in strftime -v, --verbose increase output verbosity -s SOURCE, --source SOURCE source directory to scan for bupper configs -l LOCAL, --local LOCAL local storage of backups -r REMOTE, --remote REMOTE remote storage of backups Contributing ============ New features, tests, and bug fixes are welcome!


نحوه نصب


نصب پکیج whl bupper-0.1.2:

    pip install bupper-0.1.2.whl


نصب پکیج tar.gz bupper-0.1.2:

    pip install bupper-0.1.2.tar.gz