bees
bees copied to clipboard
Best-Effort Extent-Same, a btrfs dedupe agent
Do not touch BeesContext until really needed. As a safety, move its initialization after cmdline parsing. Then follow the proven design of adding the needed default value and apply it...
I know the documentation basically suggests setting hash table size based on intended minimum dedupe extent size, but based on log most extents seem to still be significantly smaller. Another...
Even if I use gcc8.3.0. There seems to be a change in the rules for using gettid(). http://man7.org/linux/man-pages/man2/gettid.2.html ``` make PREFIX=/usr LIBEXEC_PREFIX=/usr/lib/bees ETC_PREFIX=/etc TAG="v0.6-75-g7117cb4" -C lib make[1]: Entering directory '/home/daiaji/bees-git/src/bees-git/lib'...
For kernels without #107 applied
If it only consumes CPU performance, I don't care, my R9 3900X performance is quite strong.
Some options like `--no-timestamps` are applied too late, bees may already have logged something: ``` Jan 03 18:22:08 arbeitsplatz1 beesd[2814]: bees version v0.6-58-g4a1971b-dirty Jan 03 18:22:08 arbeitsplatz1 beesd[2814]: 2019-01-03 18:22:08...
I started working on a branch https://github.com/kakra/bees/tree/feature/configuration-files for implementing configuration files. This issue is here for discussion and review requests. My proposal is to have configuration files in the following...
Hello, I am on gentoo and installed bees 0.6, copying the sample config to /etc/bees/beesd.conf which contains the following: ``` ## Config for Bees: /etc/bees/beesd.conf.sample ## https://github.com/Zygo/bees ## It's a...
I was noticing that my bees process was using 100% of 4 cores on my cpu, which when running 24/7 must use quite a bit of electricity and generate heat....
I notice that [BTRFS dedupe](https://github.com/wellbehavedsoftware/btrfs-dedupe) calls the defrag ioctl before dedupe. Does defragmentation currently occur with the way `bees` is written? Would such a feature be possible? Would it work...