Re: The NGbackup

Heitor Faria <[email protected]> Tue, 7 Jul 2026 09:12:29 -0400
Newsgroups gmane.comp.bacula.user
Message-ID <CAK6z+ABRxqbqB2HNu=kGPg2XYvb5tT_c1tKip7__QZ=fYmjbKQ@mail.gmail.com>
--===============8205159912046795018==
Content-Type: multipart/alternative; boundary="0000000000005202a906560525af"

--0000000000005202a906560525af
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Agreed.
Just for the sake of completeness and eventual lawsuits, MTier is a Bacula
Enterprise reseller: https://www.mtier.org/solutions/bacula/. This reseller
has been annoying me on LinkedIn for months, ever since I published the
first plugin. They asked for installation packages, etc.
I strongly believe Bacula Systems SA requested this activity, connecting it
to their current Brazilian reseller, as the fake dev-team person
demonstrated knowledge of the Brazilian market.
Also included in this thread: impersonation or concealment of the person(s)
behind [email protected] (refused to answer in PVT).
This keeps getting better, and better.

On Tue, Jul 7, 2026 at 8:56=E2=80=AFAM Rados=C5=82aw Korzeniewski <
[email protected]> wrote:

> Could you please stop spamming the list? This is the bacula-users mailing
> list, and if I=E2=80=99m not mistaken, it is dedicated to Bacula.
>
> wt., 7 lip 2026 o 14:20 Heitor Faria <[email protected]> napisa=C5=82=
(a):
>
>> "faaleoleo.io =E2=80=94 who is behind the "[email protected]" attack=
s
>> An anonymous sender using the identity "Dev Team" [email protected]
>> has been posting hostile attacks on NGBackup, both directly and to the
>> public bacula-users mailing list. The domain and email headers tie this
>> identity to the Bacula / BareOS circle in Germany, specifically to Reine=
r
>> Jung (M:Tier).
>>
>> SPF evidence. The SPF record for faaleoleo.io (which authorizes who may
>> send email on its behalf) lists:
>>
>> 178.63.245.123 =E2=86=92 www.mtier.org (M:Tier, Reiner Jung's company)
>> So faaleoleo.io explicitly authorizes M:Tier's server to send mail for
>> it. The domain also shares the same host and SPF IP block as its mail
>> server mail.sec4share.me. All infrastructure is Hetzner, Germany.
>>
>> Header evidence (stronger than SPF). The hostile email of 7 Jul 2026
>> ("Re: [Bacula-users] The NGbackup"), From [email protected], was
>> addressed To: Heitor Faria and Reiner Jung [email protected]. An earlier
>> attack (4 Jul) was addressed to Heitor and Arno Lehmann [email protected]=
e,
>> another long-time Bacula figure. All messages sent via mail.sec4share.me
>> using the "Canary" client, with DKIM failing for @faaleoleo (consistent
>> with a throwaway/impersonation domain).
>>
>> Conclusion. The anonymous [email protected] identity is operated
>> from, and SPF-linked to, M:Tier's infrastructure, and Reiner Jung is a
>> named party on the attack thread. This is the German Bacula/BareOS circl=
e
>> using a non-attributable identity to attack a competitor. What is not
>> provable is the exact person who typed each message (the WHOIS registrat=
ion
>> is privacy-masked); the records prove the infrastructure and the circle,
>> not signed authorship."
>>
>> Is this true, Reiner?
>>
>> On Tue, Jul 7, 2026 at 8:00=E2=80=AFAM Dev Team <[email protected]> =
wrote:
>>
>>> Heitor,
>>>
>>> NOBODY can/will run a backup on SAP which is not certified! You will
>>> loose your support same moment. I think I know SAP and requirements wel=
l.
>>> SAP have very hard requirements even how your setup for testing - stagi=
ng
>>> and production must look like.
>>>
>>> Your is based on what? active active, stand by, bow failover work. how
>>> you get a quorum?
>>>
>>> I really would like to talk to a customer of you which is experience of
>>> your new development. Which if your customer use a Mainframe? Governmen=
t i
>>> know the responsible people in Brazil and I could ask them they know
>>> anything about NG backup. 0r maybe SERPO? All my contacts dont know
>>> anything about NGbackup
>>>
>>>
>>>
>>> On Dienstag, Juli 07, 2026 at 2:11 PM, Heitor Faria <
>>> [email protected]> wrote:
>>> Hello Reiner,
>>>
>>> Thanks for the detailed note. It's clear you read the material closely,
>>> so let me answer point by point.
>>>
>>> PodHeitor vs NGBackup. You're conflating two different products (thanks
>>> for being my fan). PodHeitor was built on Community Bacula and deprecat=
ed
>>> for the better stuff. NGBackup is a from-scratch engine: 1,000+ Rust so=
urce
>>> files, zero C, memory-safe by construction. That's not a marketing
>>> adjective. It's why the whole class of memory-corruption CVEs that lega=
cy
>>> engines keep publishing cannot occur here. So "nothing has changed sinc=
e
>>> PodHeitor" is simply wrong. Everything under the hood changed.
>>>
>>> "Just repackaged community plugins." Every NGBackup plugin is written i=
n
>>> one standard language, Rust, compiled and memory-safe. That is material=
ly
>>> more performant and more serious than the open-ended
>>> PowerShell/Python/shell scripts that other suites rely on for their
>>> plugins. Uniform tooling, no interpreter sprawl, no per-plugin runtime
>>> surprises. That is original engineering, not copy-paste.
>>>
>>> High availability. This is real HA, not file copying. NGBackup runs an
>>> active/standby Director pair with product-managed catalog and configura=
tion
>>> replication. It supports automatic failover with witness quorum and a
>>> split-brain guard, plus planned, unplanned, maintenance and test failov=
er
>>> modes, and failback with reverse sync. Calling that "SCP/SFTP somewhere=
" is
>>> not accurate. It is a designed control-plane HA architecture, and it is
>>> exactly what enterprise backup HA is supposed to mean.
>>>
>>> Deduplication. There's nothing to misunderstand here. Any backup
>>> specialist knows dedup ratios improve as more repetitive, retained back=
ups
>>> accumulate. We state the industry-standard 20x, with some environments
>>> exceeding 60x at higher retention and redundancy. That's a range tied t=
o
>>> retention, reported exactly the way every dedup vendor reports one. Not=
 a
>>> lab trick. Arithmetic.
>>>
>>> Where else we are ahead of Bacula Enterprise:
>>>
>>> A single control plane. Every daemon (Director, SD, FD) is remotely
>>> reconfigurable, reloadable and restartable from one place, including re=
mote
>>> SD/FD config edits with validation, atomic apply and rollback. Bacula h=
as
>>> none of this.
>>> Config-as-data. Director configuration lives in the database as
>>> immutable, versioned revisions. No config-file sprawl across daemons an=
d
>>> plugins.
>>> No clear-text passwords in files. Enrollment is token-based. Secrets ar=
e
>>> sealed, never written in plaintext to a .conf.
>>> Modern and vastly more complete Web and console interfaces.
>>> Mainframe / SAP HANA. We have real customers running both in Brazil. Th=
e
>>> ADABAS plugin ships today. z/OS binaries are being built. On SAP HANA
>>> specifically, the absence of a formal certification badge doesn't mean =
the
>>> capability can't be delivered. Certification is a commercial and
>>> partnership step, not a technical ceiling. We have customers on it.
>>> Bloom filters and segment locality in Dedup for better performance.
>>>
>>> Pricing. Enterprise backup is quote-based across this market. Bacula
>>> Enterprise and the other vendors don't publish price lists either. Ours=
 is
>>> the same model, with a concrete migration discount for teams leaving Ve=
eam,
>>> Commvault or NetBackup.
>>>
>>> On the "copy-paste" thesis generally. A single Rust control plane,
>>> active/standby HA with automatic failover, config-as-data in the catalo=
g,
>>> tokenized enrollment with no plaintext secrets, and Rust-native plugins=
 are
>>> not things the community project offers. That is original design, and i=
t's
>>> shipping.
>>>
>>> I'll note, since it's relevant to the tone here, that you have a
>>> commercial relationship with Bacula Systems, and this critique arrives
>>> alongside messages on LinkedIn that I'd characterize as threats. I'm gl=
ad
>>> to have a technical debate on the merits. I'd rather keep it there.
>>>
>>> Best regards,
>>> Heitor Faria
>>> NGBackup / NGStructures, LSG Global Group
>>>
>>> On Tue, Jul 7, 2026 at 6:41=E2=80=AFAM Reiner Jung <[email protected]> w=
rote:
>>>
>>>> Heitor,
>>>>
>>>> It looks as if the only real selling point of your solution is that it
>>>> is written in Rust. Apart from that, if you take a closer look at what=
 you
>>>> are trying to sell here, it is just marketing fluff.
>>>>
>>>> Let=E2=80=99s take ransomware detection as an example. It is more than=
 doubtful
>>>> that what you are selling now is any different from what you already t=
ried
>>>> to market some time ago as PodHeitor. It was ineffective and pointless
>>>> then, and nothing here suggests that has changed.
>>>>
>>>> Your claim of deduplication with a 60x factor is highly questionable. =
I
>>>> have no idea how you arrive at such numbers =E2=80=93 presumably under=
 idealized
>>>> lab conditions with a carefully selected configuration that has little=
 to
>>>> do with reality.
>>>>
>>>> You also write:
>>>>
>>>> =E2=80=9CFrom the mainframe to Microsoft 365 in one place =E2=80=94 21=
 database,
>>>> virtualization and cloud plugins.=E2=80=9D
>>>>
>>>> I assume you do not have a mainframe at home, and it does not appear o=
n
>>>> your actual plugin list either. This makes your marketing statement
>>>> misleading at best. As PodHeitor there was ever SAP HANA. You never ca=
n
>>>> provide this as you must be a partner and you are not.
>>>>
>>>> Your so=E2=80=91called =E2=80=9Chigh availability=E2=80=9D is no such =
thing; at most it is a
>>>> simple failover where you copy files somewhere else using SCP/SFTP.
>>>> Architecturally, this is just wrong and falls far short of what real H=
A
>>>> means in enterprise backup. Is this really automatic failure? Ask you =
AI,
>>>> it is not.
>>>>
>>>> Your entire solution looks just as fragile as your previous offerings
>>>> that you kept promoting with bpipe and similar tools.
>>>>
>>>> There is also no transparent price list, just a vague promise to be 50=
%
>>>> cheaper than Veeam. Where are your actual prices? On your own site, yo=
u
>>>> instead advertise discounts of =E2=80=9C=E2=89=A5 50% off your current=
 Veeam / Commvault /
>>>> NetBackup contract,=E2=80=9D which raises even more questions about ho=
w realistic
>>>> and sustainable your pricing is.
>>>>
>>>> Based on the documents you have published in the past, it is doubtful
>>>> that you even fully understood what your AI-generated material is sayi=
ng.
>>>>
>>>> Most of the features you list here are not innovations at all but a
>>>> cheap copy of what you have simply recompiled or repackaged from Bacul=
a
>>>> Community, which already offers many plugins and advanced backup funct=
ions
>>>> in open source form.
>>>>
>>>> The more interesting question is how you and your development team
>>>> intend to further develop Bacula Core itself, or whether you are once =
again
>>>> just waiting for the next community release so you can copy new featur=
es
>>>> into your product.
>>>>
>>>> Innovation does not come from copy and paste. It comes from original
>>>> design, real-world testing, and delivering value beyond what the commu=
nity
>>>> has already built.
>>>>
>>>>
>>>>
>>>
>>> --
>>> Atenciosamente,
>>>
>>> Heitor faria (Miami)
>>> https://ngbackup.com
>>> WhatsApp: +1 786-726-1749 | +55 61 98268-4220
>>> _______________________________________________
>>> Bacula-users mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>>
>>>
>>
>> --
>> Atenciosamente,
>>
>> Heitor faria (Miami)
>> https://ngbackup.com
>> WhatsApp: +1 786-726-1749 | +55 61 98268-4220
>> _______________________________________________
>> Bacula-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>
>
>
> --
> Rados=C5=82aw Korzeniewski
> [email protected]
>


--=20
Atenciosamente,

Heitor faria (Miami)
https://ngbackup.com
WhatsApp: +1 786-726-1749 | +55 61 98268-4220

--0000000000005202a906560525af
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Agreed.<br>Just for the sake of completeness=C2=A0and even=
tual lawsuits, MTier is a Bacula Enterprise reseller:<span class=3D"gmail-A=
pple-converted-space">=C2=A0</span><a href=3D"https://www.mtier.org/solutio=
ns/bacula/" target=3D"_blank">https://www.mtier.org/solutions/bacula/</a>. =
This reseller has been annoying me on LinkedIn for months, ever since I pub=
lished the first plugin. They asked for installation packages, etc.<span cl=
ass=3D"gmail-Apple-converted-space">=C2=A0</span><br>I strongly believe Bac=
ula Systems SA requested this activity, connecting it to their current Braz=
ilian reseller, as the fake dev-team person demonstrated knowledge of the B=
razilian market.=C2=A0<br>Also included in this thread: impersonation or co=
ncealment=C2=A0of the person(s) behind=C2=A0<a href=3D"mailto:dev-team@faal=
eoleo.io" target=3D"_blank">[email protected]</a><span class=3D"gmail-A=
pple-converted-space">=C2=A0</span>(refused to answer in PVT).<br>This keep=
s getting better, and better.<br></div><br><div class=3D"gmail_quote gmail_=
quote_container"><div dir=3D"ltr" class=3D"gmail_attr">On Tue, Jul 7, 2026 =
at 8:56=E2=80=AFAM Rados=C5=82aw Korzeniewski &lt;<a href=3D"mailto:radosla=
[email protected]">[email protected]</a>&gt; wrote:<br></div><bloc=
kquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:=
1px solid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr">Could you ple=
ase stop spamming the list? This is the bacula-users mailing list, and if I=
=E2=80=99m not mistaken, it is dedicated to Bacula.</div><br><div class=3D"=
gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">wt., 7 lip 2026 o 14:20=
=C2=A0Heitor Faria &lt;<a href=3D"mailto:[email protected]" target=3D"_=
blank">[email protected]</a>&gt; napisa=C5=82(a):<br></div><blockquote =
class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px sol=
id rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr"><div dir=3D"ltr"><di=
v dir=3D"ltr">&quot;<a href=3D"http://faaleoleo.io" target=3D"_blank">faale=
oleo.io</a> =E2=80=94 who is behind the &quot;<a href=3D"mailto:dev-team@fa=
aleoleo.io" target=3D"_blank">[email protected]</a>&quot; attacks<br>An=
 anonymous sender using the identity &quot;Dev Team&quot; <a href=3D"mailto=
:[email protected]" target=3D"_blank">[email protected]</a> has bee=
n posting hostile attacks on NGBackup, both directly and to the public bacu=
la-users mailing list. The domain and email headers tie this identity to th=
e Bacula / BareOS circle in Germany, specifically to Reiner Jung (M:Tier).<=
br><br>SPF evidence. The SPF record for <a href=3D"http://faaleoleo.io" tar=
get=3D"_blank">faaleoleo.io</a> (which authorizes who may send email on its=
 behalf) lists:<br><br>178.63.245.123 =E2=86=92 <a href=3D"http://www.mtier=
.org" target=3D"_blank">www.mtier.org</a> (M:Tier, Reiner Jung&#39;s compan=
y)<br>So <a href=3D"http://faaleoleo.io" target=3D"_blank">faaleoleo.io</a>=
 explicitly authorizes M:Tier&#39;s server to send mail for it. The domain =
also shares the same host and SPF IP block as its mail server <a href=3D"ht=
tp://mail.sec4share.me" target=3D"_blank">mail.sec4share.me</a>. All infras=
tructure is Hetzner, Germany.<br><br>Header evidence (stronger than SPF). T=
he hostile email of 7 Jul 2026 (&quot;Re: [Bacula-users] The NGbackup&quot;=
), From <a href=3D"mailto:[email protected]" target=3D"_blank">dev-team=
@faaleoleo.io</a>, was addressed To: Heitor Faria and Reiner Jung <a href=
=3D"mailto:[email protected]" target=3D"_blank">[email protected]</a>. An ear=
lier attack (4 Jul) was addressed to Heitor and Arno Lehmann <a href=3D"mai=
lto:[email protected]" target=3D"_blank">[email protected]</a>, another lon=
g-time Bacula figure. All messages sent via <a href=3D"http://mail.sec4shar=
e.me" target=3D"_blank">mail.sec4share.me</a> using the &quot;Canary&quot; =
client, with DKIM failing for @faaleoleo (consistent with a throwaway/imper=
sonation domain).<br><br>Conclusion. The anonymous <a href=3D"mailto:dev-te=
[email protected]" target=3D"_blank">[email protected]</a> identity is op=
erated from, and SPF-linked to, M:Tier&#39;s infrastructure, and Reiner Jun=
g is a named party on the attack thread. This is the German Bacula/BareOS c=
ircle using a non-attributable identity to attack a competitor. What is not=
 provable is the exact person who typed each message (the WHOIS registratio=
n is privacy-masked); the records prove the infrastructure and the circle, =
not signed authorship.&quot;<br><br>Is this true, Reiner?</div><br><div cla=
ss=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Tue, Jul 7, 202=
6 at 8:00=E2=80=AFAM Dev Team &lt;<a href=3D"mailto:[email protected]" =
target=3D"_blank">[email protected]</a>&gt; wrote:<br></div><blockquote=
 class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px so=
lid rgb(204,204,204);padding-left:1ex"><div style=3D"font-family:Helvetica;=
color:rgb(0,0,0);font-size:13px"><div id=3D"m_-374898224431935018m_72480879=
91630782998m_-7289606999999779334CanaryBody" dir=3D"auto"><div>Heitor,</div=
><div><br></div><div>NOBODY can/will run a backup on SAP which is not certi=
fied! You will loose your support same moment. I think I know SAP and requi=
rements well. SAP have very hard requirements even how your setup for testi=
ng - staging and production must look like.=C2=A0</div><div><br></div><div>=
Your is based on what? active active, stand by, bow failover work. how you =
get a quorum?=C2=A0</div><div><br></div><div>I really would like to talk to=
 a customer of you which is experience of your new development. Which if yo=
ur customer use a Mainframe? Government i know the responsible people in Br=
azil and I could ask them they know anything about NG backup. 0r maybe SERP=
O? All my contacts dont know anything about NGbackup=C2=A0</div><div><br></=
div></div><div id=3D"m_-374898224431935018m_7248087991630782998m_-728960699=
9999779334CanarySig"><div><div><br></div><div><br></div></div></div><div id=
=3D"m_-374898224431935018m_7248087991630782998m_-7289606999999779334CanaryD=
ropbox"></div><blockquote id=3D"m_-374898224431935018m_7248087991630782998m=
_-7289606999999779334CanaryBlockquote"><div><div>On Dienstag, Juli 07, 2026=
 at 2:11 PM, Heitor Faria &lt;<a href=3D"mailto:[email protected]" targ=
et=3D"_blank">[email protected]</a>&gt; wrote:<br></div><div><div dir=
=3D"ltr">Hello Reiner,<br><br>Thanks for the detailed note. It&#39;s clear =
you read the material closely, so let me answer point by point.<br><br>PodH=
eitor vs NGBackup. You&#39;re conflating two different products (thanks for=
 being my fan). PodHeitor was built on Community Bacula and deprecated for =
the better stuff. NGBackup is a from-scratch engine: 1,000+ Rust source fil=
es, zero C, memory-safe by construction. That&#39;s not a marketing adjecti=
ve. It&#39;s why the whole class of memory-corruption CVEs that legacy engi=
nes keep publishing cannot occur here. So &quot;nothing has changed since P=
odHeitor&quot; is simply wrong. Everything under the hood changed.<br><br>&=
quot;Just repackaged community plugins.&quot; Every NGBackup plugin is writ=
ten in one standard language, Rust, compiled and memory-safe. That is mater=
ially more performant and more serious than the open-ended PowerShell/Pytho=
n/shell scripts that other suites rely on for their plugins. Uniform toolin=
g, no interpreter sprawl, no per-plugin runtime surprises. That is original=
 engineering, not copy-paste.<br><br>High availability. This is real HA, no=
t file copying. NGBackup runs an active/standby Director pair with product-=
managed catalog and configuration replication. It supports automatic failov=
er with witness quorum and a split-brain guard, plus planned, unplanned, ma=
intenance and test failover modes, and failback with reverse sync. Calling =
that &quot;SCP/SFTP somewhere&quot; is not accurate. It is a designed contr=
ol-plane HA architecture, and it is exactly what enterprise backup HA is su=
pposed to mean.<br><br>Deduplication. There&#39;s nothing to misunderstand =
here. Any backup specialist knows dedup ratios improve as more repetitive, =
retained backups accumulate. We state the industry-standard 20x, with some =
environments exceeding 60x at higher retention and redundancy. That&#39;s a=
 range tied to retention, reported exactly the way every dedup vendor repor=
ts one. Not a lab trick. Arithmetic.<br><br>Where else we are ahead of Bacu=
la Enterprise:<br><br>A single control plane. Every daemon (Director, SD, F=
D) is remotely reconfigurable, reloadable and restartable from one place, i=
ncluding remote SD/FD config edits with validation, atomic apply and rollba=
ck. Bacula has none of this.<br>Config-as-data. Director configuration live=
s in the database as immutable, versioned revisions. No config-file sprawl =
across daemons and plugins.<br>No clear-text passwords in files. Enrollment=
 is token-based. Secrets are sealed, never written in plaintext to a .conf.=
<br>Modern and vastly more complete Web and console interfaces.<br>Mainfram=
e / SAP HANA. We have real customers running both in Brazil. The ADABAS plu=
gin ships today. z/OS binaries are being built. On SAP HANA specifically, t=
he absence of a formal certification badge doesn&#39;t mean the capability =
can&#39;t be delivered. Certification is a commercial and partnership step,=
 not a technical ceiling. We have customers on it.<br>Bloom filters and seg=
ment locality in Dedup for better performance.<br><br>Pricing. Enterprise b=
ackup is quote-based across this market. Bacula Enterprise and the other ve=
ndors don&#39;t publish price lists either. Ours is the same model, with a =
concrete migration discount for teams leaving Veeam, Commvault or NetBackup=
.<br><br>On the &quot;copy-paste&quot; thesis generally. A single Rust cont=
rol plane, active/standby HA with automatic failover, config-as-data in the=
 catalog, tokenized enrollment with no plaintext secrets, and Rust-native p=
lugins are not things the community project offers. That is original design=
, and it&#39;s shipping.<br><br>I&#39;ll note, since it&#39;s relevant to t=
he tone here, that you have a commercial relationship with Bacula Systems, =
and this critique arrives alongside messages on LinkedIn that I&#39;d chara=
cterize as threats. I&#39;m glad to have a technical debate on the merits. =
I&#39;d rather keep it there.<br><br>Best regards,<br>Heitor Faria<br>NGBac=
kup / NGStructures, LSG Global Group</div><br><div class=3D"gmail_quote"><d=
iv dir=3D"ltr" class=3D"gmail_attr">On Tue, Jul 7, 2026 at 6:41=E2=80=AFAM =
Reiner Jung &lt;<a href=3D"mailto:[email protected]" target=3D"_blank">r.jun=
[email protected]</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote" style=
=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding=
-left:1ex"><div><div id=3D"m_-374898224431935018m_7248087991630782998m_-728=
9606999999779334m_3514217287192629826" dir=3D"auto"><div>Heitor,<br><div><b=
r></div><div>It looks as if the only real selling point of your solution is=
 that it is written in Rust. Apart from that, if you take a closer look at =
what you are trying to sell here, it is just marketing fluff.</div><div><br=
></div><div>Let=E2=80=99s take ransomware detection as an example. It is mo=
re than doubtful that what you are selling now is any different from what y=
ou already tried to market some time ago as PodHeitor. It was ineffective a=
nd pointless then, and nothing here suggests that has changed.</div><div><b=
r></div><div>Your claim of deduplication with a 60x factor is highly questi=
onable. I have no idea how you arrive at such numbers =E2=80=93 presumably =
under idealized lab conditions with a carefully selected configuration that=
 has little to do with reality.</div><div><br></div><div>You also write:</d=
iv><div><br></div><div>=E2=80=9CFrom the mainframe to Microsoft 365 in one =
place =E2=80=94 21 database, virtualization and cloud plugins.=E2=80=9D</di=
v><div><br></div><div>I assume you do not have a mainframe at home, and it =
does not appear on your actual plugin list either. This makes your marketin=
g statement misleading at best. As PodHeitor there was ever SAP HANA. You n=
ever can provide this as you must be a partner and you are not.=C2=A0</div>=
<div><br></div><div>Your so=E2=80=91called =E2=80=9Chigh availability=E2=80=
=9D is no such thing; at most it is a simple failover where you copy files =
somewhere else using SCP/SFTP. Architecturally, this is just wrong and fall=
s far short of what real HA means in enterprise backup. Is this really auto=
matic failure? Ask you AI, it is not.=C2=A0</div><div><br></div><div>Your e=
ntire solution looks just as fragile as your previous offerings that you ke=
pt promoting with bpipe and similar tools.</div><div><br></div><div>There i=
s also no transparent price list, just a vague promise to be 50% cheaper th=
an Veeam. Where are your actual prices? On your own site, you instead adver=
tise discounts of =E2=80=9C=E2=89=A5 50% off your current Veeam / Commvault=
 / NetBackup contract,=E2=80=9D which raises even more questions about how =
realistic and sustainable your pricing is.</div><div><br></div><div>Based o=
n the documents you have published in the past, it is doubtful that you eve=
n fully understood what your AI-generated material is saying.</div><div><br=
></div><div>Most of the features you list here are not innovations at all b=
ut a cheap copy of what you have simply recompiled or repackaged from Bacul=
a Community, which already offers many plugins and advanced backup function=
s in open source form.</div><div><br></div><div>The more interesting questi=
on is how you and your development team intend to further develop Bacula Co=
re itself, or whether you are once again just waiting for the next communit=
y release so you can copy new features into your product.</div><div><br></d=
iv><div>Innovation does not come from copy and paste. It comes from origina=
l design, real-world testing, and delivering value beyond what the communit=
y has already built.</div><div><br></div><div><br></div></div></div><div id=
=3D"m_-374898224431935018m_7248087991630782998m_-7289606999999779334m_35142=
17287192629826CanaryDropbox"></div></div></blockquote></div><div><br clear=
=3D"all"></div><div><br></div><span class=3D"gmail_signature_prefix">--<spa=
n>=C2=A0</span></span><br><div dir=3D"ltr" class=3D"gmail_signature"><div d=
ir=3D"ltr">Atenciosamente,<br><br>Heitor faria (Miami)<br><a href=3D"https:=
//ngbackup.com/" target=3D"_blank">https://ngbackup.com</a><div>WhatsApp: +=
1 786-726-1749 |=C2=A0+55 61 98268-4220<br></div></div></div>______________=
_________________________________<span>=C2=A0</span><br>Bacula-users mailin=
g list<span>=C2=A0</span><br><a href=3D"mailto:[email protected]=
ge.net" target=3D"_blank">[email protected]</a><span>=C2=
=A0</span><br><a href=3D"https://lists.sourceforge.net/lists/listinfo/bacul=
a-users" target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/bac=
ula-users</a><br></div></div></blockquote></div></blockquote></div><div><br=
 clear=3D"all"></div><div><br></div><span class=3D"gmail_signature_prefix">=
--<span>=C2=A0</span></span><br><div dir=3D"ltr" class=3D"gmail_signature">=
<div dir=3D"ltr">Atenciosamente,<br><br>Heitor faria (Miami)<br><a href=3D"=
https://ngbackup.com/" target=3D"_blank">https://ngbackup.com</a><div>Whats=
App: +1 786-726-1749 |=C2=A0+55 61 98268-4220</div></div></div></div></div>
_______________________________________________<br>
Bacula-users mailing list<br>
<a href=3D"mailto:[email protected]" target=3D"_blank">Bac=
[email protected]</a><br>
<a href=3D"https://lists.sourceforge.net/lists/listinfo/bacula-users" rel=
=3D"noreferrer" target=3D"_blank">https://lists.sourceforge.net/lists/listi=
nfo/bacula-users</a><br>
</blockquote></div><div><br clear=3D"all"></div><div><br></div><span class=
=3D"gmail_signature_prefix">-- </span><br><div dir=3D"ltr" class=3D"gmail_s=
ignature">Rados=C5=82aw Korzeniewski<br><a href=3D"mailto:radoslaw@korzenie=
wski.net" target=3D"_blank">[email protected]</a></div>
</blockquote></div><div><br clear=3D"all"></div><div><br></div><span class=
=3D"gmail_signature_prefix">-- </span><br><div dir=3D"ltr" class=3D"gmail_s=
ignature"><div dir=3D"ltr">Atenciosamente,<br><br>Heitor faria (Miami)<br><=
a href=3D"https://ngbackup.com" target=3D"_blank">https://ngbackup.com</a><=
div>WhatsApp: +1 786-726-1749 |=C2=A0+55 61 98268-4220<br></div></div></div=
>

--0000000000005202a906560525af--


--===============8205159912046795018==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============8205159912046795018==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

--===============8205159912046795018==--