2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-22 14:48:24 +00:00

11 lines
357 B
Plaintext
Raw Normal View History

2022-08-24 01:21:01 +02:00
Enhancement: Improve speed of `copy` command
2022-08-24 01:21:01 +02:00
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
2022-08-24 01:21:01 +02:00
`restore` command.
2022-08-24 01:21:01 +02:00
Additionally, `copy` now displays a progress bar.
https://github.com/restic/restic/issues/2923
https://github.com/restic/restic/pull/3513