Add planned features and basic howto
This commit is contained in:
parent
75521f61ee
commit
4103ec1f16
10
README.md
10
README.md
|
@ -2,5 +2,13 @@
|
|||
Summarises borg backups using output from 'borg create'.
|
||||
|
||||
## Features
|
||||
* Parses json output from borg create --json
|
||||
* Parses json output from 'borg create --json'
|
||||
* Stores Repo and archive information in sqlite database
|
||||
|
||||
### Planned:
|
||||
* Summary CLI interface
|
||||
* Output to HTML
|
||||
|
||||
## How to use
|
||||
Pipe the output of 'borg create --json' to the script, e.g.
|
||||
> borg create --json /repo/path::name /important/data/ | python3 ./main.py
|
Loading…
Reference in New Issue
Block a user