plugins: introduce windows disaster recovery imager (barri)#2285
Merged
BareosBot merged 14 commits intobareos:masterfrom Nov 14, 2025
Merged
plugins: introduce windows disaster recovery imager (barri)#2285BareosBot merged 14 commits intobareos:masterfrom
BareosBot merged 14 commits intobareos:masterfrom
Conversation
b005002 to
c5595e8
Compare
9329cdf to
173832a
Compare
Contributor
Author
|
for standalone tool:
|
173832a to
7e020f5
Compare
Contributor
Author
|
bf6fa95 to
e32abb4
Compare
5fc6603 to
3b10930
Compare
62ae0be to
37f83ed
Compare
Contributor
Author
|
9fd7d58 to
bf5b616
Compare
527eba6 to
8aef26d
Compare
b2c7727 to
c202ead
Compare
7526830 to
e0d3d70
Compare
pstorz
requested changes
Sep 29, 2025
Member
pstorz
left a comment
There was a problem hiding this comment.
Excellent work! Thank you very much.
Please see comments.
| }, | ||
| }; | ||
|
|
||
| // logger_->Trace("creating disk"); |
pstorz
requested changes
Sep 29, 2025
Member
pstorz
left a comment
There was a problem hiding this comment.
Excellent work! Thank you very much.
Please see comments.
pstorz
previously requested changes
Sep 30, 2025
d725ebc to
d691cd7
Compare
sebsura
commented
Nov 5, 2025
docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins.rst.inc
Outdated
Show resolved
Hide resolved
docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/BarriPlugin.rst.inc
Outdated
Show resolved
Hide resolved
docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/BarriPlugin.rst.inc
Outdated
Show resolved
Hide resolved
docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/BarriPlugin.rst.inc
Show resolved
Hide resolved
docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/BarriPlugin.rst.inc
Show resolved
Hide resolved
docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/BarriPlugin.rst.inc
Outdated
Show resolved
Hide resolved
docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/BarriPlugin.rst.inc
Outdated
Show resolved
Hide resolved
6e960d5 to
fcb4dd7
Compare
d845c1a to
e349570
Compare
4ee8f8b to
9b2aec4
Compare
pstorz
approved these changes
Nov 14, 2025
These functions should be constexpr, and _ is a bad name!
As SystemTime() only has second-precision, end - start may actually eqaul 0 even though we waited one second if you are really unlucky. After waiting two seconds it is basically guaranteed that time() also advanced at least one second so this should never fail again.
Also fixes the issue where one plugin can stop the sending of events to another plugin!
23d13af to
1210898
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you for contributing to the Bareos Project!
Please check
If you have any questions or problems, please give a comment in the PR.
Helpful documentation and best practices
https://github.com/bareos/bareos/releases/tag/Release%2F24.0.7
Checklist for the reviewer of the PR (will be processed by the Bareos team)
Make sure you check/merge the PR using
devtools/pr-toolto have some simple automated checks run and a proper changelog record added.General
Required backport PRs have been createdSource code quality
Tests