Merge pull request #5526 from lyallcooper/patch-1

Fix typo in rewrite command note
This commit is contained in:
Michael Eischer
2025-09-24 20:31:50 +02:00
committed by GitHub

View File

@@ -353,7 +353,7 @@ modifying the repository. Instead restic will only print the actions it would
perform.
.. note:: The ``rewrite`` command verifies that it does not modify snapshots in
unexpected ways and fails with an ``cannot encode tree at "[...]" without loosing information``
unexpected ways and fails with an ``cannot encode tree at "[...]" without losing information``
error otherwise. This can occur when rewriting a snapshot created by a newer
version of restic or some third-party implementation.