Skip to content

Commit

Permalink
add C003 error description
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Oct 27, 2024
1 parent 592e4e6 commit 33323df
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [Error Codes](./errors/intro.md)
- [C001 Data corruption](./errors/C001.md)
- [C002 Incorrect Password](./errors/C002.md)
- [C003 Verification failed](./errors/C003.md)
- [Installation](./installation.md)
- [Nightly Builds](./nightly_builds.md)
- [Completions](./commands/misc/completions.md)
Expand Down
18 changes: 18 additions & 0 deletions src/errors/C003.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# C003

Verification failed: After decrypting and decompressing the data changed! The
data may be corrupted.\nPlease check the backend for corruption and try again.
You can also try to run `rustic check --read-data` to check for corruption. This
may take a long time.

## Possible Causes

- The data has been corrupted.
- The backend has a bug.

## Solutions

- Check the backend for corruption.
- Try running `rustic check --read-data` to check for corruption.
- If the error persists, please report the issue to the (backend) developers for
further investigation.

0 comments on commit 33323df

Please sign in to comment.