From 824ce4c4eb1d5282a30da9234b6fb6dfafe4ce49 Mon Sep 17 00:00:00 2001 From: George Lacey Date: Tue, 4 May 2021 05:58:39 +0100 Subject: [PATCH] Update planned features --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 839b824..e532e83 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Summarises [borg](https://borgbackup.readthedocs.io/en/stable/#what-is-borgbacku ### Planned: * Summary CLI interface -* Output to HTML +* Output to Graphs/HTML ## How to use -Pipe the output of 'borg create --json' to the script, e.g. +Pipe the output of 'borg create --json' to the script, for example: > borg create --json /repo/path::name /important/data/ | python3 ./main.py \ No newline at end of file