Update README.md

This commit is contained in:
gilbertchen
2016-02-24 19:36:16 -05:00
parent d5bdd0bf81
commit 46b22cc161

View File

@@ -19,7 +19,7 @@ The key idea behind Duplicacy is a concept called **Lock-Free Deduplication**, w
* 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 * 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
* Apply a *two-step fossil collection* algorithm to remove chunks that become unreferenced after a backup is deleted * Apply a *two-step fossil collection* algorithm to remove chunks that become unreferenced after a backup is deleted
The [design document](https://github.com/gilbertchen/duplicacy-beta/blob/master/DESIGN.md) explains lock-free duplication in detail. The [design document](https://github.com/gilbertchen/duplicacy-beta/blob/master/DESIGN.md) explains lock-free deduplication in detail.
## Getting Started ## Getting Started