A tool I use for managing the backups of my self-hosted services.
 
 
Go to file
Jef Roosens eb5d7ce774
continuous-integration/drone the build failed Details
Merge pull request 'Update dependency flake8-docstrings to v1.6.0' (#18) from renovate/flake8-docstrings-1.x into develop
Reviewed-on: https://git.roosens.me/Chewing_Bever/backup-tool/pulls/18
2021-04-28 21:07:37 +02: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 Added even more docstrings everywhere 2021-04-26 17:45:19 +02:00
.gitignore Added coverage to testing 2021-04-24 23:17:03 +02:00
.woodpecker.yml Fixed dumb typo 2021-04-28 16:12:00 +02:00
Makefile Cleaned up Makefile [CI SKIP] 2021-04-28 16:19:53 +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
renovate.json Fixed renovate.json indentation [CI SKIP] 2021-04-27 17:18:51 +02:00
setup.cfg Update dependency flake8-docstrings to v1.6.0 2021-04-28 19:00:45 +00:00
setup.py Switched to setup.cfg for deps 2021-04-25 09:48:35 +02:00
tox.ini Added PyPy 3.7 tests 2021-04-28 16:09:44 +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.