Metadata-Version: 1.1
Name: dothebackup
Version: 0.1.4
Summary: backup tool with plugins
Home-page: https://github.com/xsteadfastx/DoTheBackup
Author: Marvin Steadfast
Author-email: marvin@xsteadfastx.org
License: MIT
Description: |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:
              --name TEXT  Run a specifig job from the config.
              --test     Only prints the created commands that would be used.
              --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
        
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
