A tool I use for managing the backups of my self-hosted services.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Jef Roosens d3020ed725
continuous-integration/drone the build failed Details
Merge pull request 'Update dependency pytest-cov to v2.12.1' (#31) from renovate/pytest-cov-2.x into develop
Reviewed-on: https://git.roosens.me/Chewing_Bever/backup-tool/pulls/31
2 years ago
app Added new exception [CI SKIP] 2 years ago
tests Added new exception [CI SKIP] 2 years ago
.flake8 Added even more docstrings everywhere 2 years ago
.gitignore Added coverage to testing 2 years ago
.woodpecker.yml Switched CI to non-tox matrix build 2 years ago
Makefile Started tests for skeleton module 2 years ago
README.md Added initial project files 2 years ago
backups.yaml Destination directories now get created when needed 2 years ago
pyproject.toml Added proper project settings 2 years ago
renovate.json Started tests for skeleton module 2 years ago
setup.cfg Update dependency pytest-cov to v2.12.1 2 years ago
setup.py Switched to setup.cfg for deps 2 years ago
tox.ini Added PyPy 3.7 tests 2 years ago

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.