From f8da9ef2b490c8703a2d6263cd0990840c202ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 18 Feb 2019 11:40:05 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9f4b1f7..d130388 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ Goals for bakare: * 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) +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: * test with randomly created dirs and files, with property based tests and fuzzer * see if we can use `salsa` for recomputaiton