Skip to content

feat(backup): implement restore checksum verification with progress tracking#1

Open
nnlgsakib wants to merge 1 commit intowhispem:mainfrom
nnlgsakib:feature/backup-restore-checksums
Open

feat(backup): implement restore checksum verification with progress tracking#1
nnlgsakib wants to merge 1 commit intowhispem:mainfrom
nnlgsakib:feature/backup-restore-checksums

Conversation

@nnlgsakib
Copy link

Add comprehensive checksum verification during restore process:

  • Verify each data file's existence, size, and SHA-256 checksum
  • Calculate and verify manifest checksum
  • Track restore progress with processed bytes and percentage
  • Add new test to validate checksum verification logic
  • Handle errors for missing files, size mismatches, and checksum failures

…racking

Add comprehensive checksum verification during restore process:
- Verify each data file's existence, size, and SHA-256 checksum
- Calculate and verify manifest checksum
- Track restore progress with processed bytes and percentage
- Add new test to validate checksum verification logic
- Handle errors for missing files, size mismatches, and checksum failures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant