Package fuse-ddumbfs: Information
Source package: fuse-ddumbfs
Version: 1.1-alt1
Build time: Oct 21, 2023, 04:13 AM
Category: System/Kernel and hardware
Report package bugHome page: http://www.magiksys.net/ddumbfs
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.
List of RPM packages built from this SRPM:
fuse-ddumbfs (loongarch64)
fuse-ddumbfs-debuginfo (loongarch64)
fuse-ddumbfs (loongarch64)
fuse-ddumbfs-debuginfo (loongarch64)
Maintainer: 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