From 0a36d193d84a13dea9911fb7ad9e071f24db40ec Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Mon, 12 Feb 2024 20:38:20 +0100 Subject: [PATCH] add changelog for enhanced repair packs --- changelog/unreleased/pull-4644 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelog/unreleased/pull-4644 diff --git a/changelog/unreleased/pull-4644 b/changelog/unreleased/pull-4644 new file mode 100644 index 000000000..8000bce7e --- /dev/null +++ b/changelog/unreleased/pull-4644 @@ -0,0 +1,10 @@ +Enhancement: Improve `repair packs` command + +The `repair packs` command has been improved to also be able to process +truncated pack files. The `check --read-data` command will provide instructions +on using the command if necessary to repair a repository. See the guide at +https://restic.readthedocs.io/en/stable/077_troubleshooting.html for further +instructions. + +https://github.com/restic/restic/pull/4644 +https://github.com/restic/restic/pull/4655