From 8a0daa631839a502fe174b12c5e538ef61cd6eba Mon Sep 17 00:00:00 2001 From: Florian Daniel Date: Sun, 16 Nov 2014 12:08:11 +0100 Subject: [PATCH] Added efficency as a project goal --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a58e28c5a..39b45bcc8 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ Khepri is a program that does backups right. The design goals are: administrators are able to access your backups). Khepri is built to secure your data against such attackers. + * Efficient: With the growth of data, additional snapshots should only take + the storage of the actual increment. Even more, duplicate data should be + de-duplicated before it is actually written to the storage backend to save + precious backup space. + + Building ========