A tool I use for managing the backups of my self-hosted services.
 
 
Go to file
Renovate Bot 93d46c696b
continuous-integration/drone the build is pending Details
Update dependency flake8-print to v4
2021-04-27 14:17:56 +00:00
app Added custom log function; started tests 2021-04-26 22:34:12 +02:00
tests Added custom log function; started tests 2021-04-26 22:34:12 +02:00
.flake8
.gitignore
.woodpecker.yml Added custom log function; started tests 2021-04-26 22:34:12 +02:00
Makefile
README.md
backups.yaml
pyproject.toml
renovate.json
setup.cfg Update dependency flake8-print to v4 2021-04-27 14:17:56 +00:00
setup.py
tox.ini

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.