iainelder
  • Joined on 2023-04-18
iainelder commented on issue borgmatic-collective/borgmatic#680 2023-05-16 19:31:04 +00:00
How do I test the exclusions in the Borgmatic config?

excluded files are only shown with --list when at verbosity level 2

Got it. That's a bit surprising because --verbosity=2 also adds a lot of output I don't need. Nonetheless, it does give…

iainelder commented on issue borgmatic-collective/borgmatic#680 2023-04-19 09:39:24 +00:00
How do I test the exclusions in the Borgmatic config?

maybe we need to add borgmatic support for --log-json

That would be great. The --log-json option was what I was trying to activate.

The problem with the basic list format is that file…

iainelder closed issue borgmatic-collective/borgmatic#681 2023-04-19 08:35:46 +00:00
Why does journalctl prefix duplicate output with "ANSWER"?
iainelder commented on issue borgmatic-collective/borgmatic#681 2023-04-19 08:35:41 +00:00
Why does journalctl prefix duplicate output with "ANSWER"?

This now answers all my initial questions and satisfies my curiosity, so I'll close the issue. Thanks for your support!

iainelder commented on issue borgmatic-collective/borgmatic#681 2023-04-19 08:30:10 +00:00
Why does journalctl prefix duplicate output with "ANSWER"?

Yes, journalctl seems to color the output according to its log level.

My guess is that Borgmatic's ANSWER log level is equivalent to a warning.

Here's a screenshot of how I see the different…

iainelder commented on issue borgmatic-collective/borgmatic#681 2023-04-18 19:52:54 +00:00
Why does journalctl prefix duplicate output with "ANSWER"?

I took your advice on the flags. Now there are no more duplicate messages in the journal.

$ journalctl --user --since=-2m --unit borgmatic.service
-- Logs begin at Fri 2023-03-10…
iainelder opened issue borgmatic-collective/borgmatic#681 2023-04-18 10:18:32 +00:00
Why does journalctl prefix duplicate output with "ANSWER"?
iainelder opened issue borgmatic-collective/borgmatic#680 2023-04-18 09:56:45 +00:00
How do I test the exclusions in the Borgmatic config?