mirror of
https://github.com/restic/restic.git
synced 2025-12-15 21:11:59 +00:00
Prepare changelog for 0.15.0
This commit is contained in:
12
changelog/0.15.0_2023-01-12/pull-3915
Normal file
12
changelog/0.15.0_2023-01-12/pull-3915
Normal file
@@ -0,0 +1,12 @@
|
||||
Enhancement: Add compression statistics to the `stats` command
|
||||
|
||||
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.
|
||||
|
||||
https://github.com/restic/restic/pull/3915
|
||||
Reference in New Issue
Block a user