Package bees: Information

    Source package: bees
    Version: 0.6.6-alt0.pre
    Build time:  Sep 6, 2021, 06:29 PM in the task #284121
    Category: File tools
    Report package bug
    FTBFS
    ArchitectureFTBFS sinceUpdate
    x86_64May 14, 2023March 24, 2024

    License: GPL3.0-only
    Summary: Best-Effort Extent-Same, a btrfs deduplication agent
    Description: 
    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.
    
    Hilights:
    
    * Space-efficient hash table and matching algorithms - can use as little as 1
      GB hash table per 10 TB unique data (0.1GB/TB)
    * Daemon incrementally dedupes new data using btrfs tree search
    * Works with btrfs compression - dedupe any combination of compressed and uncompressed files
    * Persistent hash table for rapid restart after shutdown
    * Whole-filesystem dedupe - including snapshots
    * Constant hash table size - no increased RAM usage if data set becomes larger
    * Works on live data - no scheduled downtime required
    * Automatic self-throttling based on system load

    List of rpms provided by this srpm:
    bees (x86_64, i586, armh, aarch64)
    bees-debuginfo (x86_64, i586, armh, aarch64)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov

      1. gcc-c++
      2. libuuid-devel

    Last changed


    Aug. 29, 2021 Vitaly Lipatov 0.6.6-alt0.pre
    - build pre 0.6.6 from git 081a6af (see https://github.com/Zygo/bees/issues/187)
    Aug. 29, 2021 Vitaly Lipatov 0.6.5-alt1
    - initial build for ALT Sisyphus