Discussion:
[bareos-users] Is the 18.2 client compatible with 17.2 server ? Also how to build client from git (debian)
morgan cox
2018-10-04 10:15:22 UTC
Permalink
Hi.

Running Ubuntu 18.04 on a bareos client, the server is running 17.2.

When I try a backup I see this in the server log


----
04-Oct 11:09 morgan-N552VW-fd JobId 6277: Error: lib/crypto_openssl.cc:1565 TLS shutdown failure.: ERR=error:140E0197:SSL routines:SSL_shutdown:shutdown while in init
04-Oct 11:09 morgan-N552VW-fd JobId 6277: Fatal error: TLS negotiation failed.
04-Oct 11:09 bareos-dir JobId 6277: Fatal error: Bad response to Storage command: wanted 2000 OK storage
, got 2902 Bad storage
----

Assuming it is not I wanted to compile the latest 17.2 branch from git ?

I have cloned the repo, checkout the 17.2 branch - done at - ./configure --enable-traymonitor --enable-client-only ; make

How do I build the deb package (are there any docs on building ?)

Cheers
--
You received this message because you are subscribed to the Google Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jörg Steffens
2018-10-04 13:49:25 UTC
Permalink
Post by morgan cox
Hi.
Running Ubuntu 18.04 on a bareos client, the server is running 17.2.
When I try a backup I see this in the server log
----
04-Oct 11:09 morgan-N552VW-fd JobId 6277: Error: lib/crypto_openssl.cc:1565 TLS shutdown failure.: ERR=error:140E0197:SSL routines:SSL_shutdown:shutdown while in init
04-Oct 11:09 morgan-N552VW-fd JobId 6277: Fatal error: TLS negotiation failed.
04-Oct 11:09 bareos-dir JobId 6277: Fatal error: Bad response to Storage command: wanted 2000 OK storage
, got 2902 Bad storage
----
Assuming it is not I wanted to compile the latest 17.2 branch from git ?
I have cloned the repo, checkout the 17.2 branch - done at - ./configure --enable-traymonitor --enable-client-only ; make
How do I build the deb package (are there any docs on building ?)
http://doc.bareos.org/master/html/generaldevel.html#compiling describes
compiling on Debian.

Bareos 18.2 uses TLS PSK by default. While it is possible to connect
without changes from an older bareos-fd to an 18.2 bareos-dir, you need
to disable it for connecting an bareos-fd 18.2 to an older bareos-dir.

Set
http://doc.bareos.org/master/html/bareos-manual-main-reference.html#directiveFdDirectorTLS%20Psk%20Enable
to "no"
--
Jörg Steffens ***@bareos.com
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10

Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
Komplementär: Bareos Verwaltungs-GmbH
Geschäftsführer:
S. Dühr, M. Außendorf, Jörg Steffens, P. Storz
--
You received this message because you are subscribed to the Google Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
morgan cox
2018-10-04 14:20:18 UTC
Permalink
Thank you for the response.

I have tried adding 'TLS Psk Enable = no' to the client, where am I meant to add it ?

I have tried adding it to

/etc/bareos/bareos-fd.conf - in the FileDaemon { section

/etc/bareos/bareos-fd.d/director/bareos-dir.conf - in the Director {
section

And

/etc/bareos/bareos-fd.d/client/myself.conf - in the Client { section

And still get the same error.
Post by Jörg Steffens
Post by morgan cox
Hi.
Running Ubuntu 18.04 on a bareos client, the server is running 17.2.
When I try a backup I see this in the server log
----
04-Oct 11:09 morgan-N552VW-fd JobId 6277: Error: lib/crypto_openssl.cc:1565 TLS shutdown failure.: ERR=error:140E0197:SSL routines:SSL_shutdown:shutdown while in init
04-Oct 11:09 morgan-N552VW-fd JobId 6277: Fatal error: TLS negotiation failed.
04-Oct 11:09 bareos-dir JobId 6277: Fatal error: Bad response to Storage command: wanted 2000 OK storage
, got 2902 Bad storage
----
Assuming it is not I wanted to compile the latest 17.2 branch from git ?
I have cloned the repo, checkout the 17.2 branch - done at - ./configure --enable-traymonitor --enable-client-only ; make
How do I build the deb package (are there any docs on building ?)
http://doc.bareos.org/master/html/generaldevel.html#compiling describes
compiling on Debian.
Bareos 18.2 uses TLS PSK by default. While it is possible to connect
without changes from an older bareos-fd to an 18.2 bareos-dir, you need
to disable it for connecting an bareos-fd 18.2 to an older bareos-dir.
Set
http://doc.bareos.org/master/html/bareos-manual-main-reference.html#directiveFdDirectorTLS%20Psk%20Enable
to "no"
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
--
You received this message because you are subscribed to the Google Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jörg Steffens
2018-10-04 15:29:06 UTC
Permalink
Post by morgan cox
Thank you for the response.
I have tried adding 'TLS Psk Enable = no' to the client, where am I meant to add it ?
I have tried adding it to
/etc/bareos/bareos-fd.conf - in the FileDaemon { section
/etc/bareos/bareos-fd.d/director/bareos-dir.conf - in the Director {
section
And
/etc/bareos/bareos-fd.d/client/myself.conf - in the Client { section
And still get the same error.
If you have an /etc/bareos/bareos-fd.conf file, all files under
/etc/bareos/bareos-fd.d/ are ignored.

Are both bareos-dir and bareos-sd on 17.2? They have to run the same
version.
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
Hi.
Running Ubuntu 18.04 on a bareos client, the server is running 17.2.
When I try a backup I see this in the server log
----
04-Oct 11:09 morgan-N552VW-fd JobId 6277: Error: lib/crypto_openssl.cc:1565 TLS shutdown failure.: ERR=error:140E0197:SSL routines:SSL_shutdown:shutdown while in init
04-Oct 11:09 morgan-N552VW-fd JobId 6277: Fatal error: TLS negotiation failed.
04-Oct 11:09 bareos-dir JobId 6277: Fatal error: Bad response to Storage command: wanted 2000 OK storage
, got 2902 Bad storage
----
Assuming it is not I wanted to compile the latest 17.2 branch from git ?
I have cloned the repo, checkout the 17.2 branch - done at - ./configure --enable-traymonitor --enable-client-only ; make
How do I build the deb package (are there any docs on building ?)
http://doc.bareos.org/master/html/generaldevel.html#compiling describes
compiling on Debian.
Bareos 18.2 uses TLS PSK by default. While it is possible to connect
without changes from an older bareos-fd to an 18.2 bareos-dir, you need
to disable it for connecting an bareos-fd 18.2 to an older bareos-dir.
Set
http://doc.bareos.org/master/html/bareos-manual-main-reference.html#directiveFdDirectorTLS%20Psk%20Enable
to "no"
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
Komplementär: Bareos Verwaltungs-GmbH
S. Dühr, M. Außendorf, Jörg Steffens, P. Storz
--
Jörg Steffens ***@bareos.com
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10

Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
Komplementär: Bareos Verwaltungs-GmbH
Geschäftsführer:
S. Dühr, M. Außendorf, Jörg Steffens, P. Storz
--
You received this message because you are subscribed to the Google Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
morgan cox
2018-10-04 15:43:39 UTC
Permalink
Just to confirm bareos-dir is on a separate server, running 17.2. My desktop is running 18.2 and only has the client on it.
Post by Jörg Steffens
Post by morgan cox
Thank you for the response.
I have tried adding 'TLS Psk Enable = no' to the client, where am I meant to add it ?
I have tried adding it to
/etc/bareos/bareos-fd.conf - in the FileDaemon { section
/etc/bareos/bareos-fd.d/director/bareos-dir.conf - in the Director {
section
And
/etc/bareos/bareos-fd.d/client/myself.conf - in the Client { section
And still get the same error.
If you have an /etc/bareos/bareos-fd.conf file, all files under
/etc/bareos/bareos-fd.d/ are ignored.
Are both bareos-dir and bareos-sd on 17.2? They have to run the same
version.
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
Hi.
Running Ubuntu 18.04 on a bareos client, the server is running 17.2.
When I try a backup I see this in the server log
----
04-Oct 11:09 morgan-N552VW-fd JobId 6277: Error: lib/crypto_openssl.cc:1565 TLS shutdown failure.: ERR=error:140E0197:SSL routines:SSL_shutdown:shutdown while in init
04-Oct 11:09 morgan-N552VW-fd JobId 6277: Fatal error: TLS negotiation failed.
04-Oct 11:09 bareos-dir JobId 6277: Fatal error: Bad response to Storage command: wanted 2000 OK storage
, got 2902 Bad storage
----
Assuming it is not I wanted to compile the latest 17.2 branch from git ?
I have cloned the repo, checkout the 17.2 branch - done at - ./configure --enable-traymonitor --enable-client-only ; make
How do I build the deb package (are there any docs on building ?)
http://doc.bareos.org/master/html/generaldevel.html#compiling describes
compiling on Debian.
Bareos 18.2 uses TLS PSK by default. While it is possible to connect
without changes from an older bareos-fd to an 18.2 bareos-dir, you need
to disable it for connecting an bareos-fd 18.2 to an older bareos-dir.
Set
http://doc.bareos.org/master/html/bareos-manual-main-reference.html#directiveFdDirectorTLS%20Psk%20Enable
to "no"
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
--
You received this message because you are subscribed to the Google Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Albert Marques
2018-10-24 06:37:45 UTC
Permalink
I am in exacting the same problem, and after disable TLS PSK on the client, the backup does not work.

Now, I have this error:

Fatal error: Socket error on Storage command: ERR=No data available
Fatal error: Network error with FD during Backup: ERR=No data available

I have only done modifications on the settings of the (FD) client (both myself.cong and bareos-dir.conf on the FileDaemon). I have not touched anything on the director server configuration.
Post by morgan cox
Just to confirm bareos-dir is on a separate server, running 17.2. My desktop is running 18.2 and only has the client on it.
Post by Jörg Steffens
Post by morgan cox
Thank you for the response.
I have tried adding 'TLS Psk Enable = no' to the client, where am I meant to add it ?
I have tried adding it to
/etc/bareos/bareos-fd.conf - in the FileDaemon { section
/etc/bareos/bareos-fd.d/director/bareos-dir.conf - in the Director {
section
And
/etc/bareos/bareos-fd.d/client/myself.conf - in the Client { section
And still get the same error.
If you have an /etc/bareos/bareos-fd.conf file, all files under
/etc/bareos/bareos-fd.d/ are ignored.
Are both bareos-dir and bareos-sd on 17.2? They have to run the same
version.
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
Hi.
Running Ubuntu 18.04 on a bareos client, the server is running 17.2.
When I try a backup I see this in the server log
----
04-Oct 11:09 morgan-N552VW-fd JobId 6277: Error: lib/crypto_openssl.cc:1565 TLS shutdown failure.: ERR=error:140E0197:SSL routines:SSL_shutdown:shutdown while in init
04-Oct 11:09 morgan-N552VW-fd JobId 6277: Fatal error: TLS negotiation failed.
04-Oct 11:09 bareos-dir JobId 6277: Fatal error: Bad response to Storage command: wanted 2000 OK storage
, got 2902 Bad storage
----
Assuming it is not I wanted to compile the latest 17.2 branch from git ?
I have cloned the repo, checkout the 17.2 branch - done at - ./configure --enable-traymonitor --enable-client-only ; make
How do I build the deb package (are there any docs on building ?)
http://doc.bareos.org/master/html/generaldevel.html#compiling describes
compiling on Debian.
Bareos 18.2 uses TLS PSK by default. While it is possible to connect
without changes from an older bareos-fd to an 18.2 bareos-dir, you need
to disable it for connecting an bareos-fd 18.2 to an older bareos-dir.
Set
http://doc.bareos.org/master/html/bareos-manual-main-reference.html#directiveFdDirectorTLS%20Psk%20Enable
to "no"
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
--
You received this message because you are subscribed to the Google Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Albert Marques
2018-10-24 11:13:15 UTC
Permalink
I have finally upgraded the server to 18.2RC1 version and now works fine.
Post by Albert Marques
I am in exacting the same problem, and after disable TLS PSK on the client, the backup does not work.
Fatal error: Socket error on Storage command: ERR=No data available
Fatal error: Network error with FD during Backup: ERR=No data available
I have only done modifications on the settings of the (FD) client (both myself.cong and bareos-dir.conf on the FileDaemon). I have not touched anything on the director server configuration.
Post by morgan cox
Just to confirm bareos-dir is on a separate server, running 17.2. My desktop is running 18.2 and only has the client on it.
Post by Jörg Steffens
Post by morgan cox
Thank you for the response.
I have tried adding 'TLS Psk Enable = no' to the client, where am I meant to add it ?
I have tried adding it to
/etc/bareos/bareos-fd.conf - in the FileDaemon { section
/etc/bareos/bareos-fd.d/director/bareos-dir.conf - in the Director {
section
And
/etc/bareos/bareos-fd.d/client/myself.conf - in the Client { section
And still get the same error.
If you have an /etc/bareos/bareos-fd.conf file, all files under
/etc/bareos/bareos-fd.d/ are ignored.
Are both bareos-dir and bareos-sd on 17.2? They have to run the same
version.
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
Hi.
Running Ubuntu 18.04 on a bareos client, the server is running 17.2.
When I try a backup I see this in the server log
----
04-Oct 11:09 morgan-N552VW-fd JobId 6277: Error: lib/crypto_openssl.cc:1565 TLS shutdown failure.: ERR=error:140E0197:SSL routines:SSL_shutdown:shutdown while in init
04-Oct 11:09 morgan-N552VW-fd JobId 6277: Fatal error: TLS negotiation failed.
04-Oct 11:09 bareos-dir JobId 6277: Fatal error: Bad response to Storage command: wanted 2000 OK storage
, got 2902 Bad storage
----
Assuming it is not I wanted to compile the latest 17.2 branch from git ?
I have cloned the repo, checkout the 17.2 branch - done at - ./configure --enable-traymonitor --enable-client-only ; make
How do I build the deb package (are there any docs on building ?)
http://doc.bareos.org/master/html/generaldevel.html#compiling describes
compiling on Debian.
Bareos 18.2 uses TLS PSK by default. While it is possible to connect
without changes from an older bareos-fd to an 18.2 bareos-dir, you need
to disable it for connecting an bareos-fd 18.2 to an older bareos-dir.
Set
http://doc.bareos.org/master/html/bareos-manual-main-reference.html#directiveFdDirectorTLS%20Psk%20Enable
to "no"
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
--
You received this message because you are subscribed to the Google Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Morgan Cox
2018-10-24 12:29:54 UTC
Permalink
I couldn't get it to work with 18.2.. So I compiled 17.2 client for ubuntu
18.04 instead and that worked fine.
Post by Albert Marques
I have finally upgraded the server to 18.2RC1 version and now works fine.
Post by Albert Marques
I am in exacting the same problem, and after disable TLS PSK on the
client, the backup does not work.
Post by Albert Marques
Fatal error: Socket error on Storage command: ERR=No data available
Fatal error: Network error with FD during Backup: ERR=No data available
I have only done modifications on the settings of the (FD) client (both
myself.cong and bareos-dir.conf on the FileDaemon). I have not touched
anything on the director server configuration.
Post by Albert Marques
Post by morgan cox
Just to confirm bareos-dir is on a separate server, running 17.2. My
desktop is running 18.2 and only has the client on it.
Post by Albert Marques
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
Thank you for the response.
I have tried adding 'TLS Psk Enable = no' to the client, where am
I meant to add it ?
Post by Albert Marques
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
I have tried adding it to
/etc/bareos/bareos-fd.conf - in the FileDaemon { section
/etc/bareos/bareos-fd.d/director/bareos-dir.conf - in the
Director {
Post by Albert Marques
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
section
And
/etc/bareos/bareos-fd.d/client/myself.conf - in the Client {
section
Post by Albert Marques
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
And still get the same error.
If you have an /etc/bareos/bareos-fd.conf file, all files under
/etc/bareos/bareos-fd.d/ are ignored.
Are both bareos-dir and bareos-sd on 17.2? They have to run the same
version.
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
Hi.
Running Ubuntu 18.04 on a bareos client, the server is running
17.2.
Post by Albert Marques
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
When I try a backup I see this in the server log
----
lib/crypto_openssl.cc:1565 TLS shutdown failure.: ERR=error:140E0197:SSL
routines:SSL_shutdown:shutdown while in init
Post by Albert Marques
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
04-Oct 11:09 morgan-N552VW-fd JobId 6277: Fatal error: TLS
negotiation failed.
Post by Albert Marques
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
04-Oct 11:09 bareos-dir JobId 6277: Fatal error: Bad response to
Storage command: wanted 2000 OK storage
Post by Albert Marques
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
, got 2902 Bad storage
----
Assuming it is not I wanted to compile the latest 17.2 branch
from git ?
Post by Albert Marques
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
I have cloned the repo, checkout the 17.2 branch - done at -
./configure --enable-traymonitor --enable-client-only ; make
Post by Albert Marques
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
How do I build the deb package (are there any docs on building ?)
http://doc.bareos.org/master/html/generaldevel.html#compiling
describes
Post by Albert Marques
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
Post by Jörg Steffens
compiling on Debian.
Bareos 18.2 uses TLS PSK by default. While it is possible to
connect
Post by Albert Marques
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
Post by Jörg Steffens
without changes from an older bareos-fd to an 18.2 bareos-dir,
you need
Post by Albert Marques
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
Post by Jörg Steffens
to disable it for connecting an bareos-fd 18.2 to an older
bareos-dir.
Post by Albert Marques
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
Post by Jörg Steffens
Set
http://doc.bareos.org/master/html/bareos-manual-main-reference.html#directiveFdDirectorTLS%20Psk%20Enable
Post by Albert Marques
Post by morgan cox
Post by Jörg Steffens
Post by morgan cox
Post by Jörg Steffens
to "no"
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
--
Bareos GmbH & Co. KG Phone: +49 221 630693-91
http://www.bareos.com Fax: +49 221 630693-10
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
KomplementÀr: Bareos Verwaltungs-GmbH
S. DÃŒhr, M. Außendorf, Jörg Steffens, P. Storz
--
You received this message because you are subscribed to the Google Groups
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+***@googlegroups.com.
To post to this group, send email to bareos-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...