A tool I use for managing the backups of my self-hosted services.
 
 
Go to file
Jef Roosens 79fb3c9a11
Added flake8 stuff
2021-04-25 09:59:18 +02:00
app
tests
.flake8 Added flake8 stuff 2021-04-25 09:59:18 +02:00
.gitignore Added coverage to testing 2021-04-24 23:17:03 +02:00
.woodpecker.yml Hopefully fixed ci error 2021-04-24 22:56:27 +02:00
Makefile Added flake8 stuff 2021-04-25 09:59:18 +02:00
README.md
backups.yaml
pyproject.toml
setup.cfg Added flake8 stuff 2021-04-25 09:59:18 +02:00
setup.py Switched to setup.cfg for deps 2021-04-25 09:48:35 +02:00
tox.ini Added coverage to testing 2021-04-24 23:17:03 +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.