Re: The NGbackup

RadosÅ‚aw Korzeniewski <[email protected]> Tue, 7 Jul 2026 14:56:29 +0200
Newsgroups gmane.comp.bacula.user
Message-ID <CAF_EmoD9TEvnN-UyNkeXwg_DvpN5C3SoAnQ5wuROTtgLvVHaKg@mail.gmail.com>
--===============5593097554833272275==
Content-Type: multipart/alternative; boundary="0000000000000dd59e065604eca8"

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

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]" attacks
> 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 Reiner
> 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], 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 circle
> using a non-attributable identity to attack a competitor. What is not
> provable is the exact person who typed each message (the WHOIS registrati=
on
> 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]> w=
rote:
>
>> 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 well=
.
>> SAP have very hard requirements even how your setup for testing - stagin=
g
>> 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? Government=
 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 deprecate=
d
>> for the better stuff. NGBackup is a from-scratch engine: 1,000+ Rust sou=
rce
>> files, zero C, memory-safe by construction. That's not a marketing
>> adjective. It's why the whole class of memory-corruption CVEs that legac=
y
>> engines keep publishing cannot occur here. So "nothing has changed since
>> PodHeitor" is simply wrong. Everything under the hood changed.
>>
>> "Just repackaged community plugins." Every NGBackup plugin is written in
>> one standard language, Rust, compiled and memory-safe. That is materiall=
y
>> 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 configurat=
ion
>> replication. It supports automatic failover with witness quorum and a
>> split-brain guard, plus planned, unplanned, maintenance and test failove=
r
>> 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 backu=
ps
>> accumulate. We state the industry-standard 20x, with some environments
>> exceeding 60x at higher retention and redundancy. That's a range tied to
>> 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 rem=
ote
>> SD/FD config edits with validation, atomic apply and rollback. Bacula ha=
s
>> none of this.
>> Config-as-data. Director configuration lives in the database as
>> immutable, versioned revisions. No config-file sprawl across daemons and
>> plugins.
>> No clear-text passwords in files. Enrollment is token-based. Secrets are
>> 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. The
>> ADABAS plugin ships today. z/OS binaries are being built. On SAP HANA
>> specifically, the absence of a formal certification badge doesn't mean t=
he
>> 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 Vee=
am,
>> 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 catalog=
,
>> tokenized enrollment with no plaintext secrets, and Rust-native plugins =
are
>> not things the community project offers. That is original design, and it=
'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 gla=
d
>> 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]> wr=
ote:
>>
>>> 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 tr=
ied
>>> 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 on
>>> your actual plugin list either. This makes your marketing statement
>>> misleading at best. As PodHeitor there was ever SAP HANA. You never can
>>> 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 t=
hing; 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 HA
>>> means in enterprise backup. Is this really automatic failure? Ask you A=
I,
>>> 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, you
>>> 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 how=
 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 sayin=
g.
>>>
>>> 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 Bacula
>>> Community, which already offers many plugins and advanced backup functi=
ons
>>> 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 a=
gain
>>> just waiting for the next community release so you can copy new feature=
s
>>> 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 commun=
ity
>>> 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
>


--=20
Rados=C5=82aw Korzeniewski
[email protected]

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

<div dir=3D"ltr">Could you please stop spamming the list? This is the bacul=
a-users mailing list, and if I=E2=80=99m not mistaken, it is dedicated to B=
acula.</div><br><div class=3D"gmail_quote gmail_quote_container"><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]">[email protected]</a>&gt; nap=
isa=C5=82(a):<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0p=
x 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><d=
iv dir=3D"ltr"><div dir=3D"ltr"><div dir=3D"ltr">&quot;<a href=3D"http://fa=
aleoleo.io" target=3D"_blank">faaleoleo.io</a> =E2=80=94 who is behind the =
&quot;<a href=3D"mailto:[email protected]" target=3D"_blank">dev-team@f=
aaleoleo.io</a>&quot; attacks<br>An anonymous sender using the identity &qu=
ot;Dev Team&quot; <a href=3D"mailto:[email protected]" target=3D"_blank=
">[email protected]</a> has been posting hostile attacks on NGBackup, b=
oth directly and to the public bacula-users mailing list. The domain and em=
ail headers tie this identity to the Bacula / BareOS circle in Germany, spe=
cifically to Reiner Jung (M:Tier).<br><br>SPF evidence. The SPF record for =
<a href=3D"http://faaleoleo.io" target=3D"_blank">faaleoleo.io</a> (which a=
uthorizes 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 company)<br>So <a href=3D"http://faaleoleo.i=
o" target=3D"_blank">faaleoleo.io</a> explicitly authorizes M:Tier&#39;s se=
rver to send mail for it. The domain also shares the same host and SPF IP b=
lock as its mail server <a href=3D"http://mail.sec4share.me" target=3D"_bla=
nk">mail.sec4share.me</a>. All infrastructure is Hetzner, Germany.<br><br>H=
eader evidence (stronger than SPF). The hostile email of 7 Jul 2026 (&quot;=
Re: [Bacula-users] The NGbackup&quot;), From <a href=3D"mailto:dev-team@faa=
leoleo.io" target=3D"_blank">[email protected]</a>, was addressed To: H=
eitor Faria and Reiner Jung <a href=3D"mailto:[email protected]" target=3D"_=
blank">[email protected]</a>. An earlier attack (4 Jul) was addressed to Hei=
tor and Arno Lehmann <a href=3D"mailto:[email protected]" target=3D"_blank"=
>[email protected]</a>, another long-time Bacula figure. All messages sent =
via <a href=3D"http://mail.sec4share.me" target=3D"_blank">mail.sec4share.m=
e</a> using the &quot;Canary&quot; client, with DKIM failing for @faaleoleo=
 (consistent with a throwaway/impersonation domain).<br><br>Conclusion. The=
 anonymous <a href=3D"mailto:[email protected]" target=3D"_blank">dev-t=
[email protected]</a> identity is operated from, and SPF-linked to, M:Tier&#=
39;s infrastructure, and Reiner Jung is a named party on the attack thread.=
 This is the German Bacula/BareOS circle using a non-attributable identity =
to attack a competitor. What is not provable is the exact person who typed =
each message (the WHOIS registration is privacy-masked); the records prove =
the infrastructure and the circle, not signed authorship.&quot;<br><br>Is t=
his true, Reiner?</div><br><div class=3D"gmail_quote"><div dir=3D"ltr" clas=
s=3D"gmail_attr">On Tue, Jul 7, 2026 at 8:00=E2=80=AFAM Dev Team &lt;<a hre=
f=3D"mailto:[email protected]" target=3D"_blank">[email protected]<=
/a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:0=
px 0px 0px 0.8ex;border-left:1px solid 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_7248087991630782998m_-7289606999999779334CanaryBody" dir=3D"auto"><di=
v>Heitor,</div><div><br></div><div>NOBODY can/will run a backup on SAP whic=
h is not certified! You will loose your support same moment. I think I know=
 SAP and requirements well. SAP have very hard requirements even how your s=
etup for testing - 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 l=
ike to talk to a customer of you which is experience of your new developmen=
t. Which if your customer use a Mainframe? Government i know the responsibl=
e 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=C2=A0</d=
iv><div><br></div></div><div id=3D"m_7248087991630782998m_-7289606999999779=
334CanarySig"><div><div><br></div><div><br></div></div></div><div id=3D"m_7=
248087991630782998m_-7289606999999779334CanaryDropbox"></div><blockquote id=
=3D"m_7248087991630782998m_-7289606999999779334CanaryBlockquote"><div><div>=
On Dienstag, Juli 07, 2026 at 2:11 PM, Heitor Faria &lt;<a href=3D"mailto:h=
[email protected]" target=3D"_blank">[email protected]</a>&gt; wrote=
:<br></div><div><div dir=3D"ltr">Hello Reiner,<br><br>Thanks for the detail=
ed note. It&#39;s clear you read the material closely, so let me answer poi=
nt by point.<br><br>PodHeitor vs NGBackup. You&#39;re conflating two differ=
ent products (thanks for being my fan). PodHeitor was built on Community Ba=
cula and deprecated for the better stuff. NGBackup is a from-scratch engine=
: 1,000+ Rust source files, zero C, memory-safe by construction. That&#39;s=
 not a marketing adjective. It&#39;s why the whole class of memory-corrupti=
on CVEs that legacy engines keep publishing cannot occur here. So &quot;not=
hing has changed since PodHeitor&quot; is simply wrong. Everything under th=
e hood changed.<br><br>&quot;Just repackaged community plugins.&quot; Every=
 NGBackup plugin is written in one standard language, Rust, compiled and me=
mory-safe. That is materially more performant and more serious than the ope=
n-ended PowerShell/Python/shell scripts that other suites rely on for their=
 plugins. Uniform tooling, no interpreter sprawl, no per-plugin runtime sur=
prises. That is original engineering, not copy-paste.<br><br>High availabil=
ity. This is real HA, not file copying. NGBackup runs an active/standby Dir=
ector pair with product-managed catalog and configuration replication. It s=
upports automatic failover with witness quorum and a split-brain guard, plu=
s planned, unplanned, maintenance and test failover modes, and failback wit=
h reverse sync. Calling that &quot;SCP/SFTP somewhere&quot; is not accurate=
. It is a designed control-plane HA architecture, and it is exactly what en=
terprise backup HA is supposed to mean.<br><br>Deduplication. There&#39;s n=
othing to misunderstand here. Any backup specialist knows dedup ratios impr=
ove 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 reports one. Not a lab trick. Arithmetic.<br><br>Where e=
lse we are ahead of Bacula Enterprise:<br><br>A single control plane. Every=
 daemon (Director, SD, FD) is remotely reconfigurable, reloadable and resta=
rtable from one place, including remote SD/FD config edits with validation,=
 atomic apply and rollback. Bacula has none of this.<br>Config-as-data. Dir=
ector configuration lives in the database as immutable, versioned revisions=
. No config-file sprawl across daemons and plugins.<br>No clear-text passwo=
rds 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>Mainframe / SAP HANA. We have real customers running both i=
n Brazil. The ADABAS plugin ships today. z/OS binaries are being built. On =
SAP HANA specifically, the absence of a formal certification badge doesn&#3=
9;t mean the capability can&#39;t be delivered. Certification is a commerci=
al and partnership step, not a technical ceiling. We have customers on it.<=
br>Bloom filters and segment locality in Dedup for better performance.<br><=
br>Pricing. Enterprise backup is quote-based across this market. Bacula Ent=
erprise and the other vendors 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 gener=
ally. A single Rust control plane, active/standby HA with automatic failove=
r, config-as-data in the catalog, tokenized enrollment with no plaintext se=
crets, and Rust-native plugins are not things the community project offers.=
 That is original design, and it&#39;s shipping.<br><br>I&#39;ll note, sinc=
e it&#39;s relevant to the tone here, that you have a commercial relationsh=
ip with Bacula Systems, and this critique arrives alongside messages on Lin=
kedIn that I&#39;d characterize as threats. I&#39;m glad to have a technica=
l debate on the merits. I&#39;d rather keep it there.<br><br>Best regards,<=
br>Heitor Faria<br>NGBackup / NGStructures, LSG Global Group</div><br><div =
class=3D"gmail_quote"><div 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">[email protected]</a>&gt; wrote:<br></div><blockquote cla=
ss=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_7248087991630782998m_-=
7289606999999779334m_3514217287192629826" dir=3D"auto"><div>Heitor,<br><div=
><br></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=
 more than doubtful that what you are selling now is any different from wha=
t you already tried to market some time ago as PodHeitor. It was ineffectiv=
e and pointless then, and nothing here suggests that has changed.</div><div=
><br></div><div>Your claim of deduplication with a 60x factor is highly que=
stionable. I have no idea how you arrive at such numbers =E2=80=93 presumab=
ly under idealized lab conditions with a carefully selected configuration t=
hat has little to do with reality.</div><div><br></div><div>You also write:=
</div><div><br></div><div>=E2=80=9CFrom the mainframe to Microsoft 365 in o=
ne place =E2=80=94 21 database, virtualization and cloud plugins.=E2=80=9D<=
/div><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 marke=
ting statement misleading at best. As PodHeitor there was ever SAP HANA. Yo=
u never can provide this as you must be a partner and you are not.=C2=A0</d=
iv><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 fil=
es somewhere else using SCP/SFTP. Architecturally, this is just wrong and f=
alls far short of what real HA means in enterprise backup. Is this really a=
utomatic failure? Ask you AI, it is not.=C2=A0</div><div><br></div><div>You=
r entire solution looks just as fragile as your previous offerings that you=
 kept promoting with bpipe and similar tools.</div><div><br></div><div>Ther=
e 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, you instead ad=
vertise discounts of =E2=80=9C=E2=89=A5 50% off your current Veeam / Commva=
ult / NetBackup contract,=E2=80=9D which raises even more questions about h=
ow realistic and sustainable your pricing is.</div><div><br></div><div>Base=
d on the documents you have published in the past, it is doubtful that you =
even 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 al=
l but a cheap copy of what you have simply recompiled or repackaged from Ba=
cula Community, which already offers many plugins and advanced backup funct=
ions in open source form.</div><div><br></div><div>The more interesting que=
stion 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 commu=
nity release so you can copy new features into your product.</div><div><br>=
</div><div>Innovation does not come from copy and paste. It comes from orig=
inal design, real-world testing, and delivering value beyond what the commu=
nity has already built.</div><div><br></div><div><br></div></div></div><div=
 id=3D"m_7248087991630782998m_-7289606999999779334m_3514217287192629826Cana=
ryDropbox"></div></div></blockquote></div><div><br clear=3D"all"></div><div=
><br></div><span class=3D"gmail_signature_prefix">--<span>=C2=A0</span></sp=
an><br><div dir=3D"ltr" class=3D"gmail_signature"><div dir=3D"ltr">Atencios=
amente,<br><br>Heitor faria (Miami)<br><a href=3D"https://ngbackup.com/" ta=
rget=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 mailing list<span>=C2=A0<=
/span><br><a href=3D"mailto:[email protected]" target=3D"_=
blank">[email protected]</a><span>=C2=A0</span><br><a href=
=3D"https://lists.sourceforge.net/lists/listinfo/bacula-users" target=3D"_b=
lank">https://lists.sourceforge.net/lists/listinfo/bacula-users</a><br></di=
v></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">Aten=
ciosamente,<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</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>

--0000000000000dd59e065604eca8--


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


--===============5593097554833272275==
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

--===============5593097554833272275==--