mirror of
https://github.com/restic/restic.git
synced 2025-10-28 23:23:02 +00:00
Prepare changelog for 0.17.0
This commit is contained in:
13
changelog/0.17.0_2024-07-26/issue-693
Normal file
13
changelog/0.17.0_2024-07-26/issue-693
Normal file
@@ -0,0 +1,13 @@
|
||||
Enhancement: Include snapshot size in `snapshots` output
|
||||
|
||||
The `snapshots` command now prints the size for snapshots created using this
|
||||
or a future restic version. To achieve this, the `backup` command now stores
|
||||
the backup summary statistics in the snapshot.
|
||||
|
||||
The text output of the `snapshots` command only shows the snapshot size. The
|
||||
other statistics are only included in the JSON output. To inspect these
|
||||
statistics use `restic snapshots --json` or `restic cat snapshot <snapshotID>`.
|
||||
|
||||
https://github.com/restic/restic/issues/693
|
||||
https://github.com/restic/restic/pull/4705
|
||||
https://github.com/restic/restic/pull/4913
|
||||
Reference in New Issue
Block a user