A tool I use for managing the backups of my self-hosted services.
 
 
Go to file
Jef Roosens 30bde36f6c Removed backwards-incompatible __future__ statements 2021-01-16 09:41:26 +01:00
app Removed backwards-incompatible __future__ statements 2021-01-16 09:41:26 +01:00
.gitignore
Makefile
README.md
backups.yaml
pyproject.toml
requirements-dev.txt
requirements.txt

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.