Summarises borg backups using output from 'borg create'
Go to file
George Lacey 3e33256e65 Clean code up
- Remove unnecessary database query methods
- Remove horrible db column names
- Convert static methods to class methods
2021-05-03 17:36:26 +01:00
src Clean code up 2021-05-03 17:36:26 +01:00
.gitignore Ignore pycharm settings directory 2016-09-20 20:57:52 +01:00
LICENSE Update license to GNU General Public License v3.0 2016-09-20 12:19:44 +01:00
README.md Remove out of date text 2017-07-18 12:52:20 +01:00

borg manager

Summarises borg backups using output from 'borg create'.

My aim is to have a graphical user interface that displays a graph with data taken from a database generated from the output of borg create operations to keep track of backups. It could go anywhere though.

I intend to use it to keep track of backup duration and filesize to ensure that backups aren't taking an excessive amount of time to complete or too much storage.