Metadata-Version: 2.0
Name: dothebackup
Version: 0.2.0
Summary: backup tool with plugins
Home-page: https://github.com/xsteadfastx/DoTheBackup
Author: Marvin Steadfast
Author-email: marvin@xsteadfastx.org
License: MIT
Platform: ALL
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: System :: Archiving :: Backup
Requires-Dist: Click
Requires-Dist: arrow
Requires-Dist: pyyaml
Requires-Dist: requests

|Build Status| |Coverage Status| |Pypi Version| |Documentation Status|

A small tool to run backups in different ways. Its pluggable. Read more in the `docs`_.

::

    Usage: dothebackup [OPTIONS] CONFIGFILE

      Commandline interface.

    Options:
      -n, --name TEXT       Run a specific job from the config.
      -t, --test            Only prints the created commands that would be used.
      --debug [debug|info]  Debug or verbose messages.
      --version             Show the version and exit.
      --help                Show this message and exit.


.. |Build Status| image:: https://travis-ci.org/xsteadfastx/DoTheBackup.svg?branch=master
   :target: https://travis-ci.org/xsteadfastx/DoTheBackup
.. |Coverage Status| image:: http://img.shields.io/codecov/c/github/xsteadfastx/DoTheBackup.svg
   :target: https://codecov.io/github/xsteadfastx/DoTheBackup
.. |Pypi Version| image:: https://img.shields.io/pypi/v/dothebackup.svg
   :target: https://pypi.python.org/pypi/dothebackup
.. |Documentation Status| image:: https://readthedocs.org/projects/dothebackup/badge/?version=latest
   :target: http://dothebackup.readthedocs.org/en/latest/?badge=latest
.. _docs: https://dothebackup.readthedocs.org


