2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-30 02:28:33 +00:00

7 lines
248 B
Plaintext
Raw Normal View History

Enhancement: Update snapshot summary on rewrite
Restic now recalculates the total number of files and bytes processed when files are excluded during rewrite.
https://github.com/restic/restic/issues/4902
https://github.com/restic/restic/pull/4905