Skip to main content

The goal of the project is to simplify backup creation.

Project description

Backup Utils

pipeline status coverage report Documentation Status PyPI - License PyPI PyPI - Python Version Code style: 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 for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

backup_utils-1.0.1.tar.gz (8.4 kB view hashes)

Uploaded Source

Built Distribution

backup_utils-1.0.1-py3-none-any.whl (13.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page