Replies: 4 comments 1 reply
-
That's correct. There can only be one Borg process at a time. The logging and other things are all set up on this assumption. To change it:
We can keep this issue open, but it's a bigger project for sure. |
Beta Was this translation helpful? Give feedback.
-
For checking borg lock we can check if Status updates we could separate by profile when multiple are running, so that you could only see the current profile's status. |
Beta Was this translation helpful? Give feedback.
-
As an alternative, we could implement multiple backups as a queue. It would be easier, just run the next in queue after the current ends. |
Beta Was this translation helpful? Give feedback.
-
I started drafting thread locks at repository level https://github.com/olivierlemoal/vorta/tree/feature/enable-parallel-backup
But :
Any additional input / review / comment is appreciated ! |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
I cannot run multiple backups at a time, even though they are in different repositories.
To Reproduce
Steps to reproduce the behavior:
Result: Backup button is greyed out, even though you can run multiple backups at a time from the command line
Desktop (please complete the following information):
Vorta and Borg versions can be found in Main Window > Misc Tab
Additional context
Must fix for #103
Beta Was this translation helpful? Give feedback.
All reactions