repair snapshots: update changelog
This commit is contained in:
parent
5aa37acdaa
commit
e71367e6b9
1 changed files with 11 additions and 7 deletions
|
@ -1,14 +1,18 @@
|
||||||
Enhancement: Add new command repair
|
Enhancement: Add `repair index` and `repair snapshots` commands
|
||||||
|
|
||||||
We've added a new command repair which allows to repair snapshots even if needed
|
The `rebuild-index` command has been renamed to `repair index`. The old name
|
||||||
parts of it are not accessable in the repository. Note that using this command
|
will still work, but is deprecated.
|
||||||
can lead to data loss!
|
|
||||||
|
|
||||||
Some corrupted repositories were reported in several issues and so far restic
|
When a snapshot was damaged, the only option up to now was to completely forget
|
||||||
lacked a possibility to accept data loss but clean those up such that the
|
the snapshot, even if only some unimportant file was damaged.
|
||||||
repository returns to a sane state. This possibility was now added.
|
|
||||||
|
We've added a `repair snapshots` command, which can repair snapshots by removing
|
||||||
|
damaged directories and missing files contents. Note that using this command
|
||||||
|
can lead to data loss! Please see the "Troubleshooting" section in the documentation
|
||||||
|
for more details.
|
||||||
|
|
||||||
https://github.com/restic/restic/issues/1759
|
https://github.com/restic/restic/issues/1759
|
||||||
|
https://github.com/restic/restic/issues/1714
|
||||||
https://github.com/restic/restic/issues/1798
|
https://github.com/restic/restic/issues/1798
|
||||||
https://github.com/restic/restic/issues/2334
|
https://github.com/restic/restic/issues/2334
|
||||||
https://github.com/restic/restic/pull/2876
|
https://github.com/restic/restic/pull/2876
|
||||||
|
|
Loading…
Reference in a new issue