diff --git a/README.md b/README.md index e67a285..a42248a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ -# borg-manager -summarises borg backups using output from 'borg create' +# 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! diff --git a/main.py b/main.py index 9c4873c..61b0543 100644 --- a/main.py +++ b/main.py @@ -8,8 +8,6 @@ attributes = { "Archive name: " : "", "Duration: " : "", "Number of files: " : "", } -#archive_name, archive_fingerprint, time_start, duration, file_count - for i in range(0, len(borg_output)): for key in attributes: