]> git.llucax.com Git - personal/website.git/blob - source/blog/posts/2009/10/11-lessfs.rst
Move from llucax.com.ar to llucax.com
[personal/website.git] / source / blog / posts / 2009 / 10 / 11-lessfs.rst
1 Title: Lessfs
2 Tags: en, fs, lessfs, backup, data deduplication, linux
3
4 Lessfs_ is an open source `data deduplication`_ filesystem:
5
6     `Data deduplication`_ (often called "intelligent compression" or
7     "single-instance storage") is a method of reducing storage needs by
8     eliminating redundant data. [...] lessfs_ can determine if data is
9     redundant by calculating an unique (192 bit) tiger hash of each block of
10     data that is written. When lessfs_ has determined that a block of data
11     needs to be stored it first compresses the block with LZO or QUICKLZ
12     compression.  The combination of these two techniques results in a very
13     high overall compression rate for many types of data.
14
15 .. _Lessfs: http://www.lessfs.com/wordpress/?page_id=50
16 .. _`data deduplication`: http://en.wikipedia.org/wiki/Data_deduplication
17
18 .. vim: set et sw=4 sts=4 :