From 8593c9ba6a06ca0e2e236e90f5f0c5619eb1ca3e Mon Sep 17 00:00:00 2001 From: gilbertchen Date: Mon, 22 Feb 2016 21:39:30 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee9f3d7..13d7e38 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Duplicacy works with major cloud storage providers and at the same time offers a The key idea behind Duplicacy is a technique called **Lock-Free Deduplication**. There are three elements of lock-free deduplication: -*Use variable-size chunking algorithm to split files into chunks -*Store each chunk in the storage using a file name derived from its hash, and rely on the file system API to manage chunks without using a centralized indexing database -*A *two-step fossil collection* algorithm to remove chunks that become unreferenced after a backup is deleted +* Use variable-size chunking algorithm to split files into chunks +* Store each chunk in the storage using a file name derived from its hash, and rely on the file system API to manage chunks without using a centralized indexing database +* A *two-step fossil collection* algorithm to remove chunks that become unreferenced after a backup is deleted Getting Started