restic/changelog/unreleased/pull-3513

11 lines
355 B
Plaintext

Enhancement: Improve speed of copy command
The copy command could require a long time to copy snapshots for non-local
backends. This has been improved to provide a throughput comparable to the
restore command.
In addition, the command now displays a progress bar.
https://github.com/restic/restic/issues/2923
https://github.com/restic/restic/pull/3513