-
Notifications
You must be signed in to change notification settings - Fork 137
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
Clear contents of log_text
after successfull backup
#1626
Clear contents of log_text
after successfull backup
#1626
Conversation
Just wanted to add here that personally, I'd like to see the backup finished message (as a success feedback) and then maybe click on a "Done" or "Clear" button to clear this text. This is also why I opened #1618. |
Or I guess the other approach could be like adding some time constraint, after that the message will automatically disappear if the backup is successful, if there's failure then we could add a clear button to clear the log as you mentioned in #1618 because having a time constraint there will be a problem |
Yep we can add time constraint |
For me clear button can be a little hassle, we can add the clear button when we get some failure other wise it will show successful message for few seconds 😊 |
Are you talking about this PR or the current master branch?
|
Co-authored-by: yfprojects <62463991+real-yfprojects@users.noreply.github.com>
log_text
after succefull backuplog_text
after successfull backup
Currently the label `logText` is not cleared after a borg command finished. When creating a backup the label will show the path of the last backuped file even after backup completion. This changes that and clears `logText` after the backup. * src/vorta/borg/create.py (BorgCreateJob.process_result) --------- Co-authored-by: yfprojects <62463991+real-yfprojects@users.noreply.github.com>
fixes #1389