From 60819bd1c60af4430419a20ebd457c33b6c55148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 31 Aug 2019 11:05:08 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 45d08f3..decfd07 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Goals for bakare: * fuzzy find by file name in stored 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) +* system suspend/resume should not make the repo become corrupted, even in the presence of other active backup processes running on other computers, targeting same repo - this is where `restic` fails 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