A tool I use for managing the backups of my self-hosted services.
 
 
Go to file
Renovate Bot 76ba783043 Update dependency flake8-bugbear to v21.11.29 2021-12-24 07:58:32 +00:00
app Added new exception [CI SKIP] 2021-05-15 14:04:34 +02:00
tests Added new exception [CI SKIP] 2021-05-15 14:04:34 +02:00
.flake8
.gitignore
.woodpecker.yml Switched CI to non-tox matrix build 2021-05-15 16:21:48 +02:00
Makefile Started tests for skeleton module 2021-05-15 13:40:11 +02:00
README.md
backups.yaml
pyproject.toml
renovate.json Started tests for skeleton module 2021-05-15 13:40:11 +02:00
setup.cfg Update dependency flake8-bugbear to v21.11.29 2021-12-24 07:58:32 +00:00
setup.py
tox.ini Added PyPy 3.7 tests 2021-04-28 16:09:44 +02:00

README.md

Backups

I wrote this Python program to manage backups of the stuff running on our server. I know there's probably better ways to do this, but I really liked working on this and it works well enough for our usecase.