-
Notifications
You must be signed in to change notification settings - Fork 76
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
Allow restore during a backup #450
Comments
Thanks for creating the issue, as I forgot soon after the discussion. |
I think that this requires that the server child process places lockfiles in storage directories of individual backups, rather than at the client level. So, when the client asks to list backup 5, the server child locks backup 5, then lists it. The status monitor stuff would have to change to indicate the status of individual backups, instead of the client. Perhaps the overall client status would be an aggregation of the backup statuses. The server child processes would need to pass additional information on backup number back up to the parent, and the parent would need to write that back down to status server child processes. |
Now working on this. |
This is now merged into master. If you want to restore whilst backups are finalising, I would recommend that you have the I have not yet changed the json status monitor output, as I need to check that Ziirish will be happy with them in burp-ui. |
Here is what we discussed previously in the mailing list, to keep track:
https://sourceforge.net/p/burp/mailman/message/35219023/
Currently, in the case a backup is long to process (let's say 23 hours), you can only restore backup of this node manually (which is a pain) or restore during the 'off' hour
It would be nice to be able to restore a backup while a backup is taking place.
The text was updated successfully, but these errors were encountered: