Skip to content

Fix GUI Freezing while running pre-backup command#2214

Merged
m3nu merged 3 commits intoborgbase:masterfrom
ahmedhosssam:fix-freezing
Aug 22, 2025
Merged

Fix GUI Freezing while running pre-backup command#2214
m3nu merged 3 commits intoborgbase:masterfrom
ahmedhosssam:fix-freezing

Conversation

@ahmedhosssam
Copy link
Contributor

Description

This PR fixes the GUI freezing bug while running pre-backup command, if the command takes time, the GUI freezes until the command finishes.

Related Issue

Fixes #210

How Has This Been Tested?

I tested the change using a couple of scripts, and I made sure that the script itself will finish completely before backup starts executing.

Screenrecord:

2025-03-08.23-35-05.mp4

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have read the CONTRIBUTING guide.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

I provide my contribution under the terms of the license of this repository and I affirm the Developer Certificate of Origin.

m3nu
m3nu previously approved these changes Mar 10, 2025
@m3nu
Copy link
Contributor

m3nu commented Mar 10, 2025

Elegant solution. Well done!

@m3nu
Copy link
Contributor

m3nu commented Mar 10, 2025

Minor issue with formatting. Did you use the pre-commit hooks?

@ahmedhosssam
Copy link
Contributor Author

Minor issue with formatting. Did you use the pre-commit hooks?

Done

@m3nu m3nu merged commit 919211c into borgbase:master Aug 22, 2025
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Long running pre-backup commands freeze UI

2 participants