bdstorage
https://github.com/rakshat28/bdstorage
Rust
A CLI-based Content-Addressable Storage (CAS) engine that deduplicates files across your system
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported1 Subscribers
Add a CodeTriage badge to bdstorage
Help out
- Issues
- Improve Readme Formatting and Structure
- Improve README formatting and suggested structure
- [Bug] Deterministic .imprint_tmp filenames can cause race conditions during concurrent dedupe/restore operations
- [Bug] Scanner silently excludes legitimate user files ending with .imprint_tmp
- [Security] Vault files readable by any user on system — no permission checks on CAS storage
- [Reliability] Refcount underflow crashes vault during recovery — no bounds checking on reference counts
- [Data Integrity] No checksum validation on restored blocks — corrupted data goes undetected
- [Performance] Linear scan for deduplication candidates — O(n) complexity kills performance on large vaults
- [Observability] No progress reporting for large restore operations — users think process is hung
- [nsoc] Comprehensive Code Audit: 50 Bugs and 40 Architectural Features
- Docs
- Rust not yet supported