Kai Krakow

Results 1209 comments of Kai Krakow

In a earlier incarnation, it was even started earlier... But I'm not sure about `WantedBy` because I don't see it as a multi-user daemon - it does nothing for users......

> I am mounting it with fstab, however this requires the _netdev mount option (since otherwise it tries mounting before iscsi is ready), which moves it from local-fs to remote-fs...

Yeah, that's a problem I'd rather solve... I moved away from the beesd start script here meanwhile. Actually, bees itself does not need UUIDs at all, it's that script that...

This is what I'm currently using: ``` $ systemctl cat bees.service # /etc/systemd/system/bees.service [Unit] Description=Bees Documentation=https://github.com/Zygo/bees After=sysinit.target RequiresMountsFor=/mnt/btrfs-pool RequiresMountsFor=/mnt/xfs-storage [Service] Type=simple Environment=BEESHOME=/mnt/xfs-storage/bees Environment=BEESSTATUS=%t/bees ExecStart=/usr/libexec/bees --no-timestamps --strip-paths --thread-factor 0.5 --loadavg-target=5 --verbose=5...

BTW: This also messes with `bees --help`...

Bees works different than most other deduplicators: It doesn't change your files, it copies parts of your files to new files and then instructs the kernel to share the extents....

@henfri BTW: I'm also running bees on a production web server with hundreds of domains, thus eliminating all the multiple instances of the same frameworks installed across the web hosting....

@Zygo Speaking of databases: I'm planning to move our database servers to the new infrastructure at some time (probably after the kernel has moved to a new LTS version due...

Thanks for the elaborate insights. I'll guess I'd better plan for having a separate partition then.

It may redo some of the work of the last 15 minutes or so. So essentially, it picks up where it left.