Package fuse-ddumbfs: Information

    Binary package: fuse-ddumbfs
    Version: 1.1-alt1
    Architecture: e2k
    Build time:  Dec 7, 2020, 09:28 PM
    Source package: fuse-ddumbfs
    Report package bug
    License: GPL
    Summary: fast inline de-duplicating file system based on FUSE
    Description: 
    ddumbfs is a fast inline deduplication filesystem for Linux based on FUSE
    and released under the GNU GPL.
    Deduplication is a technique to avoid data duplication on disks and to
    increase its virtual capacity.
    ddumbfs works at block level. Before to write a block to the filesystem
    ddumbfs calculate its SHA1 or TIGER hash and search for it in the
    index. If the block already exists the reference is used, if not, the
    block is written and the index updated.
    It is especially useful to store successive backup, when data are mostly
    identical.
    ddumbfs is especially efficient with backups of disk images or virtual
    machines, when blocks stay aligned on a block boundary.

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov

    Last changed


    Feb. 13, 2017 Vitaly Lipatov 1.1-alt1
    - initial build for ALT Linux Sisyphus
    Dec. 17, 2012 Alain Spineux <alain.spineux@gmail.com> - 1.1-1
    - added tools : migrateddumbfs
    - updated description
    - ran rpmlint
    Nov. 6, 2011 Alain Spineux <alain.spineux@gmail.com> - 1.0b11-1
    - update