mirror of
https://github.com/restic/restic.git
synced 2026-05-15 22:55:24 +00:00
docs: clarify backup step in troubleshooting guide (#21802)
This commit is contained in:
@@ -159,6 +159,11 @@ if the missing data is also contained in the new snapshot.
|
||||
Therefore, it is recommended to run all your ``backup`` tasks again. In some
|
||||
cases, this is enough to fully repair the repository.
|
||||
|
||||
To check if the repository is fully repaired, you can run ``restic check``
|
||||
(without options) again.
|
||||
|
||||
To get a list of still damaged files, you can run ``restic repair snapshots --dry-run``.
|
||||
Look for ``would save new snapshot`` messages to find affected snapshots.
|
||||
|
||||
5. Remove missing data from snapshots
|
||||
*************************************
|
||||
|
||||
Reference in New Issue
Block a user