bees icon indicating copy to clipboard operation
bees copied to clipboard

Best-Effort Extent-Same, a btrfs dedupe agent

Results 160 bees issues
Sort by recently updated
recently updated
newest added

Hey @Zygo Here's the situation: 1. My system froze and I had to do a hard reset. 2. beeshome is stored on xfs. 3. Due to xfs recovery preferring to...

cat /etc/bees/bread.conf ``` UUID=a88fbf6f-df4b-42bd-936c-13acf504681c #MNT_DIR="$WORK_DIR/mnt/$UUID" WORK_DIR=/run/bees/ MNT_DIR="/.btrfs" BEESHOME="$MNT_DIR/.beeshome" BEESSTATUS="$WORK_DIR/$UUID.status" DB_SIZE=$((256*1024*1024)) # 256MB ``` cat /etc/fstab | grep btrfs ``` UUID=a88fbf6f-df4b-42bd-936c-13acf504681c / btrfs compress-force=no,subvol=/@archlinux 0 1 UUID=a88fbf6f-df4b-42bd-936c-13acf504681c /var/cache btrfs compress-force=no,subvol=/@cache 0...

I have issue with systemctl enable command. I use beesd on my OpenMediaVault server, created btrfs partition, installed bees, i confugured them, but when want to enable them as a...

1.Run "sudo /usr/local/sbin/beesd UUID" 2. Close it with SIGINT(ctrl+c)/SIGTERM 3. Run "sudo /usr/local/sbin/beesd UUID" mount: /run/bees/mnt/UUID: /dev/... already mounted on /. But if we use "sudo systemctl stop bees@UUID" then...

I had half a terabyte left on my 4TB HDD and wanted to dedupe it to increase available size. After running bees for over 36 hours, `btrfs filesystem usage -h...

I'm currently working on a project with the goal of setting up a remote game streaming service with simultaneous client capabilities, with a focus on efficient use of storage available...

It would be nice if there was a Netdata collector for bees. Netdata supports bash collectors, as well a Python, and API based like Prometheus. https://learn.netdata.cloud/docs/data-collection/

Dear I upgraded my system from linux 6.2.13 to 6.3.1. This resulted in the error messages as below in my logs. There are no crashes. This has also been reported...

@kakra already mentioned the idea of Bees on Synology NAS: https://github.com/Zygo/bees/issues/153#issuecomment-703674688 As of today is there anything new about that? I don't own a Synology yet and don't know about...

When bees is running, I get a lot of free memory but low `cached` usage, and more swap usage, i.e. ![图片](https://github.com/Zygo/bees/assets/440661/9f459429-639d-4170-b6cb-f522454dc2ab) You can see the change here: ![图片](https://github.com/Zygo/bees/assets/440661/e886acfe-fa0d-4af9-9791-3af4cbcddd11) Also, kcompactd...