mirror of
https://github.com/restic/restic.git
synced 2025-08-23 17:55:17 +00:00
Issue: 4942: cmd_rewrite: add snapshot summary data to an existing snapshot. (#5185)
Co-authored-by: Michael Eischer <michael.eischer@fau.de>
This commit is contained in:

committed by
GitHub

parent
060a44202f
commit
4104a8e6a5
11
changelog/unreleased/issue-4942
Normal file
11
changelog/unreleased/issue-4942
Normal file
@@ -0,0 +1,11 @@
|
||||
Enhancement: support creating snapshot summary statistics for old snapshots
|
||||
|
||||
When `rewrite` is used with the `--snapshot-summary` option, a new snapshot is
|
||||
created containing statistics summary data. Only two fields in the summary will
|
||||
be non-zero: `TotalFilesProcessed` and `TotalBytesProcessed`.
|
||||
|
||||
When rewrite is called with one of the `--exclude` options, `TotalFilesProcessed`
|
||||
and `TotalBytesProcessed` will be updated in the snapshot summary.
|
||||
|
||||
https://github.com/restic/restic/issues/4942
|
||||
https://github.com/restic/restic/pull/5185
|
Reference in New Issue
Block a user