Metadata-Version: 2.4
Name: emborg
Version: 1.42
Summary: Borg front end.
Keywords: emborg,borg,borgbackup,borgmatic,vorta,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: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
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
License-File: LICENSE
Requires-Dist: appdirs
Requires-Dist: arrow
Requires-Dist: docopt
Requires-Dist: inform>=1.31
Requires-Dist: nestedtext
Requires-Dist: quantiphy
Requires-Dist: requests
Requires-Dist: avendesora ; extra == "avendesora"
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
Provides-Extra: avendesora

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

|downloads| |build status| |coverage| |rtd status| |pypi version| |python version|

:Author: Ken Kundert
:Version: 1.42
:Released: 2025-06-14

*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.

*Emborg* is not intended for use with *Borg* version 2.0 or later.  Instead, the 
successor to *Emborg* should be used: Assimilate_.


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

You can find the documentation here: Emborg_.

The *help* command provides information on how to use Emborg'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.


.. _borg: https://borgbackup.readthedocs.io
.. _assimilate: https://assimilate.readthedocs.io
.. _emborg: https://emborg.readthedocs.io

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

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

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

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

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

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


