Summarises borg backups using output from 'borg create'
Go to file
George Lacey 560e118bf7 Initial commit: log_entry.py
Added log_entry class stub with method to convert datetime string from
borg output to python datatime object.
2016-09-20 14:26:57 +01:00
.gitignore Add .txt files to .gitignore 2016-09-20 10:02:28 +01:00
LICENSE Update license to GNU General Public License v3.0 2016-09-20 12:19:44 +01:00
log_entry.py Initial commit: log_entry.py 2016-09-20 14:26:57 +01:00
main.py Remove newlines properly for compatibility 2016-09-20 10:02:16 +01:00
README.md Update readme with project information 2016-09-19 23:11:17 +01:00

borg manager

Summarises borg backups using output from 'borg create'.

My vision 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.

I'm learning Python (and git) with this project so it's going to get a bit messy!