mark simple deduplication as done
This commit is contained in:
parent
f9613cb266
commit
b60c93584d
1 changed files with 3 additions and 1 deletions
|
@ -2,13 +2,15 @@
|
||||||
|
|
||||||
## Goals for bakare:
|
## Goals for bakare:
|
||||||
|
|
||||||
|
- [x] simple deduplication of file data - don't store the same exact file data twice
|
||||||
|
- [ ] advanced deduplication - store files that only changed slightly more efficiently
|
||||||
|
- [ ] survive index corruption
|
||||||
- fast
|
- fast
|
||||||
- using max bandwidth
|
- using max bandwidth
|
||||||
- use max cpu
|
- use max cpu
|
||||||
- use max disk I/O
|
- use max disk I/O
|
||||||
- memory usage limit
|
- memory usage limit
|
||||||
- encryption by default - asymmetric, creates a keypair for you
|
- encryption by default - asymmetric, creates a keypair for you
|
||||||
- deduplication of file data
|
|
||||||
- fuzzy find by file name in stored files
|
- fuzzy find by file name in stored files
|
||||||
- failure to process one file should not affect any other files
|
- failure to process one file should not affect any other files
|
||||||
- intermittent network failures should not make the whole process fail (test with random packet drop)
|
- intermittent network failures should not make the whole process fail (test with random packet drop)
|
||||||
|
|
Loading…
Reference in a new issue