-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add minimal diagnostics-info to --debug output #1664
Comments
Good idea. |
The debug output now contains minimal diagnostic information about appliation name, version, if it runs as root and the operating system. - Separated code from `collect_diagnostics()` into `collect_minimal_diagnostics()` which is then called in `common/backintime.py::startApp()` to build a debug message. - Fixed an the user-callback unit tests introduced in #1658 - Minor refactoring and minor mods in README.md and CONTRIBUTING.md. Fix #1664 Improve PR #1658
Looks like there went something wrong:
probably it should be
|
Hello wahnfred, Thank you for taking the time to report the bug and providing the Best regards, EDIT: Which OS do you use? |
Hello buhtz, After changing the line as written above, the output of
is:
Best Regards |
I realized that BIT do not show it's version number in the
--debug
output. E.g. trybackintime last-snapshot --debug
.Beside the version number I suggest that we could show a minimal diagnostic info based on our
--diagnostics
.This is the current situation:
My proposed modification would be to use some entries from the result of
--diagnostics
. It would be['backintime']['name']
['backintime']['version']
['host-setup']['OS']
The text was updated successfully, but these errors were encountered: