Update README.md
This commit is contained in:
parent
e47f559f0b
commit
f8da9ef2b4
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ Goals for bakare:
|
||||||
* 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)
|
||||||
|
|
||||||
|
Nice to have:
|
||||||
|
* daemon that listens for file events and updates a list of files to be backed up on the next backup run
|
||||||
|
|
||||||
Implementation:
|
Implementation:
|
||||||
* 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
|
||||||
* see if we can use `salsa` for recomputaiton
|
* see if we can use `salsa` for recomputaiton
|
||||||
|
|
Loading…
Reference in a new issue