bees
bees copied to clipboard
Best-Effort Extent-Same, a btrfs dedupe agent
I'm using Gentoo, and since bees comes with a systemd service but I'm using OpenRC, I decided to write my own initscript. It is based somewhat on the `beesd` script...
This seems new as I don't remember observing it in earlier versions so it may have been introduced within the last year: When looking at `htop` I see a constant...
The static Makefile made me have to switch the compiler version using symbolic links.
Hello, I would like to learn about the stability of bees. Is it safe to run bees over my full Harddrive? I am a bit hesitant. Of course I have...
@Zygo Do we need another commit? I've tagged the top v0.6.y commit and injected it into my package manager to build a 0.6.2 version, here's the result: ``` Nov 01...
I have a volume with many snapshots and just a few large files. The files are very similar in the snapshots. When beesd crawls the snapshots, most of the time...
On my current NAS, I have four different btrfs filesystems (pools? not sure the nomenclature), each has a unique UUID. - 2 SSD RAID0 (300 GB of data). Used as...
The systemd unit currently uses WantedBy=basic.target , the default is multi-user.target though Furthermore, the unit may start before remote filesystems are ready. For this, After=sysinit.target has to be replced with...
I've read docs and still don't understand: * let files A and B have the same hashes (they are completely the same) * A and B are located on the...
Hi, I decided to try bees on my Fedora 33 system with a Samsung 970 EVO SSD, so I removed all my read-only snapshots and run `btrfs filesystem defragment -r...