2025-03-25 18:12:51 +01:00
|
|
|
Enhancement: Add snapshot summary statistics to rewritten snapshots
|
2025-02-05 19:40:20 +00:00
|
|
|
|
2025-03-25 18:12:51 +01:00
|
|
|
The `rewrite` command now supports a `--snapshot-summary` option to add
|
|
|
|
statistics data to snapshots. Only two fields in the summary will be non-zero:
|
|
|
|
`TotalFilesProcessed` and `TotalBytesProcessed`.
|
2025-02-05 19:40:20 +00:00
|
|
|
|
2025-03-25 18:12:51 +01:00
|
|
|
For snapshots rewritten using the `--exclude` options, the summary
|
|
|
|
statistics are updated accordingly.
|
2025-02-05 19:40:20 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4942
|
|
|
|
https://github.com/restic/restic/pull/5185
|