All Projects → Zygo → Bees

Zygo / Bees

Licence: gpl-3.0
Best-Effort Extent-Same, a btrfs dedup agent

Labels

Projects that are alternatives of or similar to Bees

btrfs
Btrfs library in a pure Go
Stars: ✭ 24 (-86.52%)
Mutual labels:  btrfs
Jdupes
A powerful duplicate file finder and an enhanced fork of 'fdupes'.
Stars: ✭ 790 (+343.82%)
Mutual labels:  btrfs
Btrfs Sxbackup
Incremental btrfs snapshot backups with push/pull support via SSH
Stars: ✭ 105 (-41.01%)
Mutual labels:  btrfs
Btrfsmaintenance
Scripts for btrfs maintenance tasks like periodic scrub, balance, trim or defrag on selected mountpoints or directories.
Stars: ✭ 362 (+103.37%)
Mutual labels:  btrfs
Mkosi
Build Legacy-Free OS Images
Stars: ✭ 589 (+230.9%)
Mutual labels:  btrfs
Btdu
sampling disk usage profiler for btrfs
Stars: ✭ 50 (-71.91%)
Mutual labels:  btrfs
rusnapshot
Simple and handy btrfs snapshoting tool. Supports unattended snapshots, tracking, restoring, automatic cleanup and more. Backed with SQLite.
Stars: ✭ 27 (-84.83%)
Mutual labels:  btrfs
Janus
Janus: a state-of-the-art file system fuzzer on Linux
Stars: ✭ 139 (-21.91%)
Mutual labels:  btrfs
Btrbk
Tool for creating snapshots and remote backups of btrfs subvolumes
Stars: ✭ 605 (+239.89%)
Mutual labels:  btrfs
Python Btrfs
Python Btrfs module
Stars: ✭ 72 (-59.55%)
Mutual labels:  btrfs
Dotfiles
Configuration for Arch Linux, sway, kitty, kakoune, zsh and more + scripted installation guide
Stars: ✭ 385 (+116.29%)
Mutual labels:  btrfs
Systemd Swap
Script for creating hybrid swap space from zram swaps, swap files and swap partitions.
Stars: ✭ 473 (+165.73%)
Mutual labels:  btrfs
Mkinitcpio Systemd Tool
Provisioning tool for systemd in initramfs (systemd-tool)
Stars: ✭ 60 (-66.29%)
Mutual labels:  btrfs
Btrfs Progs
Development of userspace BTRFS tools
Stars: ✭ 260 (+46.07%)
Mutual labels:  btrfs
Btrfs Heatmap
Visualize the layout of data on your btrfs filesystem over time
Stars: ✭ 110 (-38.2%)
Mutual labels:  btrfs
dduper
Fast block-level out-of-band BTRFS deduplication tool.
Stars: ✭ 108 (-39.33%)
Mutual labels:  btrfs
Btrfs Swapon
Btrfs doesn't allow to swap on a file. This script allows you do swap on a file anyway.
Stars: ✭ 42 (-76.4%)
Mutual labels:  btrfs
Grub Btrfs
Include btrfs snapshots at boot options. (Grub menu)
Stars: ✭ 153 (-14.04%)
Mutual labels:  btrfs
Znx
Operating system manager.
Stars: ✭ 127 (-28.65%)
Mutual labels:  btrfs
Hardware
The devices I have, what runs on them, their configurations, issues, solutions, and associated projects
Stars: ✭ 67 (-62.36%)
Mutual labels:  btrfs

BEES

Best-Effort Extent-Same, a btrfs deduplication agent.

About bees

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.

Strengths

  • 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
  • NEW Works around btrfs send problems with dedupe and incremental parent shapshots
  • Works around btrfs filesystem structure to free more disk space
  • 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

Weaknesses

  • Whole-filesystem dedupe - has no include/exclude filters, does not accept file lists
  • Requires root privilege (or CAP_SYS_ADMIN)
  • First run may require temporary disk space for extent reorganization
  • First run may increase metadata space usage if many snapshots exist
  • Constant hash table size - no decreased RAM usage if data set becomes smaller
  • btrfs only

Installation and Usage

Recommended Reading

More Information

Bug Reports and Contributions

Email bug reports and patches to Zygo Blaxell [email protected].

You can also use Github:

    https://github.com/Zygo/bees

Copyright & License

Copyright 2015-2018 Zygo Blaxell [email protected].

GPL (version 3 or later).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].