gnu: bees: Drop ‘dedupe’ slang.
* gnu/packages/file-systems.scm (bees)[synopsis, description]: Write out ‘deduplication’ in full. Expand @acronym in description rather than synopsis. Drop filler words.master
parent
4f08551a83
commit
af80906345
|
@ -1866,12 +1866,12 @@ in FUSE for rootless containers.")
|
||||||
" sub"))))))))
|
" sub"))))))))
|
||||||
(inputs (list btrfs-progs cityhash util-linux))
|
(inputs (list btrfs-progs cityhash util-linux))
|
||||||
(home-page "https://github.com/Zygo/bees")
|
(home-page "https://github.com/Zygo/bees")
|
||||||
(synopsis "Best-Effort Extent-Same, a btrfs dedupe agent")
|
(synopsis "Deduplication agent for btrfs file systems")
|
||||||
(description
|
(description
|
||||||
"@code{bees} is a block-oriented userspace deduplication agent designed
|
"@acronym{BEES, Best-Effort Extent-Same} is a block-oriented, user-space
|
||||||
for large btrfs filesystems. It is an offline dedupe combined with an
|
deduplication agent designed for large btrfs file systems. It combines off-line
|
||||||
incremental data scan capability to minimize time data spends on disk from
|
data deduplication with incremental scanning to minimize the time your data
|
||||||
write to dedupe.")
|
spend on disk between being written and being deduplicated.")
|
||||||
(license (list license:gpl3+ ; the combined work
|
(license (list license:gpl3+ ; the combined work
|
||||||
license:zlib ; lib/crc64.cc
|
license:zlib ; lib/crc64.cc
|
||||||
license:gpl2)))) ; include/crucible/btrfs.h
|
license:gpl2)))) ; include/crucible/btrfs.h
|
||||||
|
|
Reference in New Issue