From 97aafc1eec5dfda866ea242b35fafd716ccd7da0 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 10 Feb 2019 12:31:18 +0100 Subject: [PATCH] Add changelog file for #1944 --- changelog/unreleased/issue-1937 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/issue-1937 diff --git a/changelog/unreleased/issue-1937 b/changelog/unreleased/issue-1937 new file mode 100644 index 000000000..35cb2f178 --- /dev/null +++ b/changelog/unreleased/issue-1937 @@ -0,0 +1,8 @@ +Enhancement: Support streaming JSON output for backup + +We've added support for getting machine-readable status output during backup, +just pass the flag `--json` for `restic backup` and restic will output a stream +of JSON objects which contain the current progress. + +https://github.com/restic/restic/issues/1937 +https://github.com/restic/restic/pull/1944