forked from TrueCloudLab/restic
Add changelog
This commit is contained in:
parent
95b44490a0
commit
a81f34ae47
1 changed files with 13 additions and 0 deletions
13
changelog/unreleased/pull-3427
Normal file
13
changelog/unreleased/pull-3427
Normal file
|
@ -0,0 +1,13 @@
|
|||
Enhancement: `find --pack` fallback to index if data file is missing
|
||||
|
||||
When investigating a repository with missing data files, it might be useful
|
||||
to determine affected snapshots before running `rebuild-index`.
|
||||
`restic find --pack pack-id` previously returned no data as it required
|
||||
accessing the data file. Now, if the necessary data is still available in the
|
||||
repository index, it gets retrieved from there.
|
||||
|
||||
The command now also supports looking up multiple pack files in a single `find`
|
||||
run.
|
||||
|
||||
https://github.com/restic/restic/pull/3427
|
||||
https://forum.restic.net/t/missing-packs-not-found/2600
|
Loading…
Reference in a new issue