add notes
This commit is contained in:
parent
1dd19a26d3
commit
ee51ca16de
1 changed files with 5 additions and 5 deletions
|
@ -33,13 +33,13 @@ Tried restic:
|
||||||
Goals for bakare:
|
Goals for bakare:
|
||||||
* fast
|
* fast
|
||||||
* using max bandwidth
|
* using max bandwidth
|
||||||
|
* use max cpu
|
||||||
|
* 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
|
* 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
|
||||||
|
|
||||||
Implementation:
|
Implementation:
|
||||||
* hash -> file and file -> hash indexes
|
|
||||||
* use vfs to store both db and data files, create a new one when old one too big
|
|
||||||
* start with simple read file -> hash -> encrypt -?> send
|
|
||||||
* test with randomly created dirs and files, with property based tests and fuzzer
|
* test with randomly created dirs and files, with property based tests and fuzzer
|
Loading…
Reference in a new issue