plugins: introduce hyper-v backup#2284
Merged
BareosBot merged 19 commits intobareos:masterfrom Nov 13, 2025
Merged
Conversation
99532b2 to
9ee34a4
Compare
07d1574 to
7ed37e6
Compare
pstorz
requested changes
Sep 30, 2025
Member
pstorz
left a comment
There was a problem hiding this comment.
Please see comments.
Good work!
805ec35 to
d828511
Compare
aef8d2f to
8b057d5
Compare
804df3d to
fe76f95
Compare
docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/HyperVPlugin.rst.inc
Show resolved
Hide resolved
docs/manuals/source/TasksAndConcepts/Plugins/FileDaemonPlugins/HyperVPlugin.rst.inc
Show resolved
Hide resolved
aa2e364 to
d030a88
Compare
This command should show us which memory is allocated at all. This may be helpful to discover bad pointers.
d030a88 to
068bbb7
Compare
Windows does not like paths that contain special characters, but vm names may contain them. So we simply replace all of them with -.
We have to take care to delete reference points that we do not need anymore, because otherwise disks will never merge and we create a lot of garbage.
068bbb7 to
61fed8c
Compare
Sadly skipping a fixtures_setup test still means that the fixture is setup, so we need to manually detect this and skip the following tests.
61fed8c to
293cc12
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!
This PR adds a plugin that can backup and restore hyper- v vms.
Please check
If you have any questions or problems, please give a comment in the PR.
Helpful documentation and best practices
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
Source code quality
Tests