<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0"  >
<channel>
  <title>Vincent's blog</title>
  <link>http://www.vicentdelft.be/rss</link>
  <description>Vincent's ideas</description>
  <lastBuildDate>Sat, 16 Nov 2024 19:14:00 +0100</lastBuildDate>
  
   <item>
      <pubDate>Sat, 16 Nov 2024 19:14:00 +0100</pubDate>
      <link>http://www.vincentdelft.be/post/post_20241116</link> 
      <guid>http://www.vincentdelft.be/post/post_20241116</guid> 
      <title>How to keep config files in sync within a cluster of machines</title>
      <description>

When managing a cluster of OpenBSD machines, keeping configuration files synchronized between nodes is essential for maintaining high availability and consistency. One effective approach for automating this process is to use `entr`, a simple and powerful utility for executing arbitrary commands when files change.

</description>
   </item>
   
   <item>
      <pubDate>Fri, 15 Nov 2024 21:42:00 +0100</pubDate>
      <link>http://www.vincentdelft.be/post/post_20241115</link> 
      <guid>http://www.vincentdelft.be/post/post_20241115</guid> 
      <title>High availability on OpenBSD with carp</title>
      <description>

In this blog, I explain how to setup high availability services between 2 different machines thanks to carp. 
</description>
   </item>
   
  </channel>
</rss>