Data check frequency parameter ignored, runs every time
Data check frequency parameter ignored, runs every time
Yes, that was it. After actually running the data integrity check the data folder was created:
tree /var/lib/borgmatic/borgmatic/checks/e0a56b884a6eee76971d89de0ab5a6848a5d55f3fc41f09bd…
Data check frequency parameter ignored, runs every time
Doh, that might be it.
It is running now and will take a day, maybe two to complete (hence my eagerness to cancel it). I will report back after completes the checks.
Data check frequency parameter ignored, runs every time
Another thing to look at: Is
~/.local/state/borgmatic(or wherever borgmatic is writing its check state data) actually writable?
The command is run as root.
tree /var/lib/borgmatic…
Data check frequency parameter ignored, runs every time
Let's see your
borgmaticlogs with--verbosity 2(redacted as needed). That should show you all of the decisions borgmatic is making about when to run checks and why. Example:…
Data check frequency parameter ignored, runs every time