mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
9 lines
354 B
Plaintext
9 lines
354 B
Plaintext
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
|