Update README.md

This commit is contained in:
Cyryl Płotnicki 2019-02-18 11:40:05 +00:00 committed by GitHub
parent e47f559f0b
commit f8da9ef2b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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