-
Notifications
You must be signed in to change notification settings - Fork 208
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 --debug checkbox to BiT GUI for cron jobs #1616
Comments
I believe to have solved this, I have made a local branch for my changes as is described in CONTRIBUTING.md but I can't push it. I will summarize my changes below:
How should I proceed further? |
I Kosta, great to hear. It seems we can improve the CONTRIBUTING.md because the clone/fork step is missing in the description. Looking into your repository list at GitHub it seems you have not forked backintime. Do I assuming it correct that you Keep your current local copy with your modifications. Don't delete it. First you have to "fork" After this process is finished you will have your own backintime repo. https://github.com/stcksmsh/backintime Now you decide yourself. You can try using some git magic to merge the modifications from your frist local repo into your new one. Or you just copy and paste the py files from one to another. For the beginning I would suggest to just copy and paste the modified py files. If all modifications are commited you do Then go to https://github.com/stcksmsh/backintime and you might see a colored box in the beginning mention the new pushed branch and suggesting to open a PR. Feel free to ask back. |
…t and the necessary code to common to make it work. Fixes bit-team#1616
Thank you for the help, I have now created a pull request. If there is anything more I should do please let me know. In regards to the CONTRIBUTING.md, I did not create any new tests, since I did not know exactly how to do so, but if needed I would learn (I am going to have to eventually anyway...) and make them. |
Activate debug output in schedule settings. Breaking Change: GUI started with --debug does no longer add --debug to the crontab for scheduled profiles by default. Additionally some refactoring and also pylint tweaks. Thanks to Kosta Vukicevic (@stcksmsh) for submitting this PR. Close #1616 --------- Co-authored-by: Christian Buhtz <[email protected]> Co-authored-by: aryoda <[email protected]>
Currently to create debug output in case of problems the user must manually edit the
crontab
file viaand this change will be overwritten again if the profile is edited in the GUI.
For better usability add a checkbox into the General > Schedule block
[x] Enable logging of debug messages
with a tooltip text
Write debug-level messages into the system log. Warning: Use only to diagnose problems since it creates a lot of output
The text was updated successfully, but these errors were encountered: