Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add repair packs command to simplify recovery from damaged pack #4530

Merged
merged 3 commits into from
Oct 23, 2023

Commits on Oct 23, 2023

  1. repair packs: add experimental command

    This allows recovering a repository from several cases of damaged blobs.
    MichaelEischer committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    db26dc7 View commit details
    Browse the repository at this point in the history
  2. check: Suggest usage of restic repair packs for corrupted blobs

    For now, the guide is only shown if the blob content does not match its
    hash. The main intended usage is to handle data corruption errors when
    using maximum compression in restic 0.16.0
    MichaelEischer committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a28940e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1d4510 View commit details
    Browse the repository at this point in the history