Metadata-Version: 2.1
Name: backup_utils
Version: 2.0.1
Summary: The goal of the project is to simplify backup creation.
Home-page: https://gitlab.com/Oprax/backup-utils
Author: Oprax
Author-email: oprax@me.com
License: MIT
Description: Backup Utils
        ============
        
        
        [![pipeline status](https://gitlab.com/Oprax/backup-utils/badges/master/pipeline.svg)](https://gitlab.com/Oprax/backup-utils/commits/master)
        [![coverage report](https://gitlab.com/Oprax/backup-utils/badges/master/coverage.svg)](https://gitlab.com/Oprax/backup-utils/commits/master)
        [![Documentation Status](https://readthedocs.org/projects/backup-utils/badge/?version=latest)](https://backup-utils.readthedocs.io/en/latest/?badge=latest)
        [![PyPI - License](https://img.shields.io/pypi/l/backup-utils.svg)](https://gitlab.com/Oprax/backup-utils/blob/master/LICENSE)
        [![PyPI](https://img.shields.io/pypi/v/backup-utils.svg)](https://pypi.org/project/backup-utils/)
        [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/backup-utils.svg)](https://pypi.org/project/backup-utils/)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
        
        
        The goal of this project is to create a front to a backup program like Borg.
        Indeed, Borg is a really great tool for backup,
        but I always write a bash script to specify directories I want to save.
        I also use Rclone to synchronize my backup to a remote.
        And finally, I need to backup my database.
        
        There are three steps to backup :
        1. Database export
        2. Archiving
        3. Synchronize
        
        For each step, you can use multiple drivers for multiple tools.
        Also if something goes wrong, all Exceptions are catches to send a notification.
        
        By default, database export use **mysql**, archiving **borg**, and synchronize **rclone**.
        
        Visit [documentation](https://backup-utils.readthedocs.io/) for more details.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Operating System :: POSIX
Classifier: Topic :: System :: Archiving :: Backup
Classifier: Intended Audience :: System Administrators
Description-Content-Type: text/markdown
