From 165fd70acc4726455c0d6b9847c3264fea80b363 Mon Sep 17 00:00:00 2001 From: George Lacey Date: Wed, 5 May 2021 14:34:12 +0100 Subject: [PATCH] Move summary to features --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc32b7d..b7d4e1e 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Summarises [borg](https://borgbackup.readthedocs.io/en/stable/#what-is-borgbacku ## Features: * Parses json output from 'borg create --json' * Stores Repo and archive information in sqlite database +* Print summary of repos ### Planned: -* Summary CLI interface * Output to Graphs/HTML ## How to use