From 21358584d2701eb50dd2d9cd9b83cc82d63722df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 25 Feb 2019 22:24:55 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90d2b9b..45d08f3 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Goals for bakare: Nice to have: * daemon that listens for file events and updates a list of files to be backed up on the next backup run - or a `continous backup` mode - the daemon uploads the file whenever it sees the change * peer2peer mode - people storing encrypted backups for each other +* relay mode, where daemon works on one or more central points with local storage (e.g. NAS) and various computers sync with that central location. Then though the central locaiton uploads everything to the other location, typically the cloud. Implementation: * test with randomly created dirs and files, with property based tests and fuzzer