Re: [Bacula-users] Client backup with compress

2016-03-19 Thread Heitor Faria
> Hello,
Helo, Ankush. Welcome back. 

> I notice catalog backup on bacula server work with compression = GZIP option.
> Job log:

> Software Compression: 84.9% 6.6:1

> But clients does not work

> Job log:

> Software Compression: None

Please verify the following checklist: 

1. Every client must be built with the proper zlib development libraries 
installed and found by the compiler (normally Windows & Linux already built 
packages support gzip). 
2. Label Format directive must be set in every FileSet you want compression to 
be applied (restart or reload your director to apply changes). 
3. Allow Compression directive must be on (default) for the Storage resource in 
bacula-dir.conf. 

If you still can not use compression please stop and re-run your clients in 
debug mode (e.g.: -d 200) and paste the output. 

Regards, 

> Please help to resolve the issue.

> Thank you,

> Ankush More

> From: More, Ankush
> Sent: Wednesday, March 16, 2016 7:56 PM
> To: bacula-users@lists.sourceforge.net
> Subject: RE: [Bacula-users] Client backup with compress

> Hello,

> I have installed bacula(7.x) with RPM on Redhat. How do I confirm ZLIB 
> support :
> yes ?

> Zlib already installed.

> zlib-devel-1.2.3-29.el6.x86_64

> zlib-1.2.3-29.el6.x86_64

> 1. You must have the zip development libraries loaded on your system when
> building Bacula and Bacula must find this library, normally /usr/lib/libz.a .
> On Red Hat systems, this library is provided by the zlib-devel rpm.

> If the library is found by Bacula during the ./configure it will be mentioned 
> in
> the config.out line by:

> ZLIB support: yes

> Thank you,

> Ankush More

> From: More, Ankush [ mailto:ankush.m...@capgemini.com ]
> Sent: Wednesday, March 16, 2016 3:23 PM
> To: Wanderlei Huttel
> Cc: bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-users] Client backup with compress

> WARNING: Kindly be aware the Sender Address on this mail may be forged. It
> appears to be from capgemini.com but the message has been received from a
> server outside Capgemini Group perimeter. User discretion is necessary before
> performing actions mentioned in this mail.

> Hello Huttel,

> Bacula Installed with RPM on Redhat.

> Zlib already installed.

> zlib-devel-1.2.3-29.el6.x86_64

> zlib-1.2.3-29.el6.x86_64

> Thank you,

> Ankush More

> From: Wanderlei Huttel [ mailto:wanderleihut...@gmail.com ]
> Sent: Wednesday, March 16, 2016 3:13 PM
> To: More, Ankush
> Subject: Re: [Bacula-users] Client backup with compress

> Hello Ankush

> When you have compiled, did you install zlib-dev?

> apt --installed list | grep zlib or
> dpkg -l | grep zlib

> Best regards

> Wanderlei Hüttel
> Enviado de Motorola Moto X2

> Hello,

> I want to compress client backup on bacula(7.x) server Hard disk.
> I have included below option for compression, but it does not work.
> Can someone suggest any other option for compression?

> FileSet {
> Name = "sspserv2 Set"
> Include {
> Options {
> signature = MD5
> compression = GZIP
> }

> Thank you,
> Ankush More

> This message contains information that may be privileged or confidential and 
> is
> the property of the Capgemini Group. It is intended only for the person to 
> whom
> it is addressed. If you are not the intended recipient, you are not authorized
> to read, print, retain, copy, disseminate, distribute, or use this message or
> any part thereof. If you receive this message in error, please notify the
> sender immediately and delete all copies of this message.

> --
> Transform Data into Opportunity.
> Accelerate data analysis in your applications with
> Intel Data Analytics Acceleration Library.
> Click to learn more.
> http://pubads.g.doubleclick.net/gampad/clk?id=278785231=/4140
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

> --
> Transform Data into Opportunity.
> Accelerate data analysis in your applications with
> Intel Data Analytics Acceleration Library.
> Click to learn more.
> http://pubads.g.doubleclick.net/gampad/clk?id=278785231=/4140
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

-- 
=== 
Heitor Medrado de Faria - LPIC-III | ITIL-F | Bacula Systems Certified 
Administrator II 
Próximas aulas telepresencial ao-vivo - 15 de fevereiro: 
http://www.bacula.com.br/agenda/ 
Ministro treinamento e implementação in-company Bacula: 
http://www.bacula.com.br/in-company/ 
Ou assista minhas videoaulas on-line: 
http://www.bacula.com.br/treinamento-bacula-ed/ 
61 8268-4220 
Site: www.bacula.com.br | Facebook: heitor.faria 

Re: [Bacula-users] Client backup with compress

2016-03-19 Thread Wanderlei Huttel
Hello Heitor

What do you mean Label Format in FileSet?

Atenciosamente

*Wanderlei Hüttel*
http://www.huttel.com.br

2016-03-18 8:19 GMT-03:00 Heitor Faria :

> Hello,
>
> Helo, Ankush. Welcome back.
>
> I notice catalog backup on bacula server work with *compression = GZIP
> option.*
>
> Job log:
>
> Software Compression:   84.9% 6.6:1
>
>
>
> But  clients  does not work
>
> Job log:
>
> Software Compression:   None
>
> Please verify the following checklist:
>
> 1. Every client must be built with the proper zlib development libraries
> installed and found by the compiler (normally Windows & Linux already built
> packages support gzip).
> 2. Label Format directive must be set in every FileSet you want
> compression to be applied (restart or reload your director to apply
> changes).
> 3. Allow Compression directive must be on (default) for the Storage
> resource in bacula-dir.conf.
>
> If you still can not use compression please stop and re-run your clients
> in debug mode (e.g.: -d 200) and paste the output.
>
> Regards,
>
>  Please help to resolve the issue.
>
>
>
> Thank you,
>
> Ankush More
>
>
>
> *From:* More, Ankush
> *Sent:* Wednesday, March 16, 2016 7:56 PM
> *To:* bacula-users@lists.sourceforge.net
> *Subject:* RE: [Bacula-users] Client backup with compress
>
> Hello,
>
> I have installed bacula(7.x) with RPM on Redhat. How do I confirm ZLIB
> support : yes ?
>
> Zlib already installed.
>
>
>
> zlib-devel-1.2.3-29.el6.x86_64
>
> zlib-1.2.3-29.el6.x86_64
>
> 1.You must have the zip development libraries loaded on your system
> when building Bacula and Bacula must find this library, normally
> */usr/lib/libz.a*. On Red Hat systems, this library is provided by the
> *zlib-devel* rpm.
>
> If the library is found by Bacula during the *./configure* it will be
> mentioned in the *config.out* line by:
>
> ZLIB support:  yes
>
>
>
>
>
> Thank you,
>
> Ankush More
>
>
>
> *From:* More, Ankush [mailto:ankush.m...@capgemini.com
> ]
> *Sent:* Wednesday, March 16, 2016 3:23 PM
> *To:* Wanderlei Huttel
> *Cc:* bacula-users@lists.sourceforge.net
> *Subject:* Re: [Bacula-users] Client backup with compress
>
>
> WARNING: Kindly be aware the Sender Address on this mail may be forged. It
> appears to be from capgemini.com but the message has been received from a
> server outside Capgemini Group perimeter. User discretion is necessary
> before performing actions mentioned in this mail.
>
> Hello Huttel,
>
>
>
> Bacula Installed with RPM on Redhat.
>
> Zlib already installed.
>
>
>
> zlib-devel-1.2.3-29.el6.x86_64
>
> zlib-1.2.3-29.el6.x86_64
>
>
>
> Thank you,
>
> Ankush More
>
>
>
> *From:* Wanderlei Huttel [mailto:wanderleihut...@gmail.com
> ]
> *Sent:* Wednesday, March 16, 2016 3:13 PM
> *To:* More, Ankush
> *Subject:* Re: [Bacula-users] Client backup with compress
>
> Hello Ankush
>
> When you have compiled, did you install zlib-dev?
>
> apt --installed list | grep zlib or
> dpkg -l | grep zlib
>
> Best regards
>
> Wanderlei Hüttel
> Enviado de Motorola Moto X2
>
> Hello,
>
> I want to compress client backup on bacula(7.x) server Hard disk.
> I have included below option for compression, but it does not work.
> Can someone suggest any other option for compression?
>
>
> FileSet {
>   Name = "sspserv2 Set"
>   Include {
> Options {
>   signature = MD5
> compression = GZIP
> }
>
> Thank you,
> Ankush More
>
>
> This message contains information that may be privileged or confidential
> and is the property of the Capgemini Group. It is intended only for the
> person to whom it is addressed. If you are not the intended recipient, you
> are not authorized to read, print, retain, copy, disseminate, distribute,
> or use this message or any part thereof. If you receive this message in
> error, please notify the sender immediately and delete all copies of this
> message.
>
>
>
> --
> Transform Data into Opportunity.
> Accelerate data analysis in your applications with
> Intel Data Analytics Acceleration Library.
> Click to learn more.
> http://pubads.g.doubleclick.net/gampad/clk?id=278785231=/4140
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>
> --
> Transform Data into Opportunity.
> Accelerate data analysis in your applications with
> Intel Data Analytics Acceleration Library.
> Click to learn more.
> http://pubads.g.doubleclick.net/gampad/clk?id=278785231=/4140
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>
> --
> ===
> Heitor Medrado de 

Re: [Bacula-users] Copy disk to tape is 4x slower than tar

2016-03-19 Thread Cejka Rudolf
Alan Brown wrote (2016/03/17):
> Caveat: BDXL is up to 120GB per disc (quad layer) and  It _may_ be worth 
> investigating this format for backups, but bacula doesn't play nicely 
> with optical media.
> 
> HVD development (6TB per disc) was abandoned in 2008. Ritek demonstrated 
> 250GB BDXL discs (10 layer) 8 years ago but they've never been marketed. 
> Ditto with Pioneer's 400GB BDXL format and the "1TB Blueray" disk is now 
> 4 years past proposed launch date. What's killed all these "smaller" 
> formats is cheap(ish) HDD/SSDs, cloud storage and the likes of Netflix. 
> That's despite even BDXL 120GB not being large enough capacity to hold a 
> complete 4k video title.

I think that two main killers for all these optical things for data
storage are unbelief in reliability (or simply unreliability) and
slooowness.

-- 
Rudolf Cejka  http://www.fit.vutbr.cz/~cejkar
Brno University of Technology, Faculty of Information Technology
Bozetechova 2, 612 66  Brno, Czech Republic

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231=/4140
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Copy disk to tape is 4x slower than tar

2016-03-19 Thread Kern Sibbald


On 03/20/2016 05:41 AM, Phil Stracchino wrote:
> On 03/19/16 10:56, Josh Fisher wrote:
>> On 3/17/2016 8:48 AM, Alan Brown wrote:
>>> . What's killed all these "smaller"
>>> formats is cheap(ish) HDD/SSDs, cloud storage and the likes of Netflix.
>>> That's despite even BDXL 120GB not being large enough capacity to hold a
>>> complete 4k video title.
>>>
>>
>> RDX is a good choice for "smaller" format, although smaller is relative.
>> The bottom line is that a USB3 RDX drive and 6 2 TB cartridges is about
>> the same cost as a single LTO-6 drive and 4 2.5 TB cartridges. If media
>> needs in the long term will stay below 12 - 16 TB, then RDX is the
>> simpler, and IMO better choice. Above that, LTO-6 wins out due to much
>> lower media cost.
>>
>> For the backup window factor, LTO-6 wins every time. However, RDX
>> performance is on par with LTO-4, so for many, if not most, small
>> businesses, it meets their needs.
>
> I'm still surprised that cloud storage is even considered by anyone but
> single users with a single PC.  And even there I'm surprised it's viable
> given how poor most US "broadband" service is.

Hello Phil,

I agree with your statement above. However, there is a big demand for 
Cloud backup, so one of my next projects will be to add S3 support to 
Bacula.  A certain number of large enterprises are adding local private 
cloud installations where bandwidth is not an issue, so even for large 
enterprises, having an S3 option is becoming an important issue.

Best regards,
Kern

>
> What do you mean about the backup window, though?
>
> What's the best way to handle a removable-cartridge-drive technology
> like RDX in Bacula -- use the virtual changer...?
>
>

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231=/4140
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Client backup with compress

2016-03-19 Thread Heitor Faria
> Hello Faria,
Hello, Ankush: my guess is you are using the wrong FileSet for this Catalog 
backup job. You post this FileSet earlier, for this backup job: 

FileSet { 
Name = "sspserv2 Set" 
Include { 
Options { 
signature = MD5 
compression = GZIP 
} 

But your job is using another FileSet for shure, with lots of Wild excludes: 

bacula-dir: inc_conf.c:543-0 set wildbase 1131f88 size=1 *.dbf 
bacula-dir: inc_conf.c:543-0 set wildbase 1131f88 size=2 *.data* 
bacula-dir: inc_conf.c:543-0 set wildbase 1132aa8 size=1 *.apm 
bacula-dir: inc_conf.c:543-0 set wildbase 1133578 size=1 *.amp 
bacula-dir: inc_conf.c:543-0 set wildbase 1134248 size=1 *.dbf 
bacula-dir: inc_conf.c:543-0 set wildbase 1134248 size=2 *.data* 
bacula-dir: inc_conf.c:543-0 set wildbase 1134f68 size=1 *.dbf 
bacula-dir: inc_conf.c:543-0 set wildbase 1134f68 size=2 *.data* 
bacula-dir: inc_conf.c:543-0 set wildbase 1136118 size=1 *.vud 
bacula-dir: inc_conf.c:543-0 set wildbase 1136118 size=2 *.vhd 
bacula-dir: inc_conf.c:543-0 set wildbase 1136118 size=3 *.vhdx 
bacula-dir: inc_conf.c:543-0 set wildbase 1136118 size=4 *.vsv 
bacula-dir: inc_conf.c:543-0 set wildbase 1136118 size=5 *.avhd 
bacula-dir: inc_conf.c:543-0 set wildbase 1136118 size=6 *.avhd 
bacula-dir: inc_conf.c:543-0 set wildbase 1136118 size=7 *.dbf 
bacula-dir: inc_conf.c:543-0 set wildbase 1136118 size=8 *.mdf 
bacula-dir: inc_conf.c:543-0 set wildbase 1136118 size=9 *.mdldf 
bacula-dir: inc_conf.c:543-0 set wildbase 1136118 size=10 pagefile.sys 

Make sure your Catalog Job is using the correct FileSet and post the entire 
FileSet configuration here. 

Regards, 

> Please see my answer

> Please verify the following checklist:

> 1. Every client must be built with the proper zlib development libraries
> installed and found by the compiler (normally Windows & Linux already built
> packages support gzip).

> Ans: Bacula(7.x) server and Client build with RPM. Yes our Windows and Linux
> support gzip.

> Linux bacula client ( 5.x) which use for testing compress backup has zlib
> installed.

> zlib-1.2.3-25.el6.x86_64

> zlib-devel-1.2.3-25.el6.x86_64

> 2. COMPRESSION directive must be set in every FileSet you want compression to 
> be
> applied (restart or reload your director to apply changes).

> Ans:

> FileSet:

> compression = GZIP

> 3. Allow Compression directive must be on (default) for the Storage resource 
> in
> bacula-dir.conf.

> Ans: Below option set

> Storage:

> AllowCompression = yes

> FileSet:

> compression = GZIP

> If you still can not use compression please stop and re-run your clients in
> debug mode (e.g.: -d 200) and paste the output.

> Ans: Please find attached debug mode file( open in WordPad).

> Still backup is not happening in compression mode.

> Job log:

> Software Compression: None

> Let me know if required more info.

> Thank you,

> Ankush More

> From: Heitor Faria [mailto:hei...@bacula.com.br]
> Sent: Friday, March 18, 2016 5:27 PM
> To: Wanderlei Huttel
> Cc: More, Ankush; bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-users] Client backup with compress

>> Hello Heitor
>> What do you mean Label Format in FileSet?

> s/'Label Format'/'Compression'/g

> =)

>> Atenciosamente

>> Wanderlei Hüttel

>> http://www.huttel.com.br

>> 2016-03-18 8:19 GMT-03:00 Heitor Faria < hei...@bacula.com.br >:

>>> Hello,
>> Helo, Ankush. Welcome back.

>>> I notice catalog backup on bacula server work with compression = GZIP 
>>> option.
>>> Job log:
>>> Software Compression: 84.9% 6.6:1

>>> But clients does not work

>>> Job log:

>>> Software Compression: None

>> Please verify the following checklist:

>> 1. Every client must be built with the proper zlib development libraries
>> installed and found by the compiler (normally Windows & Linux already built
>> packages support gzip).

>> 2. Label Format directive must be set in every FileSet you want compression 
>> to
>> be applied (restart or reload your director to apply changes).

>> 3. Allow Compression directive must be on (default) for the Storage resource 
>> in
>> bacula-dir.conf.

>> If you still can not use compression please stop and re-run your clients in
>> debug mode (e.g.: -d 200) and paste the output.

>> Regards,

>>> Please help to resolve the issue.

>>> Thank you,

>>> Ankush More

>>> From: More, Ankush
>>> Sent: Wednesday, March 16, 2016 7:56 PM
>>> To: bacula-users@lists.sourceforge.net
>>> Subject: RE: [Bacula-users] Client backup with compress

>>> Hello,

>>> I have installed bacula(7.x) with RPM on Redhat. How do I confirm ZLIB 
>>> support :
>>> yes ?

>>> Zlib already installed.

>>> zlib-devel-1.2.3-29.el6.x86_64

>>> zlib-1.2.3-29.el6.x86_64

>>> 1. You must have the zip development libraries loaded on your system when
>>> building Bacula and Bacula must find this library, normally /usr/lib/libz.a 
>>> .
>>> On Red Hat systems, this library is provided by the zlib-devel rpm.

>>> If the library is found by Bacula during the ./configure it will be 
>>> 

Re: [Bacula-users] Copy disk to tape is 4x slower than tar

2016-03-19 Thread Phil Stracchino
On 03/19/16 10:56, Josh Fisher wrote:
> On 3/17/2016 8:48 AM, Alan Brown wrote:
>> . What's killed all these "smaller"
>> formats is cheap(ish) HDD/SSDs, cloud storage and the likes of Netflix.
>> That's despite even BDXL 120GB not being large enough capacity to hold a
>> complete 4k video title.
>>
> 
> RDX is a good choice for "smaller" format, although smaller is relative. 
> The bottom line is that a USB3 RDX drive and 6 2 TB cartridges is about 
> the same cost as a single LTO-6 drive and 4 2.5 TB cartridges. If media 
> needs in the long term will stay below 12 - 16 TB, then RDX is the 
> simpler, and IMO better choice. Above that, LTO-6 wins out due to much 
> lower media cost.
> 
> For the backup window factor, LTO-6 wins every time. However, RDX 
> performance is on par with LTO-4, so for many, if not most, small 
> businesses, it meets their needs.

I'm still surprised that cloud storage is even considered by anyone but
single users with a single PC.  And even there I'm surprised it's viable
given how poor most US "broadband" service is.

What do you mean about the backup window, though?

What's the best way to handle a removable-cartridge-drive technology
like RDX in Bacula -- use the virtual changer...?


-- 
  Phil Stracchino
  Babylon Communications
  ph...@caerllewys.net
  p...@co.ordinate.org
  Landline: 603.293.8485

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231=/4140
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Client backup with compress

2016-03-19 Thread Heitor Faria
*now 

> From: "Heitor Faria" 
> To: "More, Ankush" 
> Cc: bacula-users@lists.sourceforge.net
> Sent: Friday, March 18, 2016 3:57:17 PM
> Subject: Re: [Bacula-users] Client backup with compress

> Ankush: please disregard my previus post. I know understand that you are 
> trying
> to enable comrpession to another clients backup jobs.
> The compression happens in the client side. They must be build with the proper
> zlib libraries and that's why I asked for the client debug, not director one.
> If you are still having issues there is a chance that the fact you are using 
> 5.x
> clients (it is important to provide that and full backup log) and a 7.x
> director may be the root of the problem, although the developers could know 
> for
> sure.

> Regards,

>>> Please verify the following checklist:

>>> 1. Every client must be built with the proper zlib development libraries
>>> installed and found by the compiler (normally Windows & Linux already built
>>> packages support gzip).

>>> Ans: Bacula(7.x) server and Client build with RPM. Yes our Windows and Linux
>>> support gzip.

>>> Linux bacula client ( 5.x) which use for testing compress backup has zlib
>>> installed.

>>> zlib-1.2.3-25.el6.x86_64

>>> zlib-devel-1.2.3-25.el6.x86_64

>>> 2. COMPRESSION directive must be set in every FileSet you want compression 
>>> to be
>>> applied (restart or reload your director to apply changes).

>>> Ans:

>>> FileSet:

>>> compression = GZIP

>>> 3. Allow Compression directive must be on (default) for the Storage 
>>> resource in
>>> bacula-dir.conf.

>>> Ans: Below option set

>>> Storage:

>>> AllowCompression = yes

>>> FileSet:

>>> compression = GZIP

>>> If you still can not use compression please stop and re-run your clients in
>>> debug mode (e.g.: -d 200) and paste the output.

>>> Ans: Please find attached debug mode file( open in WordPad).

>>> Still backup is not happening in compression mode.

>>> Job log:

>>> Software Compression: None

>>> Let me know if required more info.

>>> Thank you,

>>> Ankush More

>>> From: Heitor Faria [mailto:hei...@bacula.com.br]
>>> Sent: Friday, March 18, 2016 5:27 PM
>>> To: Wanderlei Huttel
>>> Cc: More, Ankush; bacula-users@lists.sourceforge.net
>>> Subject: Re: [Bacula-users] Client backup with compress

 Hello Heitor
 What do you mean Label Format in FileSet?

>>> s/'Label Format'/'Compression'/g

>>> =)

 Atenciosamente

 Wanderlei Hüttel

 http://www.huttel.com.br

 2016-03-18 8:19 GMT-03:00 Heitor Faria < hei...@bacula.com.br >:

> Hello,
 Helo, Ankush. Welcome back.

> I notice catalog backup on bacula server work with compression = GZIP 
> option.
> Job log:
> Software Compression: 84.9% 6.6:1

> But clients does not work

> Job log:

> Software Compression: None

 Please verify the following checklist:

 1. Every client must be built with the proper zlib development libraries
 installed and found by the compiler (normally Windows & Linux already built
 packages support gzip).

 2. Label Format directive must be set in every FileSet you want 
 compression to
 be applied (restart or reload your director to apply changes).

 3. Allow Compression directive must be on (default) for the Storage 
 resource in
 bacula-dir.conf.

 If you still can not use compression please stop and re-run your clients in
 debug mode (e.g.: -d 200) and paste the output.

 Regards,

> Please help to resolve the issue.

> Thank you,

> Ankush More

> From: More, Ankush
> Sent: Wednesday, March 16, 2016 7:56 PM
> To: bacula-users@lists.sourceforge.net
> Subject: RE: [Bacula-users] Client backup with compress

> Hello,

> I have installed bacula(7.x) with RPM on Redhat. How do I confirm ZLIB 
> support :
> yes ?

> Zlib already installed.

> zlib-devel-1.2.3-29.el6.x86_64

> zlib-1.2.3-29.el6.x86_64

> 1. You must have the zip development libraries loaded on your system when
> building Bacula and Bacula must find this library, normally 
> /usr/lib/libz.a .
> On Red Hat systems, this library is provided by the zlib-devel rpm.

> If the library is found by Bacula during the ./configure it will be 
> mentioned in
> the config.out line by:

> ZLIB support: yes

> Thank you,

> Ankush More

> From: More, Ankush [ mailto:ankush.m...@capgemini.com ]
> Sent: Wednesday, March 16, 2016 3:23 PM
> To: Wanderlei Huttel
> Cc: bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-users] Client backup with compress

> WARNING: Kindly be aware the Sender Address on this mail may be forged. It
> appears to be from capgemini.com but the message has been received from a
> server outside Capgemini Group perimeter. User discretion is necessary 
> before
> performing actions mentioned in this mail.

> Hello 

Re: [Bacula-users] Client backup with compress

2016-03-19 Thread More, Ankush
Hello,

I notice catalog backup on bacula server work with compression = GZIP option.
Job log:
Software Compression:   84.9% 6.6:1

But  clients  does not work
Job log:
Software Compression:   None

Please help to resolve the issue.

Thank you,
Ankush More

From: More, Ankush
Sent: Wednesday, March 16, 2016 7:56 PM
To: bacula-users@lists.sourceforge.net
Subject: RE: [Bacula-users] Client backup with compress

Hello,
I have installed bacula(7.x) with RPM on Redhat. How do I confirm ZLIB support 
: yes ?
Zlib already installed.

zlib-devel-1.2.3-29.el6.x86_64
zlib-1.2.3-29.el6.x86_64
1.You must have the zip development libraries loaded on your system when 
building Bacula and Bacula must find this library, normally /usr/lib/libz.a. On 
Red Hat systems, this library is provided by the zlib-devel rpm.
If the library is found by Bacula during the ./configure it will be mentioned 
in the config.out line by:
ZLIB support:  yes


Thank you,
Ankush More

From: More, Ankush [mailto:ankush.m...@capgemini.com]
Sent: Wednesday, March 16, 2016 3:23 PM
To: Wanderlei Huttel
Cc: 
bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Client backup with compress


WARNING: Kindly be aware the Sender Address on this mail may be forged. It 
appears to be from capgemini.com but the message has been received from a 
server outside Capgemini Group perimeter. User discretion is necessary before 
performing actions mentioned in this mail.
Hello Huttel,

Bacula Installed with RPM on Redhat.
Zlib already installed.

zlib-devel-1.2.3-29.el6.x86_64
zlib-1.2.3-29.el6.x86_64

Thank you,
Ankush More

From: Wanderlei Huttel [mailto:wanderleihut...@gmail.com]
Sent: Wednesday, March 16, 2016 3:13 PM
To: More, Ankush
Subject: Re: [Bacula-users] Client backup with compress


Hello Ankush

When you have compiled, did you install zlib-dev?

apt --installed list | grep zlib or
dpkg -l | grep zlib

Best regards

Wanderlei Hüttel
Enviado de Motorola Moto X2
Hello,

I want to compress client backup on bacula(7.x) server Hard disk.
I have included below option for compression, but it does not work.
Can someone suggest any other option for compression?


FileSet {
  Name = "sspserv2 Set"
  Include {
Options {
  signature = MD5
compression = GZIP
}

Thank you,
Ankush More


This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient, you are not authorized 
to read, print, retain, copy, disseminate, distribute, or use this message or 
any part thereof. If you receive this message in error, please notify the 
sender immediately and delete all copies of this message.


--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231=/4140
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users
--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231=/4140___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Copy disk to tape is 4x slower than tar

2016-03-19 Thread Josh Fisher
On 3/17/2016 8:48 AM, Alan Brown wrote:
> . What's killed all these "smaller"
> formats is cheap(ish) HDD/SSDs, cloud storage and the likes of Netflix.
> That's despite even BDXL 120GB not being large enough capacity to hold a
> complete 4k video title.
>

RDX is a good choice for "smaller" format, although smaller is relative. 
The bottom line is that a USB3 RDX drive and 6 2 TB cartridges is about 
the same cost as a single LTO-6 drive and 4 2.5 TB cartridges. If media 
needs in the long term will stay below 12 - 16 TB, then RDX is the 
simpler, and IMO better choice. Above that, LTO-6 wins out due to much 
lower media cost.

For the backup window factor, LTO-6 wins every time. However, RDX 
performance is on par with LTO-4, so for many, if not most, small 
businesses, it meets their needs.

Because of RDX (or even simple USB HDD), I see very little reason for 
Bacula to worry about supporting optical drives. They are slow, prone to 
errors, and at this point simply not adequate, even for small business 
or personal use.


--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231=/4140
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Device is BLOCKED waiting to create a volume for..

2016-03-19 Thread mocanal
I had the same issue and after investigate for a long one day. This work for me:

1. In the file bacula-dir.conf where is defined the pool, put the label:

Label Format = Catalog- (in my case I'm backing catalog and the label of the 
file is "Catalog")

Example:

Pool {
  Name = Catalog
  Pool Type = Backup
  Recycle = yes   # Bacula can automatically recycle Volumes
  Label Format = Catalog-
  AutoPrune = yes # Prune expired volumes
  Volume Retention = 365 days # one year
  Maximum Volume Bytes = 50G  # Limit Volume size to something 
reasonable
  Maximum Volumes = 100   # Limit number of Volumes in Pool
}

Another issue. If you have problems to connect with the storage.

2.  In the file bacula-sd.conf where is defined the Storage:

Change the SDAddress=127.0.0.1 into the real IP address of the server

Example:

Storage { # definition of myself
  Name = backup-sd
  SDPort = 9103  # Director's port  
  WorkingDirectory = "/var/lib/bacula"
  Pid Directory = "/var/run/bacula"
  Maximum Concurrent Jobs = 20
  SDAddress = 192.168.0.26
}

Restore services.

+--
|This was sent by migue...@lazarus-staff.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231=/4140
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Client backup with compress

2016-03-19 Thread More, Ankush
Hello,
I have installed bacula(7.x) with RPM on Redhat. How do I confirm ZLIB support 
: yes ?
Zlib already installed.

zlib-devel-1.2.3-29.el6.x86_64
zlib-1.2.3-29.el6.x86_64
1.You must have the zip development libraries loaded on your system when 
building Bacula and Bacula must find this library, normally /usr/lib/libz.a. On 
Red Hat systems, this library is provided by the zlib-devel rpm.
If the library is found by Bacula during the ./configure it will be mentioned 
in the config.out line by:
ZLIB support:  yes


Thank you,
Ankush More

From: More, Ankush [mailto:ankush.m...@capgemini.com]
Sent: Wednesday, March 16, 2016 3:23 PM
To: Wanderlei Huttel
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Client backup with compress


WARNING: Kindly be aware the Sender Address on this mail may be forged. It 
appears to be from capgemini.com but the message has been received from a 
server outside Capgemini Group perimeter. User discretion is necessary before 
performing actions mentioned in this mail.
Hello Huttel,

Bacula Installed with RPM on Redhat.
Zlib already installed.

zlib-devel-1.2.3-29.el6.x86_64
zlib-1.2.3-29.el6.x86_64

Thank you,
Ankush More

From: Wanderlei Huttel [mailto:wanderleihut...@gmail.com]
Sent: Wednesday, March 16, 2016 3:13 PM
To: More, Ankush
Subject: Re: [Bacula-users] Client backup with compress


Hello Ankush

When you have compiled, did you install zlib-dev?

apt --installed list | grep zlib or
dpkg -l | grep zlib

Best regards

Wanderlei Hüttel
Enviado de Motorola Moto X2
Hello,

I want to compress client backup on bacula(7.x) server Hard disk.
I have included below option for compression, but it does not work.
Can someone suggest any other option for compression?


FileSet {
  Name = "sspserv2 Set"
  Include {
Options {
  signature = MD5
compression = GZIP
}

Thank you,
Ankush More


This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient, you are not authorized 
to read, print, retain, copy, disseminate, distribute, or use this message or 
any part thereof. If you receive this message in error, please notify the 
sender immediately and delete all copies of this message.


--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231=/4140
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users
--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231=/4140___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users