1
0
mirror of https://github.com/restic/restic.git synced 2024-06-30 08:20:55 +02:00
restic/changelog/0.15.0_2023-01-12/pull-3905

7 lines
295 B
Plaintext
Raw Normal View History

2023-01-08 15:34:30 +01:00
Enhancement: Improve speed of parent snapshot detection in `backup` command
2022-08-30 03:52:24 +02:00
Backing up a large number of files using `--files-from-verbatim` or `--files-from-raw`
options could require a long time to find the parent snapshot. This has been improved.
https://github.com/restic/restic/pull/3905