2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 16:40:50 +00:00
restic/changelog/0.15.0_2023-01-12/pull-3915

13 lines
574 B
Plaintext
Raw Normal View History

2023-01-08 14:34:30 +00:00
Enhancement: Add compression statistics to the `stats` command
2022-10-11 12:55:32 +00:00
2023-01-08 14:34:30 +00:00
When executed with `--mode raw-data` on a repository that supports compression,
the `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; the total space saving.
It also takes into account both the compressed and uncompressed data if the
repository is only partially compressed.
2022-10-11 12:55:32 +00:00
https://github.com/restic/restic/pull/3915