-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: simonsan <[email protected]>
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |