Metadata-Version: 2.4
Name: emborg
Version: 1.37
Summary: Borg front end.
Keywords: emborg,borg,borgmatic,backups
Author: Ken Kundert
Author-email: emborg@nurdletech.com
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Requires-Dist: appdirs
Requires-Dist: arrow>=0.15
Requires-Dist: docopt
Requires-Dist: inform>=1.28
Requires-Dist: nestedtext
Requires-Dist: quantiphy
Requires-Dist: requests
Project-URL: changelog, https://emborg.readthedocs.io/en/latest/releases.html
Project-URL: documentation, https://emborg.readthedocs.io
Project-URL: homepage, https://emborg.readthedocs.io
Project-URL: repository, https://github.com/kenkundert/emborg

Emborg — Front-End to Borg Backup
=================================

.. image:: https://pepy.tech/badge/emborg/month
    :target: https://pepy.tech/project/emborg

.. image:: https://img.shields.io/readthedocs/emborg.svg
   :target: https://emborg.readthedocs.io/en/latest/?badge=latest

..  image:: https://github.com/KenKundert/emborg/actions/workflows/build.yaml/badge.svg
    :target: https://github.com/KenKundert/emborg/actions/workflows/build.yaml

.. image:: https://coveralls.io/repos/github/KenKundert/emborg/badge.svg?branch=master
    :target: https://coveralls.io/github/KenKundert/emborg?branch=master

.. image:: https://img.shields.io/pypi/v/emborg.svg
    :target: https://pypi.python.org/pypi/emborg

.. image:: https://img.shields.io/pypi/pyversions/emborg.svg
    :target: https://pypi.python.org/pypi/emborg/

:Author: Ken Kundert
:Version: 1.37
:Released: 2023-05-18

*Emborg* is a simple command line utility to orchestrate backups. It is built as 
a front-end to Borg, a powerful and fast deduplicating backup program.  With 
*Emborg*, you specify all the details about your backups once in advance, and 
then use a very simple command line interface for your day-to-day activities.  

Use of *Emborg* does not preclude the use of Borg directly on the same 
repository.  The philosophy of *Emborg* is to provide commands that you would 
use often and in an interactive manner with the expectation that you would use 
Borg directly for the remaining commands.


Getting Help
------------

You can find the documentation on `ReadTheDocs <https://emborg.readthedocs.io>`_.

The *help* command provides information on how to use Avendesora's various
features.  To get a listing of the topics available, use::

    emborg help

Then, for information on a specific topic use::

    emborg help <topic>

It is worth browsing all of the available topics at least once to get a sense of
all that *Emborg* can do.

