docs: clarify backup step in troubleshooting guide (#21802)

This commit is contained in:
Michael Eischer
2026-05-15 21:23:48 +02:00
committed by GitHub
parent 265d070255
commit b7d8c98214
+5
View File
@@ -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
*************************************