mirror of
https://github.com/restic/restic.git
synced 2024-12-22 15:57:07 +00:00
Add changelog
This commit is contained in:
parent
bc945d0bf0
commit
a6f83e0011
1 changed files with 9 additions and 0 deletions
9
changelog/unreleased/pull-3915
Normal file
9
changelog/unreleased/pull-3915
Normal file
|
@ -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
|
Loading…
Reference in a new issue