How to get BIT logs out of journalctl
Hello, I need assistance in the context of that Issue https://github.com/bit-team/backintime/issues/1302 I would like to see the log files of that user. But I am not sure how to archive that. ;) I am not firm with systemd and journalctl. Don't know how to extract only the Back In Time messages out of the log files. Kind Christian
For a user with some privileges, it should be enough to call: $ journalctl -b | grep backintime That's what gives me backintime log output on my Ubuntu, anyway. Michael On 20.09.2022 17:04, c.buhtz@posteo.jp wrote:
Hello,
I need assistance in the context of that Issue https://github.com/bit-team/backintime/issues/1302
I would like to see the log files of that user. But I am not sure how to archive that. ;) I am not firm with systemd and journalctl. Don't know how to extract only the Back In Time messages out of the log files.
Kind Christian _______________________________________________ Bit-dev mailing list -- bit-dev@python.org To unsubscribe send an email to bit-dev-leave@python.org https://mail.python.org/mailman3/lists/bit-dev.python.org/ Member address: foss@michael-bueker.de
or [sudo] journalctl -g backintime für Tippfaule g = grep und -b ohne einen Wert (für "nur Messages der akt. Boot-Session") habe ich weggelassen, da es der Default ist On Tue, 2022-09-20 at 20:04 +0200, Michael Büker wrote:
For a user with some privileges, it should be enough to call: $ journalctl -b | grep backintime
That's what gives me backintime log output on my Ubuntu, anyway.
Michael
On 20.09.2022 17:04, c.buhtz@posteo.jp wrote:
Hello,
I need assistance in the context of that Issue https://github.com/bit-team/backintime/issues/1302
I would like to see the log files of that user. But I am not sure how to archive that. ;) I am not firm with systemd and journalctl. Don't know how to extract only the Back In Time messages out of the log files.
Kind Christian _______________________________________________ Bit-dev mailing list -- bit-dev@python.org To unsubscribe send an email to bit-dev-leave@python.org https://mail.python.org/mailman3/lists/bit-dev.python.org/ Member address: foss@michael-bueker.de
Bit-dev mailing list -- bit-dev@python.org To unsubscribe send an email to bit-dev-leave@python.org https://mail.python.org/mailman3/lists/bit-dev.python.org/ Member address: python@altfeld-im.de
participants (3)
-
c.buhtz@posteo.jp
-
J. A.
-
Michael Büker