[ 源代码: duperemove ]
软件包:duperemove(0.11.2-3)
extent-based deduplicator for file systems
Duperemove is a tool for finding duplicated extents and submitting them for deduplication. When given a list of files it will hash their contents on a block by block basis and compare those hashes to each other, finding and categorizing extents that match each other.
On BTRFS and, experimentally, XFS, it can then reflink such extents in a race-free way. Unlike hardlink-based solutions, affected files appear independent in any way other than reduced disk space used.
其他与 duperemove 有关的软件包
|
|
|
|
-
- dep: libatomic1 (>= 4.8)
- 提供 __atomic 内置函数的支持库
-
- dep: libc6 (>= 2.7)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libglib2.0-0 (>= 2.31.8)
- C 例程的 GLib 软件库
-
- dep: libsqlite3-0 (>= 3.7.15)
- SQLite 3 共享库
-
- enh: btrfs-progs
- Checksumming Copy on Write Filesystem utilities