Files
restic/changelog/unreleased/pull-5319
T
Michael Eischer 14276b1794 Polish changelogs
2026-05-14 23:05:13 +02:00

9 lines
335 B
Plaintext

Enhancement: Add status counters to `copy` in verbose text output
`restic copy` now prints additional counters in text mode when `--verbose` is
set: blobs to copy, their on-disk size, and how many pack files are read from
the source repository.
https://github.com/restic/restic/issues/5175
https://github.com/restic/restic/pull/5319