Development for a Backup as a Service (BaaS) vCloud implementation in Bareos?#34
Closed
eayin2 wants to merge 24 commits intobareos-15.2from
Closed
Development for a Backup as a Service (BaaS) vCloud implementation in Bareos?#34eayin2 wants to merge 24 commits intobareos-15.2from
eayin2 wants to merge 24 commits intobareos-15.2from
Conversation
Get fixed cmocka detection
drop bareos-filedaemon-python-plugin.dir, it's unused
Don't use POOLMEM ** construct but use POOLMEM *& to use the C++ pass byreference of the POOLMEM pointer. Also drop the use of WCHAR in favor of wchar_t which was used sometimes and sometimes not.
This reverts commit adb1d53.
Member
|
if I see this correctly, you tried to merge master into 15.2. I assume, this has just been a mistake. Please you the Bareos mailinglists to start discussions, see https://www.bareos.org/en/howto-contribute.html |
franku
pushed a commit
that referenced
this pull request
Feb 25, 2021
Thanks a lot for your contribution.
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.
Are you currently developing Backup as a Service (BaaS) in the cloud for bareos? If not, do you plan to do so in the future? I see there's a VMWare VSphere (with VADP), but no vCloud implementation. VSphere can't be used as a BaaS though. There's for example a VMWare vCloud implementation by Symantec Netbackup, where user's can login to the vCloud web interface and create/manage backup plans themselves (aka BaaS).