A tool I use for managing the backups of my self-hosted services.
This repository has been archived on 2026-01-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2021-01-15 14:14:25 +01:00
app Ran black formatter 2021-01-15 14:14:25 +01:00
.gitignore Added proper project settings 2021-01-15 14:14:13 +01:00
backups.yaml Started explanation of config file 2021-01-15 13:28:12 +01:00
install.sh Added initial project files 2021-01-15 13:01:17 +01:00
Makefile Added proper project settings 2021-01-15 14:14:13 +01:00
pyproject.toml Added proper project settings 2021-01-15 14:14:13 +01:00
README.md Added initial project files 2021-01-15 13:01:17 +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

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.