Yes that's exactly my configuration, database backup plus spot check.
I tested it with this single pattern and it errored.
patterns:
- R /mnt/source/paperless_data//*
- "+ /mnt/source/paperless_data//*"
With spot checks enabled
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…
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…
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//…
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…