LelouBil
  • Joined on 2025-01-10
LelouBil commented on issue borgmatic-collective/borgmatic#965 2025-01-12 15:56:40 +00:00
borgmatic runtime directory error when running spot check with a database hook enabled

Yes that's exactly my configuration, database backup plus spot check.

LelouBil commented on issue borgmatic-collective/borgmatic#947 2025-01-12 03:29:32 +00:00
1.9.2/1.9.3 spinning at exit

I tested it with this single pattern and it errored.

patterns:
  - R /mnt/source/paperless_data//*
  - "+ /mnt/source/paperless_data//*"

With spot checks enabled

LelouBil commented on issue borgmatic-collective/borgmatic#947 2025-01-11 15:13:55 +00:00
1.9.2/1.9.3 spinning at exit

During collect_spot_check_source_paths I mean

LelouBil commented on issue borgmatic-collective/borgmatic#947 2025-01-11 14:23:06 +00:00
1.9.2/1.9.3 spinning at exit

DIsabling the spot check makes the backup work without any issues.

Adding other debug prints I found out the error happens during this function https://projects.torsion.org/borgmatic-collectiv…

LelouBil commented on issue borgmatic-collective/borgmatic#947 2025-01-11 01:08:09 +00:00
1.9.2/1.9.3 spinning at exit

I tried reproducing it with a minimal configuration without luck, however after reading the logs more carefully I found out that it failed with this error during a spot check.

A normal backup…

LelouBil commented on issue borgmatic-collective/borgmatic#947 2025-01-10 18:27:29 +00:00
1.9.2/1.9.3 spinning at exit

I'm using docker-borgmatic, and my patterns element is a bunch of lines like these (because it is auto generated):

patterns:
 - R /mnt/source/some_service/
 - "+ /mnt/source/some_service//…
LelouBil commented on issue borgmatic-collective/borgmatic#947 2025-01-10 09:25:10 +00:00
1.9.2/1.9.3 spinning at exit

Hello, my backups just started failing after updating to 1.9.5, however I don't use exclude_patterns at all !

However, I use patterns and of course the runtime directory was not present in…