From ee51ca16deb206382d1e23550dfaa6bc49be0bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 12 Jan 2019 14:50:23 +0000 Subject: [PATCH] add notes --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 48e43e8..c4375be 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,13 @@ Tried restic: Goals for bakare: * fast * using max bandwidth +* use max cpu +* use max disk I/O * memory usage limit * encryption by default - asymmetric, creates a keypair for you -* deduplication +* deduplication of file data * fuzzy find by file name in stored files +* failure to process one file should not affect any other files Implementation: -* hash -> file and file -> hash indexes -* use vfs to store both db and data files, create a new one when old one too big -* start with simple read file -> hash -> encrypt -?> send -* test with randomly created dirs and files, with property based tests and fuzzer \ No newline at end of file +* test with randomly created dirs and files, with property based tests and fuzzer