Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pruh/backee
- Owner: pruh
- License: mit
- Created: 2018-08-16T19:04:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-24T06:57:54.000Z (11 months ago)
- Last Synced: 2023-12-24T08:00:49.871Z (11 months ago)
- Topics: backup, python
- Language: Python
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.