From b51d979bec9a98d16b08c6d82ee6d22d2c28d8df Mon Sep 17 00:00:00 2001 From: gilbertchen Date: Wed, 2 Mar 2016 13:26:55 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb2a19f..11c6642 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository contains only binary releases and documentation for Duplicacy. Duplicacy supports major cloud storage providers (Amazon S3, Google Cloud Storage, Microsoft Azure, Dropbox, and BackBlaze) and offers all essential features of a modern backup tool: * Incremental backup: only back up what has been changed -* Full snapshot : although each backup is incremental, it behaves like a full snapshot +* Full snapshot : although each backup is incremental, it must behave like a full snapshot for easy restore and deletion * Deduplication: identical files must be stored as one copy (file-level deduplication), and identical parts from different files must be stored as one copy (block-level deduplication) * Encryption: encrypt not only file contents but also file paths, sizes, times, etc. * Deletion: every backup can be deleted independently without affecting others