FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Why Our Node Backup's Diff Detection Was Completely Broken — Root Cause Analysis
NewsDevOps

Why Our Node Backup's Diff Detection Was Completely Broken — Root Cause Analysis

via Dev.to DevOpslinou5181mo ago

Why Our Node Backup's Diff Detection Was Completely Broken — Root Cause Analysis The Symptom The system runs automated backups across four nodes every 2 hours. By design, backups should only run when files actually change — diff detection is the core mechanism for saving storage and I/O. But monitoring revealed an anomalous pattern: 07:02 02_node backup complete (9/10 files) 09:02 02_node backup complete (9/10 files) 11:00 02_node backup complete (9/10 files) 13:00 02_node backup complete (9/10 files) 15:00 02_node backup complete (9/10 files) ... Every single backup cycle, nodes 02, 03, and 04 reported "changes detected," with identical file counts (9/10, 9/10, 8/10). Node 01 (local) behaved normally — it skipped when there were no changes. Something was clearly wrong. There's no way that exactly the same number of files changes on each remote node every 2 hours. Root Cause Inspecting file_hashes.json — the core data file for diff detection — revealed the issue: { "02_node" : { "/path

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
21 views

Related Articles

From Missed Birthdays to Automation: How I Built a Bot That Designs and Sends Birthday Cards
News

From Missed Birthdays to Automation: How I Built a Bot That Designs and Sends Birthday Cards

Medium Programming • 8h ago

News

I Made a Keyboard Nobody Asked For: My Experience Making TapType

Lobsters • 10h ago

Anthropic is having a month
News

Anthropic is having a month

TechCrunch • 10h ago

News

The Repressed Demand for Software

Medium Programming • 11h ago

Amazon is offering up to 50 percent off chargers from Anker and others for its Big Spring Sale
News

Amazon is offering up to 50 percent off chargers from Anker and others for its Big Spring Sale

The Verge • 11h ago

Discover More Articles