A tool I use for managing the backups of my self-hosted services.
 
 
Go to file
Jef Roosens 419fef8ddc First working notify version 2021-01-15 21:29:23 +01:00
app First working notify version 2021-01-15 21:29:23 +01:00
.gitignore Added proper project settings 2021-01-15 14:14:13 +01:00
Makefile Started full rewrite; wrote first DirectorySpec 2021-01-15 17:58:29 +01:00
README.md Added initial project files 2021-01-15 13:01:17 +01:00
backups.yaml Added working backup system 2021-01-15 21:08:56 +01:00
pyproject.toml Added proper project settings 2021-01-15 14:14:13 +01:00
requirements-dev.txt Added proper project settings 2021-01-15 14:14:13 +01:00
requirements.txt Added proper project settings 2021-01-15 14:14:13 +01: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.