2022-08-23 23:21:01 +00:00
|
|
|
Enhancement: Improve speed of `copy` command
|
2021-09-11 22:03:41 +00:00
|
|
|
|
2022-08-23 23:21:01 +00:00
|
|
|
The `copy` command could require a long time to copy snapshots for non-local
|
2021-09-11 22:03:41 +00:00
|
|
|
backends. This has been improved to provide a throughput comparable to the
|
2022-08-23 23:21:01 +00:00
|
|
|
`restore` command.
|
2021-09-11 22:03:41 +00:00
|
|
|
|
2022-08-23 23:21:01 +00:00
|
|
|
Additionally, `copy` now displays a progress bar.
|
2021-09-11 22:03:41 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/2923
|
|
|
|
https://github.com/restic/restic/pull/3513
|