Prepare changelog for 0.14.0

This commit is contained in:
Alexander Neumann
2022-08-25 19:54:01 +02:00
parent b824d8cdcc
commit a825e0d409
33 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
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.
Additionally, `copy` now displays a progress bar.
https://github.com/restic/restic/issues/2923
https://github.com/restic/restic/pull/3513