guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/10: gnu: bees: Drop ‘dedupe’ slang.


From: guix-commits
Subject: 07/10: gnu: bees: Drop ‘dedupe’ slang.
Date: Thu, 23 Feb 2023 17:54:57 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit af8090634555d79b9cee4f5a44df41396f0658b5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 19 01:00:00 2023 +0100

    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.
---
 gnu/packages/file-systems.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 9ac36e9a27..bc5bb41fb3 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1866,12 +1866,12 @@ in FUSE for rootless containers.")
                                      " sub"))))))))
     (inputs (list btrfs-progs cityhash util-linux))
     (home-page "https://github.com/Zygo/bees";)
-    (synopsis "Best-Effort Extent-Same, a btrfs dedupe agent")
+    (synopsis "Deduplication agent for btrfs file systems")
     (description
-     "@code{bees} is a block-oriented userspace deduplication agent designed
-for large btrfs filesystems.  It is an offline dedupe combined with an
-incremental data scan capability to minimize time data spends on disk from
-write to dedupe.")
+     "@acronym{BEES, Best-Effort Extent-Same} is a block-oriented, user-space
+deduplication agent designed for large btrfs file systems.  It combines 
off-line
+data deduplication with incremental scanning to minimize the time your data
+spend on disk between being written and being deduplicated.")
     (license (list license:gpl3+     ; the combined work
                    license:zlib      ; lib/crc64.cc
                    license:gpl2))))  ; include/crucible/btrfs.h



reply via email to

[Prev in Thread] Current Thread [Next in Thread]