Summarises borg backups using output from 'borg create'
Go to file
2021-05-04 12:53:42 +01:00
src Move output handler to borg package 2021-05-04 12:53:42 +01:00
.gitignore Parse borg JSON instead of raw output 2021-05-04 04:18:42 +01:00
LICENSE Update license to GNU General Public License v3.0 2016-09-20 12:19:44 +01:00
README.md Update planned features 2021-05-04 05:58:39 +01:00

borg manager

Summarises borg backups using output from 'borg create'.

Features:

  • Parses json output from 'borg create --json'
  • Stores Repo and archive information in sqlite database

Planned:

  • Summary CLI interface
  • Output to Graphs/HTML

How to use

Pipe the output of 'borg create --json' to the script, for example:

borg create --json /repo/path::name /important/data/ | python3 ./main.py