A tool I use for managing the backups of my self-hosted services.
 
 
Go to file
Jef Roosens 8381756693
continuous-integration/drone the build failed Details
Added coverage to testing
2021-04-24 23:17:03 +02:00
app Added tox config 2021-04-24 19:38:03 +02:00
tests Added (hopefully) complete tox config 2021-04-24 22:22:12 +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 Removed dep list from tox.ini 2021-04-24 23:09:13 +02:00
README.md Added initial project files 2021-01-15 13:01:17 +01:00
backups.yaml Destination directories now get created when needed 2021-01-16 09:36:23 +01:00
pyproject.toml Added proper project settings 2021-01-15 14:14:13 +01:00
setup.py Added coverage to testing 2021-04-24 23:17:03 +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.