• Joined on 2024-05-22
sshaikh commented on issue borgmatic-collective/borgmatic#920 2024-11-04 12:46:31 +00:00
no activity during borgmatic check

Just to round this off, the issue was down to the RAM I was using, even though it passed memtest. So something I learned there too.

For anyone interested I managed to make the error repeatable…

sshaikh commented on issue borgmatic-collective/borgmatic#920 2024-10-25 17:45:17 +00:00
no activity during borgmatic check

Seems like it was a pretty obscure hardware issue - only caught by the scheduled checks by borgmatic. So there's value there!

sshaikh commented on issue borgmatic-collective/borgmatic#920 2024-10-21 11:27:39 +00:00
no activity during borgmatic check

Yes agree - I've raised it here:

https://github.com/borgbackup/borg/issues/8473

sshaikh commented on issue borgmatic-collective/borgmatic#920 2024-10-13 15:40:21 +00:00
no activity during borgmatic check

Using borg directly for the check:

Remote: Starting repository check
Remote: Data integrity error: Segment entry checksum mismatch [segment 122, offset 182376752]
Remote: Data…
sshaikh commented on issue borgmatic-collective/borgmatic#920 2024-10-13 14:45:06 +00:00
no activity during borgmatic check

Side question (maybe) - when trying to run:

$ sudo borgmatic check -c /config.yaml --repository ssh://borg@remotebackup/backup/borg --verbosity 2

The command fails because…

sshaikh commented on issue borgmatic-collective/borgmatic#920 2024-10-13 12:12:55 +00:00
no activity during borgmatic check

Running it again:

summary:
config.yaml: An error occurred
remotebackup: Error running actions for repository
Data integrity error: Segment entry checksum mismatch [segment 5, offset…
sshaikh commented on issue borgmatic-collective/borgmatic#920 2024-10-13 12:07:10 +00:00
no activity during borgmatic check

Got a log for a failed backup! it seems to occur while pruning:

config.yaml: Pinging Healthchecks start
localbackup: Creating archive
Creating archive at "/backup/borg::nas-2024-10-13T11:…
sshaikh commented on issue borgmatic-collective/borgmatic#920 2024-10-08 17:03:45 +00:00
no activity during borgmatic check

#899 was mine! I've upgraded now.

My suspicion is that something is happening in the daily backups (all of which end in a logged success), which only becomes an issue during the less frequent…

sshaikh commented on issue borgmatic-collective/borgmatic#920 2024-10-07 22:43:53 +00:00
no activity during borgmatic check

So, smartctl extended tests came back OK, and I can't see anything obvious in the syslog.

I tried the following:

$ sudo borgmatic check --force -c /config.yaml --verbosity 2 --only…
sshaikh commented on issue borgmatic-collective/borgmatic#920 2024-10-07 17:29:04 +00:00
no activity during borgmatic check

Fwiw we do a smart scan periodically and disks have been healthy for a while. I'll look into the deeper options and will check the logs.

sshaikh commented on issue borgmatic-collective/borgmatic#920 2024-10-07 07:37:42 +00:00
no activity during borgmatic check

I went ahead with the repair and all is running smoothly now. This happens more than I would like, and I suspect I only noticed when the spot checks are performed. Which leaves me with two…

sshaikh commented on issue borgmatic-collective/borgmatic#920 2024-10-03 16:14:12 +00:00
no activity during borgmatic check

FWIW the third scheduled backup did "stack up". Killing them cleaned everything up (including the processes on the server).

I then ran the scheduled backup manually (no force, no spot):

sshaikh commented on issue borgmatic-collective/borgmatic#920 2024-10-02 21:47:30 +00:00
no activity during borgmatic check

If it was a large file, shouldn't we expect some CPU usage?

Presumably the logging would be for /future/ checks? If so how do I safely abort this run? Just kill the borg processes?

And then…

sshaikh opened issue borgmatic-collective/borgmatic#920 2024-10-02 17:49:43 +00:00
no activity during borgmatic check
sshaikh commented on issue borgmatic-collective/borgmatic#899 2024-07-14 18:25:01 +00:00
bad character Local Exception

check found issues. Thanks for the tip - closing.

sshaikh closed issue borgmatic-collective/borgmatic#899 2024-07-14 18:25:01 +00:00
bad character Local Exception
sshaikh commented on issue borgmatic-collective/borgmatic#899 2024-07-12 17:18:06 +00:00
bad character Local Exception

Running create, prune, compact, check separately resulted in a failed check, but then retrying that succeeded. So this seems transient.

If a check fails, should that take out the…

sshaikh opened issue borgmatic-collective/borgmatic#899 2024-07-12 16:50:06 +00:00
bad character Local Exception
sshaikh opened issue borgmatic-collective/borgmatic#887 2024-06-25 10:27:16 +00:00
Specify hooks to run via command line option
sshaikh closed issue borgmatic-collective/borgmatic#873 2024-06-25 07:44:55 +00:00
Order of default actions?