forked from TrueCloudLab/restic
Update troubleshooting documentation
This commit is contained in:
parent
6557f36f61
commit
99a05d5ab2
1 changed files with 6 additions and 0 deletions
|
@ -103,3 +103,9 @@ repository.
|
||||||
|
|
||||||
Note that `recover` relies on a correct index state, so make sure your index is fine or run `rebuild-index`
|
Note that `recover` relies on a correct index state, so make sure your index is fine or run `rebuild-index`
|
||||||
before running `recover`.
|
before running `recover`.
|
||||||
|
|
||||||
|
7. Repair defect snapshots using `repair`
|
||||||
|
********************************************
|
||||||
|
|
||||||
|
If all other things did not help, you can repair defect snapshots with `repair`. Note that the repaired
|
||||||
|
snapshots will miss data which was referenced in the defect snapshot.
|
||||||
|
|
Loading…
Reference in a new issue