matthijs
  • Joined on 2026-01-05
matthijs opened issue borgmatic-collective/borgmatic#1236 2026-01-13 20:36:43 +00:00
Spot check always counts hard links as modified
matthijs commented on issue borgmatic-collective/borgmatic#1231 2026-01-10 14:02:53 +00:00
Spot check fails if files are deleted during the check

So it shouldn't pretend that files deleted during its run were already deleted when it started its run; the spot check just doesn't have that level of fidelity given the lack of a true snapshot.…

matthijs opened issue borgmatic-collective/borgmatic#1231 2026-01-09 12:07:27 +00:00
Spot check fails if files are deleted during the check
matthijs commented on issue borgmatic-collective/borgmatic#1228 2026-01-08 11:30:57 +00:00
Feature: More detailed output on failing spot checks

One slightly related suggestion (different issue, but might be easy to fix at the same time): Right now, there does not seem to be a log message when the spot check starts. Other checks have this,…

matthijs opened issue borgmatic-collective/borgmatic#1228 2026-01-08 11:17:24 +00:00
Feature: More detailed output on failing spot checks
matthijs commented on issue borgmatic-collective/borgmatic#1110 2026-01-06 12:56:16 +00:00
Healthchecks / Uptime Kuma pinged even when a soft failure occurs

Some more thoughts about this issue:

  • Instead of the configs I suggested in my previous comment, one could also think about a system like PAM uses, where you configure for each repository or…
matthijs commented on issue borgmatic-collective/borgmatic#1110 2026-01-05 12:18:02 +00:00
Healthchecks / Uptime Kuma pinged even when a soft failure occurs

I just came across this issue when trying to set up soft-failures, which I now understand to be be pointless (for my case) with the current code. My usecase is backing up a laptop to a NAS in my…