Christian Buhtz
Christian Buhtz
In which context ocured that debug messages? Did you created a package for your PPA? You run tests? Or is it really a real take snapshot run? Can you reproduce...
Thanks for your feedback. > The Snapshots.backup rsync command returns 24. Can you please take a look into the snapshot log. But don't post it here. It may contain sensible...
Thanks for analyzing this. A real bug. But I am not convinced yet that just removing that code will solve the problem. But I am also not enough into it...
Thanks a lot for this. Looks good. In the team we have the rule to keep a PR of our own minimum 1 week open until we merge it without...
> * Would you mind adding the documentation for the new config property into our [man page](https://github.com/bit-team/backintime/blob/d33f35e10b4c3027b3b12881152c157eb1b2cc8c/common/man/C/backintime.1) too That is not needed. The man page for the config file `backintime-config.1`...
Congrats! 🥳 🎈 New tests and they are green. Nice work. I added one comment to the code. Beside of that I would suggest to move these two tests somewhere...
My apologize again for blowing up this PR. Discovered a problem with the "tools" module while moving the new tests and then discovered something more.... 🤣 Shouldn't have driven it...
- I wrapped the tool tip. - Separated it into two paragraphs to realize a line break before "Caution". - Replaced `!` with `.` because once a professional GUI translator...
In the past I [investigated different approaches](https://codeberg.org/buhtz/bit_demo) how to upgrade our upstream repo to the current python packaging standards (using src-layout; pyproject.toml without setup.cfg and setup.py; without sys.path hacking; install...
It is quit easy to have multiple starter scripts for one package. As an [example of my demo here a snipped](https://codeberg.org/buhtz/bit_demo/src/commit/bb8ec07ae8d4214a5f6ebe8c364df64022dc8e16/pyproject.toml#L23-L31) from the `pyproject.toml`: ``` [tool.setuptools.package-dir] bitcli = "src/bitcli" bitgui...