Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pruh/backee

backup script with support of files, select databases and docker data volumes backup items
https://github.com/pruh/backee

backup python

Last synced: 28 days ago
JSON representation

backup script with support of files, select databases and docker data volumes backup items

Awesome Lists containing this project

README

        

# backee
![Build](https://github.com/pruh/backee/actions/workflows/build.yml/badge.svg)
[![CodeCov](https://codecov.io/gh/pruh/backee/branch/master/graph/badge.svg)](https://codecov.io/gh/pruh/backee)
![Black](https://img.shields.io/badge/code%20style-black-000000.svg)

backee is a script to back up directories, files, databases and docker data volumes.

## Config file

backee uses yaml config file to configure backup items and servers. Please refer to `config_template.yml` on how to use it.