From a6f83e0011239c064fc8632b74f1c8c5c3450792 Mon Sep 17 00:00:00 2001 From: plumbeo Date: Tue, 11 Oct 2022 14:55:32 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/pull-3915 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/unreleased/pull-3915 diff --git a/changelog/unreleased/pull-3915 b/changelog/unreleased/pull-3915 new file mode 100644 index 000000000..3b966a425 --- /dev/null +++ b/changelog/unreleased/pull-3915 @@ -0,0 +1,9 @@ +Enhancement: add compression statistics to the restic stats command + +When executed in `raw-data` mode on a repository that supports compression, the `restic stats` +command now calculates and displays, for the selected repository or snapshots, the uncompressed +size of the data, the compression progress (percentage of data that has been compressed), the +compression ratio of the compressed data and the total space saving, taking into account both +the compressed and uncompressed data if the repository is only partially compressed. + +https://github.com/restic/restic/pull/3915