How we are migrating (many of) our servers from Linux to FreeBSD - Part 2 - Backups and Disaster Recovery

How we are migrating (many of) our servers from Linux to FreeBSD - Part 2 - Backups and Disaster Recovery
Backup is not a tool. Backup is not a software you can buy. Backup is a strategy you need to study and implement to be able to solve your specific problems. [Read More]

FreeBSD on Raspberry PI - enable and use Watchdog

FreeBSD on Raspberry PI - enable and use Watchdog
Watchdog devices are important to be sure our servers are working. Unfortunately, watchdog daemon seem to crash if enabled on Rasbperry PI. The problem is that our Pis have a strange watchdog hardware device and needs to be petted quite often. Because of this, running the watchdog daemon without some special flags won’t work as standard FreeBSD petting time is too high. All you need to do is enable watchdog and add a flags line with some specfic options. [Read More]