[Bacula-users] configuring bacula-7.0.2

2014-05-13 Thread More, Ankush
Hi,

We are newly installing/configuring  bacula-7.0.2  on RHEL 6.3.
Getting below error when configuring.
Need help to resolve.


[root@bacula bacula-7.0.2]# grep error config.log |more
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
| /* Override any GCC internal prototype to avoid an error.
configure:16464: checking for dlerror
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
| /* Override any GCC internal prototype to avoid an error.
cc1: error: unrecognized command line option "-framework"
cc1: error: unrecognized command line option "-framework"
conftest.c:70: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'me'
| /* Override any GCC internal prototype to avoid an error.
/usr/lib/gcc/x86_64-redhat-linux/4.4.6/include/varargs.h:4:2: error: #error 
"GCC no longer implements ."
/usr/lib/gcc/x86_64-redhat-linux/4.4.6/include/varargs.h:5:2: error: #error 
"Revise your code to use ."
/usr/lib/gcc/x86_64-redhat-linux/4.4.6/include/varargs.h:4:2: error: #error 
"GCC no longer implements ."
/usr/lib/gcc/x86_64-redhat-linux/4.4.6/include/varargs.h:5:2: error: #error 
"Revise your code to use ."
conftest.c:60:22: error: X11/Xlib.h: No such file or directory
conftest.c:60:22: error: X11/Xlib.h: No such file or directory
conftest.c:98:18: error: libc.h: No such file or directory
conftest.c:65:18: error: libc.h: No such file or directory
conftest.c:110:27: error: sys/byteorder.h: No such file or directory
conftest.c:77:27: error: sys/byteorder.h: No such file or directory
conftest.c:113:24: error: sys/sockio.h: No such file or directory
conftest.c:80:24: error: sys/sockio.h: No such file or directory
conftest.c:117:18: error: mtio.h: No such file or directory
conftest.c:84:18: error: mtio.h: No such file or directory
conftest.c:118:22: error: sys/tape.h: No such file or directory
conftest.c:85:22: error: sys/tape.h: No such file or directory
conftest.c:101: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'a'
conftest.c:107: error: 'not' undeclared (first use in this function)
conftest.c:107: error: (Each undeclared identifier is reported only once
conftest.c:107: error: for each function it appears in.)
conftest.c:107: error: expected ';' before 'big'
conftest.c:103:30: error: sys/fstyp.h: No such file or directory
conftest.c:103:26: error: sys/fstyp.h: No such file or directory
conftest.c:103:27: error: sys/vmount.h: No such file or directory
conftest.c:110: error: void value not ignored as it ought to be
conftest.c:142: error: expected expression before ')' token
conftest.c:142: error: expected expression before ')' token
conftest.c:142: error: expected expression before ')' token
conftest.c:142: error: expected expression before ')' token
conftest.c:142: error: expected expression before ')' token
conftest.c:143: error: expected expression before ')' token
conftest.c:144: error: expected expression before ')' token
conftest.c:144: error: expected expression before ')' token
conftest.c:144: error: expected expression before ')' token
conftest.c:144: error: 'major_t' undeclared (first use in this function)
conftest.c:144: error: (Each undeclared identifier is reported only once
conftest.c:144: error: for each function it appears in.)
conftest.c:145: error: 'minor_t' undeclared (first use in this function)
conftest.c:145: error: (Each undeclared identifier is reported only once
conftest.c:145: error: for each function it appears in.)
conftest.c:146: error: expected expression before ')' token
conftest.c:128: error: 'intmax_t' undeclared (first use in this function)
conftest.c:128: error: (Each undeclared identifier is reported only once
conftest.c:128: error: for each function it appears in.)
conftest.c:128: error: expected ';' before 'a'
conftest.c:128: error: 'a' undeclared (first use in this function)
conftest.c:129: error: 'u_intmax_t' undeclared (first use in this function)
conftest.c:129: error: (Each undeclared identifier is reported only once
conftest.c:129: error: for each function it appears in.)
conftest.c:129: error: expected ';' before 'a'
conftest.c:129: error: 'a' undeclared (first use in this function)
conftest.c:129: error: 'u_intmax_t' undeclared (first use in this function)
conftest.c:129: error: (Each undeclared identifier is reported only once
conftest.c:129: error: for each function it appears in.)
conftest.c:129: error: expected ';' before 'a'
conftest.c:129: error: 'a' undeclared (first use in this function)
conftest.c:133: error: 'uint8_t' undeclared (first use in this function)
conftest.c:133: error: (Each undeclared identifier is reported only once
conftest.c:133: error: for each function it appears in.)
conftest.c:133: error: expected ';' before 'a'
conftest.c

Re: [Bacula-users] configuring bacula-7.0.2

2014-05-13 Thread More, Ankush
Hi Jim,

Thanks for quick response.
We have installed relevant packages.
Following is options for configure.

CFLAGS="-g -Wall" ./configure \
--sbindir=/opt/bacula/bin \
--sysconfdir=/opt/bacula/etc \
--enable-smartalloc \
--with-mysql \
--with-working-dir=/opt/bacula/working \
--with-pid-dir=/opt/bacula/working \
--with-subsys-dir=/opt/bacula/working \
--enable-readline

Thank you,
Ankush

From: Levie, Jim [mailto:jim.le...@dynetics.com]
Sent: 13 May 2014 22:34
To: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] configuring bacula-7.0.2


On May 13, 2014, at 11:18 AM, J. Echter 
mailto:j.ech...@echter-kuechen-elektro.de>> 
wrote:


Am 13.05.2014 17:44, schrieb More, Ankush:
Hi,

We are newly installing/configuring  bacula-7.0.2  on RHEL 6.3.
Getting below error when configuring.
Need help to resolve.


Hi,

there's also a repo for CentOS.

http://repos.fedorapeople.org/repos/slaanesh/bacula7/README.txt
http://repos.fedorapeople.org/repos/slaanesh/bacula7/
I've had no problems configuring/building 7.0.2 on CentOS 6.5 and would not 
expect to have any on 6.3. What does your configure command look like and do 
you have the relevant devel packages installed?



The information contained in this message, and any attachments, may contain 
privileged and/or proprietary information that is intended solely for the 
person or entity to which it is addressed. Moreover, it may contain export 
restricted technical data controlled by Export Administration Regulations (EAR) 
or the International Traffic in Arms Regulations (ITAR). Any review, 
retransmission, dissemination, or re-export to foreign or domestic entities by 
anyone other than the intended recipient in accordance with EAR and/or ITAR 
regulations is prohibited.
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.
--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] configuring bacula-7.0.2

2014-05-14 Thread More, Ankush
Hi Jim,

Can you please let me know what relevant devel packages  need to installed.

Thank you,
Ankush

From: More, Ankush
Sent: 13 May 2014 23:15
To: 'Levie, Jim'; bacula-users@lists.sourceforge.net
Subject: RE: [Bacula-users] configuring bacula-7.0.2

Hi Jim,

Thanks for quick response.
We have installed relevant packages.
Following is options for configure.

CFLAGS="-g -Wall" ./configure \
--sbindir=/opt/bacula/bin \
--sysconfdir=/opt/bacula/etc \
--enable-smartalloc \
--with-mysql \
--with-working-dir=/opt/bacula/working \
--with-pid-dir=/opt/bacula/working \
--with-subsys-dir=/opt/bacula/working \
--enable-readline

Thank you,
Ankush

From: Levie, Jim [mailto:jim.le...@dynetics.com]
Sent: 13 May 2014 22:34
To: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] configuring bacula-7.0.2


On May 13, 2014, at 11:18 AM, J. Echter 
mailto:j.ech...@echter-kuechen-elektro.de>> 
wrote:

Am 13.05.2014 17:44, schrieb More, Ankush:
Hi,

We are newly installing/configuring  bacula-7.0.2  on RHEL 6.3.
Getting below error when configuring.
Need help to resolve.


Hi,

there's also a repo for CentOS.

http://repos.fedorapeople.org/repos/slaanesh/bacula7/README.txt
http://repos.fedorapeople.org/repos/slaanesh/bacula7/
I've had no problems configuring/building 7.0.2 on CentOS 6.5 and would not 
expect to have any on 6.3. What does your configure command look like and do 
you have the relevant devel packages installed?



The information contained in this message, and any attachments, may contain 
privileged and/or proprietary information that is intended solely for the 
person or entity to which it is addressed. Moreover, it may contain export 
restricted technical data controlled by Export Administration Regulations (EAR) 
or the International Traffic in Arms Regulations (ITAR). Any review, 
retransmission, dissemination, or re-export to foreign or domestic entities by 
anyone other than the intended recipient in accordance with EAR and/or ITAR 
regulations is prohibited.
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.
--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Client backup on bacula server.

2014-05-20 Thread More, Ankush
I have newly installed Bacula 5.0 on centos 6.5.
For testing I would like to take client(Redhat 6.3) backup on bacula server 
file systems (/backup).

Please let me know which config file need change on bacula server and client. 
 

Thank you,
Ankush
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.


--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Upgrade bacula server.

2014-06-03 Thread More, Ankush
Hi,

I want to upgrade Bacula 5.0 to 7 version on Centos 6.5 OS.
Please let me steps or documents. 

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.


--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Autochanger with 2 drives

2014-06-05 Thread More, Ankush
Hi,

I have bacula 5.0 installed on Centos 6.5.
Tape Library with 2 Drives, which I define in autochanger.
But at a time I can mount only one tape in drive (/dev/st0).
When I try to label tape for second tape drive, it failed.
Second drive(/dev/st1) show as "status unknown".

How can I use both drive simultaneously? Or there is limitation in bacula 5.0
 

Below is output of bconsole --> status

Device status:
Autochanger "MSL6030" with devices:
   "Drive-1" (/dev/st0)
   "Drive-2" (/dev/st1)
Device "FileStorage" (/mybackup) is not open.
Device "Drive-1" (/dev/st0) is mounted with:
Volume:  Tape2
Pool:TapeBkp
Media type:  LTO-2
Slot 3 is loaded in drive 0.
Total Bytes=774,144 Blocks=11 Bytes/block=70,376
Positioned at File=5 Block=0
Device "Drive-2" (/dev/st1) is not open.
Drive 1 status unknown.


Used Volume status:
Tape2 on device "Drive-1" (/dev/st0)
Reader=0 writers=0 devres=0 volinuse=0



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.


--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Autochanger with 2 drives

2014-06-06 Thread More, Ankush
Hi Ana and All,

Please find attached bacula-dir and bacula-sd config files.
I have define drive index in sd file.

Thank you,
Ankush.

From: Ana Emília M. Arruda [mailto:emiliaarr...@gmail.com]
Sent: 06 June 2014 02:16
Cc: Bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Autochanger with 2 drives

Hi Timo,

I thought that too... But you can see that bacula is asking for the correct 
drives. When asked for status, it says Drive-1 <=> drive 0 and Drive-2 <=> 
Drive 1. Am I misunderstooding this?

Device "Drive-1" (/dev/st0) is mounted with:
..
Slot 3 is loaded in drive 0.
..
Device "Drive-2" (/dev/st1) is not open.
Drive 1 status unknown.

Regards,
Ana

On Thu, Jun 5, 2014 at 5:32 PM, tballin 
mailto:t.bal...@studiorakete.de>> wrote:
Hi,

I can just make a guess:

You are missing the "|||Drive Index = ||n" in your device
definitions.||If you dont define a drive index only the first device
will work because the mtx changer script needs a device index.
Hard to spot since (afaik) it not used in any examples. At least thats
what happend to me today.
|
Timo

On 06/05/2014 07:50 PM, More, Ankush wrote:
> Hi,
>
> I have bacula 5.0 installed on Centos 6.5.
> Tape Library with 2 Drives, which I define in autochanger.
> But at a time I can mount only one tape in drive (/dev/st0).
> When I try to label tape for second tape drive, it failed.
> Second drive(/dev/st1) show as "status unknown".
>
> How can I use both drive simultaneously? Or there is limitation in bacula 5.0
>
>
> Below is output of bconsole --> status
>
> Device status:
> Autochanger "MSL6030" with devices:
> "Drive-1" (/dev/st0)
> "Drive-2" (/dev/st1)
> Device "FileStorage" (/mybackup) is not open.
> Device "Drive-1" (/dev/st0) is mounted with:
>  Volume:  Tape2
>  Pool:TapeBkp
>  Media type:  LTO-2
>  Slot 3 is loaded in drive 0.
>  Total Bytes=774,144 Blocks=11 Bytes/block=70,376
>  Positioned at File=5 Block=0
> Device "Drive-2" (/dev/st1) is not open.
>  Drive 1 status unknown.
> 
>
> Used Volume status:
> Tape2 on device "Drive-1" (/dev/st0)
>  Reader=0 writers=0 devres=0 volinuse=0
> 
>
>
> 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.
>
>
> --
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net<mailto:Bacula-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>
>  ESET 9878 (20140602) 
> The message was checked by ESET Mail Security.
>


--
STUDIO RAKETE GmbH
Timo Ballin, System Administration
Schomburgstr. 120
D - 22767 Hamburg

t.bal...@studiorakete.de<mailto:t.bal...@studiorakete.de>
Tel:+49 (0)40 - 380 375 69 - 
0
Fax:+49 (0)40 - 380 375 69 - 
99

--
Pflichtangaben laut Handelsgesetzbuch und GmbH-Gesetz:

STUDIO RAKETE GmbH
Schomburgstr. 120 D - 22767 Hamburg

www.studiorakete.de<http://www.studiorakete.de> / 
i...@studiorakete.de<mailto:i...@studiorakete.de>

Geschaeftsfuehrerin: Jana Bohl

Die Gesellschaft ist eingetragen im Handelregister des
Amtsgerichts Hamburg unter der Nummer HR B 95660
USt.-ID Nr.: DE 245787817



 ESET 9878 (20140602) 
The message was checked by ESET Mail Security.


--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net<mailto:Bacula-users@lists.sourceforge.net>
https://lists.sourceforge.n

Re: [Bacula-users] Autochanger with 2 drives

2014-06-06 Thread More, Ankush
Hi Ana,

That’s work, Thanks a lot.

Thank you,
Ankush

From: Ana Emília M. Arruda [mailto:emiliaarr...@gmail.com]
Sent: 06 June 2014 21:06
Cc: Bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Autochanger with 2 drives

Hi Ankush,

I´m not sure about the above configuration is correct or no:

Autochanger {
..
  Device = Drive-1
  Device = Drive-2
..
}

It´s much more common to see like this:

Device = Drive-1, Drive-2

Could you test this?

Regards,
Ana

On Fri, Jun 6, 2014 at 6:35 AM, More, Ankush 
mailto:ankush.m...@capgemini.com>> wrote:
Hi Ana and All,

Please find attached bacula-dir and bacula-sd config files.
I have define drive index in sd file.

Thank you,
Ankush.

From: Ana Emília M. Arruda 
[mailto:emiliaarr...@gmail.com<mailto:emiliaarr...@gmail.com>]
Sent: 06 June 2014 02:16
Cc: 
Bacula-users@lists.sourceforge.net<mailto:Bacula-users@lists.sourceforge.net>
Subject: Re: [Bacula-users] Autochanger with 2 drives

Hi Timo,

I thought that too... But you can see that bacula is asking for the correct 
drives. When asked for status, it says Drive-1 <=> drive 0 and Drive-2 <=> 
Drive 1. Am I misunderstooding this?

Device "Drive-1" (/dev/st0) is mounted with:
..
Slot 3 is loaded in drive 0.
..
Device "Drive-2" (/dev/st1) is not open.
Drive 1 status unknown.

Regards,
Ana

On Thu, Jun 5, 2014 at 5:32 PM, tballin 
mailto:t.bal...@studiorakete.de>> wrote:
Hi,

I can just make a guess:

You are missing the "|||Drive Index = ||n" in your device
definitions.||If you dont define a drive index only the first device
will work because the mtx changer script needs a device index.
Hard to spot since (afaik) it not used in any examples. At least thats
what happend to me today.
|
Timo

On 06/05/2014 07:50 PM, More, Ankush wrote:
> Hi,
>
> I have bacula 5.0 installed on Centos 6.5.
> Tape Library with 2 Drives, which I define in autochanger.
> But at a time I can mount only one tape in drive (/dev/st0).
> When I try to label tape for second tape drive, it failed.
> Second drive(/dev/st1) show as "status unknown".
>
> How can I use both drive simultaneously? Or there is limitation in bacula 5.0
>
>
> Below is output of bconsole --> status
>
> Device status:
> Autochanger "MSL6030" with devices:
> "Drive-1" (/dev/st0)
> "Drive-2" (/dev/st1)
> Device "FileStorage" (/mybackup) is not open.
> Device "Drive-1" (/dev/st0) is mounted with:
>  Volume:  Tape2
>  Pool:TapeBkp
>  Media type:  LTO-2
>  Slot 3 is loaded in drive 0.
>  Total Bytes=774,144 Blocks=11 Bytes/block=70,376
>  Positioned at File=5 Block=0
> Device "Drive-2" (/dev/st1) is not open.
>  Drive 1 status unknown.
> 
>
> Used Volume status:
> Tape2 on device "Drive-1" (/dev/st0)
>  Reader=0 writers=0 devres=0 volinuse=0
> 
>
>
> 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.
>
>
> --
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/NeoTech
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net<mailto:Bacula-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>
>  ESET 9878 (20140602) 
> The message was checked by ESET Mail Security.
>


--
STUDIO RAKETE GmbH
Timo Ballin, System Administration
Schomburgstr. 120
D - 22767 Hamburg

t.bal...@studiorakete.de<mailto:t.bal...@studiorakete.de>
Tel:+49 (0)40 - 380 375 69 - 
0
Fax:+49 (0)40 - 380 375 69 - 
99

--
Pflichtangaben laut Handelsgesetzbuch und GmbH-Gesetz:

STUDIO RAKETE GmbH
Schomburgstr. 120 D - 22767 Hamburg

www.studiorakete.de<http://www.studiorakete.de> / 
i...@studiorakete.de<mailto:i...@studiorakete.de>

Geschaeftsfuehrerin: Jana Bohl

Die Gesellschaft ist eingetragen im Handelregister des
Amtsgerichts Hamburg unter der Nummer HR B 95660
USt.-ID Nr.: DE 2457

[Bacula-users] Bacula 7.x

2014-06-11 Thread More, Ankush
Hi,

I have installed (with RPM's) Bacula 5.0 on Centos 6.5 working fine.
Want to install 7.x with RPM's (latest version) on same server.

What is best method to do?
Do I have remove 5.x and install 7.x RPM's?
What will happen to MySql database?

Thank you,
Ankush 
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.


--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bacula client for window

2014-06-16 Thread More, Ankush
Hi,

I want to take backup of window 2k client through Bacula 5.0 server.
Where I can get client for win2k and how do I configure.

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.


--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Autochanger with 2 drives

2014-06-18 Thread More, Ankush
Hi Team,

I am compiling Bacula-7.0.4 on CentOS 6.5.
Getting error while compiling with below options.
Error file is attached.

#CFLAGS="-g -Wall" ./configure --sbindir=/opt/bacula/bin 
--sysconfdir=/opt/bacula/etc --enable-smartalloc --with-mysql 
--with-working-dir=/opt/bacula/working --with-pid-dir=/opt/bacula/working 
--with-subsys-dir=/opt/bacula/working --enable-readline

Is am missing anything in above command?


Thank you,
Ankush
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.


c.out
Description: c.out
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Recall: Autochanger with 2 drives

2014-06-18 Thread More, Ankush
More, Ankush would like to recall the message, "Autochanger with 2 drives".
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.


--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] RPM installation error

2014-06-18 Thread More, Ankush
Hi Team,

I am installing Bacula-7.0.4 RPM's on CentOS 6.5.
Currently glibc_2.12 is default with centos 6.5 which is latest OS version.

Can someone please help to resolve this issue.

[root@bacula7 bacula7]# rpm -ivh bacula-libs-7.0.4-1.el7.x86_64.rpm
warning: bacula-libs-7.0.4-1.el7.x86_64.rpm: Header V4 DSA/SHA1 Signature, key 
ID 10b7998e: NOKEY
error: Failed dependencies:
libc.so.6(GLIBC_2.14)(64bit) is needed by bacula-libs-7.0.4-1.el7.x86_64
[root@bacula7 bacula7]# rpm -ivh bacula-client-7.0.4-1.el7.x86_64.rpm
warning: bacula-client-7.0.4-1.el7.x86_64.rpm: Header V4 DSA/SHA1 Signature, 
key ID 10b7998e: NOKEY
error: Failed dependencies:
bacula-common(x86-64) = 7.0.4-1.el7 is needed by 
bacula-client-7.0.4-1.el7.x86_64
bacula-libs(x86-64) = 7.0.4-1.el7 is needed by 
bacula-client-7.0.4-1.el7.x86_64
libbac-7.0.4.so()(64bit) is needed by bacula-client-7.0.4-1.el7.x86_64
libbaccfg-7.0.4.so()(64bit) is needed by 
bacula-client-7.0.4-1.el7.x86_64
libbacfind-7.0.4.so()(64bit) is needed by 
bacula-client-7.0.4-1.el7.x86_64
libc.so.6(GLIBC_2.14)(64bit) is needed by 
bacula-client-7.0.4-1.el7.x86_64
systemd is needed by bacula-client-7.0.4-1.el7.x86_64


Thank you,
___
Ankush More
NA India TS - IM

Capgemini India | Mumbai-vi
Tel.: +91 22 67557000 Extn. 2258582
www.capgemini.com
People matter, results count.
___


-Original Message-
From: More, Ankush 
Sent: 18 June 2014 16:31
To: 'bacula-users@lists.sourceforge.net'
Subject: RE: Autochanger with 2 drives

Hi Team,

I am compiling Bacula-7.0.4 on CentOS 6.5.
Getting error while compiling with below options.
Error file is attached.

#CFLAGS="-g -Wall" ./configure --sbindir=/opt/bacula/bin 
--sysconfdir=/opt/bacula/etc --enable-smartalloc --with-mysql 
--with-working-dir=/opt/bacula/working --with-pid-dir=/opt/bacula/working 
--with-subsys-dir=/opt/bacula/working --enable-readline

Is am missing anything in above command?


Thank you,
Ankush
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.


--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Compiliing error Bacula-7.0.4

2014-06-18 Thread More, Ankush
Hi Team,

I am compiling Bacula-7.0.4 on CentOS 6.5.
Getting error while compiling with below options.
Error file is attached.

#CFLAGS="-g -Wall" ./configure --sbindir=/opt/bacula/bin 
--sysconfdir=/opt/bacula/etc --enable-smartalloc --with-mysql 
--with-working-dir=/opt/bacula/working --with-pid-dir=/opt/bacula/working 
--with-subsys-dir=/opt/bacula/working --enable-readline

Is am missing anything in above command?


Thank you,
Ankush
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.


c.out
Description: c.out
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bacula-dir dead but subsys locked

2014-06-19 Thread More, Ankush
Hi Team,

I have installed Bacula-7.0.4 on CentOS 6.5 with RPM successfully.
Bacula-dir,sd,fd start successfully, but when I try access bconsole.
Bacula-dir daemon show " bacula-dir dead but subsys locked"

Below is daemon staus:
root@bacula7 bacula]# service bacula-dir start
Starting bacula-dir:   [  OK  ]

[root@bacula7 bacula]# service bacula-dir status
bacula-dir (pid 1831) is running...

# bconsole
Connecting to Director 206.245.49.66:9101

[root@bacula7 bacula]# service bacula-dir status
bacula-dir dead but subsys locked

Thank you,
Ankush 

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.


--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula-dir dead but subsys locked

2014-06-19 Thread More, Ankush
Hi John,

I want to use MySql database with bacula.
It look like bacula-dir is looking for Postgresql. 
How do I change to look for MySql.

[root@bacula7 bacula]# bacula-dir -c /etc/bacula/bacula-dir.conf 
-d100bacula-dir: postgresql.c:229-0 pg_real_connect done
bacula-dir: postgresql.c:231-0 db_user=bacula db_name=bacula db_password=bacula
bacula-dir: dird.c:972-0 Could not open Catalog "MyCatalog", database "bacula".
bacula-dir: dird.c:977-0 postgresql.c:236 Unable to connect to PostgreSQL 
server. Database=bacula User=bacula
Possible causes: SQL server not running; password incorrect; max_connections 
exceeded.
19-Jun 09:39 bacula-dir ERROR TERMINATION

Thank you,
___
Ankush More


-Original Message-
From: John Drescher [mailto:dresche...@gmail.com] 
Sent: Thursday, June 19, 2014 6:55 PM
To: More, Ankush
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] bacula-dir dead but subsys locked

> I have installed Bacula-7.0.4 on CentOS 6.5 with RPM successfully.
> Bacula-dir,sd,fd start successfully, but when I try access bconsole.
> Bacula-dir daemon show " bacula-dir dead but subsys locked"
>
> Below is daemon staus:
> root@bacula7 bacula]# service bacula-dir start
> Starting bacula-dir:   [  OK  ]
>
> [root@bacula7 bacula]# service bacula-dir status bacula-dir (pid 1831) 
> is running...
>
> # bconsole
> Connecting to Director 206.245.49.66:9101
>
> [root@bacula7 bacula]# service bacula-dir status bacula-dir dead but 
> subsys locked
>
> Thank you,
> Ankush

I would run bacula-dir directly with increased verbosity of debug messages and 
see what you get. Something like:

bacula-dir -c /etc/bacula/bacula-dir.conf -d100

John
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.
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula-dir dead but subsys locked

2014-06-20 Thread More, Ankush
After running below command , issue is resolve.

# alternatives --set libbaccats.so /usr/lib64/libbaccats-mysql.so

Thanks Simone.

Thank you,
Ankush

From: Simone Caronni [mailto:negativ...@gmail.com]
Sent: 19 June 2014 20:07
To: More, Ankush
Cc: John Drescher; bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] bacula-dir dead but subsys locked

You didn't read the documents I told you earlier, did you?
[root@localhost ~]# cd /usr/share/doc/bacula-common-7.0.4/
[root@localhost bacula-common-7.0.4]# ls -al
total 60
drwxr-xr-x.   2 root root  4096 Jun 19 16:33 .
drwxr-xr-x. 771 root root 36864 Jun 19 16:35 ..
-rw-r--r--.   1 root root  1727 Jun  4 15:37 quickstart_mysql.txt
-rw-r--r--.   1 root root  1787 Jun  4 15:37 quickstart_postgresql.txt
-rw-r--r--.   1 root root  1663 Jun  4 15:37 quickstart_sqlite3.txt
-rw-r--r--.   1 root root  1888 Jun  4 15:37 README.Redhat


On 19 June 2014 16:02, More, Ankush 
mailto:ankush.m...@capgemini.com>> wrote:
Hi John,

I want to use MySql database with bacula.
It look like bacula-dir is looking for Postgresql.
How do I change to look for MySql.

[root@bacula7 bacula]# bacula-dir -c /etc/bacula/bacula-dir.conf 
-d100bacula-dir: postgresql.c:229-0 pg_real_connect done
bacula-dir: postgresql.c:231-0 db_user=bacula db_name=bacula db_password=bacula
bacula-dir: dird.c:972-0 Could not open Catalog "MyCatalog", database "bacula".
bacula-dir: dird.c:977-0 postgresql.c:236 Unable to connect to PostgreSQL 
server. Database=bacula User=bacula
Possible causes: SQL server not running; password incorrect; max_connections 
exceeded.
19-Jun 09:39 bacula-dir ERROR TERMINATION

Thank you,
___
Ankush More


-Original Message-
From: John Drescher [mailto:dresche...@gmail.com<mailto:dresche...@gmail.com>]
Sent: Thursday, June 19, 2014 6:55 PM
To: More, Ankush
Cc: 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Subject: Re: [Bacula-users] bacula-dir dead but subsys locked

> I have installed Bacula-7.0.4 on CentOS 6.5 with RPM successfully.
> Bacula-dir,sd,fd start successfully, but when I try access bconsole.
> Bacula-dir daemon show " bacula-dir dead but subsys locked"
>
> Below is daemon staus:
> root@bacula7 bacula]# service bacula-dir start
> Starting bacula-dir:   [  OK  ]
>
> [root@bacula7 bacula]# service bacula-dir status bacula-dir (pid 1831)
> is running...
>
> # bconsole
> Connecting to Director 206.245.49.66:9101<http://206.245.49.66:9101>
>
> [root@bacula7 bacula]# service bacula-dir status bacula-dir dead but
> subsys locked
>
> Thank you,
> Ankush

I would run bacula-dir directly with increased verbosity of debug messages and 
see what you get. Something like:

bacula-dir -c /etc/bacula/bacula-dir.conf -d100

John
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.
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net<mailto:Bacula-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/bacula-users



--
You cannot discover new oceans unless you have the courage to lose sight of the 
shore (R. W. Emerson).

http://xkcd.com/229/
http://negativo17.org/
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula client backup and restore

2014-07-14 Thread More, Ankush
Hi Team,
We have installed Bacula-7.0.4 on CentOS 6.5.
I have few doubt regarding backup and restore of client.

1) Can I define in client configuration file, what file systems to be backup?
2) Can I define in client configuration file not to backup certain files or 
file systems?
3) Can I restore files from client?

I know we can do it on bacula server, but I need on client.

Thank you,
Ankush 


--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck®
Code Sight™ - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula client backup

2014-07-16 Thread More, Ankush
Hi Team,
We have installed Bacula-7.0.4 on CentOS 6.5.
I want to backup 10 Clients on SAN Hard Disk which is on bacula server.
Can I create backup volumes with each client name (hostname  of client)?
So there will be 10 files of client on SAN Hard disk.  

Thank you,
Ankush 

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.


--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula client backup and restore

2014-07-25 Thread More, Ankush
Hi Team,
We have installed Bacula-7.0.4 on Centos 6.5.
I have few client of Redhad/Oracle Linux 5.x.
Where I can get client  s/w for Linux 5.x

Thank you,
Ankush 


--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Backup on Tape

2014-08-01 Thread More, Ankush
Hi Team,
We have installed Bacula-7.0.4 on CentOS 6.5.
Have configure Autochanger with 2 LTO-2 drives.
For testing I have configure 5 clients to be backup on tape.
Total size of clients are around 800 GB. Backup is running more than 20 Hrs and 
still running not completed.

I would like to know.

1) Can we tune bacula config files for maximize backup speed?
2) Can bacula use both tape drive simultaneous backup for same pool?
3) Any other suggestion/tips?


Thank you,
Ankush 


--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] How to forcefully recycle tape

2014-08-04 Thread More, Ankush
Hi Team

I would like to forcefully recycle tape, I follow below command from bconsole 
but not working.


*purge

This command can be DANGEROUS!!!

It purges (deletes) all Files from a Job,
JobId, Client or Volume; or it purges (deletes)
all Jobs from a Client or Volume without regard
to retention periods. Normally you should use the
PRUNE command, which respects retention periods.
Automatically selected Catalog: MyCatalog
Using Catalog "MyCatalog"
You have the following choices:
 1: files
 2: jobs
 3: volume
Choose item to purge (1-3): 3
Defined Pools:
 1: Default
 2: File
 3: Scratch
 4: TapeBkp
 5: DailyTapeBkp
 6: DiskToTapeBkp
 7: Client2
Select the Pool (1-7): 4
+-++---+-+-+--+--+-+--+---+---+-+
| MediaId | VolumeName | VolStatus | Enabled | VolBytes| VolFiles | 
VolRetention | Recycle | Slot | InChanger | MediaType | LastWritten |
+-++---+-+-+--+--+-+--+---+---+-+
|   2 | Tape1  | Full  |   1 | 477,598,464,000 |  501 |
2,592,000 |   1 |4 | 1 | LTO-2 | 2014-07-30 05:28:43 |
|  13 | Tape8  | Full  |   1 | 549,964,864,512 |  550 |
2,592,000 |   1 |8 | 1 | LTO-2 | 2014-07-31 00:00:57 |
|  14 | Tape9  | Full  |   1 | 518,477,137,920 |  520 |
2,592,000 |   1 |9 | 1 | LTO-2 | 2014-07-31 22:45:35 |
|  15 | Tape16 | Full  |   1 | 559,197,886,464 |  559 |
2,592,000 |   1 |   16 | 1 | LTO-2 | 2014-08-01 16:42:01 |
|  16 | Tape17 | Full  |   1 | 431,627,535,360 |  431 |
2,592,000 |   1 |   17 | 1 | LTO-2 | 2014-08-02 06:47:11 |
|  18 | Tape19 | Full  |   1 | 588,762,510,336 |  588 |
2,592,000 |   1 |   19 | 1 | LTO-2 | 2014-08-03 02:28:56 |
|  19 | Tape20 | Full  |   1 | 541,734,681,600 |  541 |
2,592,000 |   1 |   20 | 1 | LTO-2 | 2014-08-03 21:21:55 |
+-++---+-+-+--+--+-+--+---+---+-+
Enter *MediaId or Volume name: 2
sql_get.c:1098 Media record for Volume "2" not found.


Thank you,
Ankush 


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How to forcefully recycle tape

2014-08-04 Thread More, Ankush
Thanks John, that worked.

Thank you,
Ankush
-Original Message-
From: John Drescher [mailto:dresche...@gmail.com] 
Sent: 04 August 2014 18:55
To: More, Ankush
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] How to forcefully recycle tape

> +-++---+-+-+--+--+-+--+---+---+-+
> | MediaId | VolumeName | VolStatus | Enabled | VolBytes| VolFiles | 
> VolRetention | Recycle | Slot | InChanger | MediaType | LastWritten |
> +-++---+-+-+--+--+-+--+---+---+-+
> |   2 | Tape1  | Full  |   1 | 477,598,464,000 |  501 |   
>  2,592,000 |   1 |4 | 1 | LTO-2 | 2014-07-30 05:28:43 |
> |  13 | Tape8  | Full  |   1 | 549,964,864,512 |  550 |   
>  2,592,000 |   1 |8 | 1 | LTO-2 | 2014-07-31 00:00:57 |
> |  14 | Tape9  | Full  |   1 | 518,477,137,920 |  520 |   
>  2,592,000 |   1 |9 | 1 | LTO-2 | 2014-07-31 22:45:35 |
> |  15 | Tape16 | Full  |   1 | 559,197,886,464 |  559 |   
>  2,592,000 |   1 |   16 | 1 | LTO-2 | 2014-08-01 16:42:01 |
> |  16 | Tape17 | Full  |   1 | 431,627,535,360 |  431 |   
>  2,592,000 |   1 |   17 | 1 | LTO-2 | 2014-08-02 06:47:11 |
> |  18 | Tape19 | Full  |   1 | 588,762,510,336 |  588 |   
>  2,592,000 |   1 |   19 | 1 | LTO-2 | 2014-08-03 02:28:56 |
> |  19 | Tape20 | Full  |   1 | 541,734,681,600 |  541 |   
>  2,592,000 |   1 |   20 | 1 | LTO-2 | 2014-08-03 21:21:55 |
> +-++---+-+-+--+--+-+--+---+---+-+
> Enter *MediaId or Volume name: 2
> sql_get.c:1098 Media record for Volume "2" not found.
>

You missed the * requirement before the MediaId
If you entered *2 that would have worked.

John
--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Backup on Tape

2014-08-04 Thread More, Ankush
Hi Team,

Any suggestion on tape backup?

Thank you,
Ankush


-Original Message-
From: More, Ankush 
Sent: 01 August 2014 20:23
To: 'bacula-users@lists.sourceforge.net'
Subject: Backup on Tape

Hi Team,
We have installed Bacula-7.0.4 on CentOS 6.5.
Have configure Autochanger with 2 LTO-2 drives.
For testing I have configure 5 clients to be backup on tape.
Total size of clients are around 800 GB. Backup is running more than 20 Hrs and 
still running not completed.

I would like to know.

1) Can we tune bacula config files for maximize backup speed?
2) Can bacula use both tape drive simultaneous backup for same pool?
3) Any other suggestion/tips?


Thank you,
Ankush 


--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Backup on Tape

2014-08-05 Thread More, Ankush
Hi John,

We have MySql Database, is there document for tune database?
Or 
Can you give us recommended setting for mysql?


Thank you,
Ankush

-Original Message-
From: John Drescher [mailto:dresche...@gmail.com] 
Sent: 04 August 2014 23:37
To: More, Ankush; Bacula Users
Subject: Re: [Bacula-users] Backup on Tape

> 1) Can we tune bacula config files for maximize backup speed?

Yes. I recommend that you tune your database (mysql and postgresql
come with very poor default settings) and also increase the default
block size. 64K is way too small for a modern LTO tape drive.

> 2) Can bacula use both tape drive simultaneous backup for same pool?

Yes. It is possible to load more than 1 tape from the same pool to
more than 1 tape drive and when these are loaded you can run different
jobs on each tape drive. I do not remember the bacula directive to
allow that however. Please google. This has been discussed dozens of
times on this list.

John
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.
--
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Tape Backup

2014-08-22 Thread More, Ankush
Hi Team,

We have Bacula-7.0.4 on CentOS 6.5. I would like to know, when tape backup 
happen.
How many number of streams per tape does it write ?

Thank you,
Ankush 


--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] concurrent backup

2014-12-10 Thread More, Ankush
Hello,

We have Bacula 7.0.4 on CentOs.
How many maximum number of concurrent backup can be fire on tape drive?
Is there anylimits?
On BAT (GUI) I see only 10 jobs are running and rest show as "Created not yet 
running" in job status.
I want to fire 50 jobs at time, what parameter need to change and also both 
drive of auto changer use for backup.

Thank you,
Ankush More

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] mysql password change

2015-04-01 Thread More, Ankush
Team,

I have change mysql password and also change all configurations files.
Bacula is still pointing to old password, not able to start.
Is there any another file need to change?

Thank you,
___
[Email_CBE.gif]Ankush More
NA India TS - IM

Capgemini India | Mumbai-vi
Tel.: +91 22 67557000 Extn. 2258582
www.capgemini.com
People matter, results count.
___

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.
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Autochanger

2015-04-16 Thread More, Ankush
Team,

We have autochanger with 5 LTO-4 Tape drive, When I fire multiple backup only 
one drive use.
All drives are working.
I want to use all drive for backup, is there any parameter to set for same?

Thank you,
___
[Email_CBE.gif]Ankush More
NA India TS - IM

Capgemini India | Mumbai-vi
Tel.: +91 22 67557000 Extn. 2245611
www.capgemini.com
People matter, results count.

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Device is BLOCKED

2015-04-23 Thread More, Ankush
Hi Team,

We have bacula 7.x with  tape auto-changer.
I am getting below error in "status" and backup stop ( list jobs show as 
running).
I notice when I run   "/usr/libexec/bacula/mtx-changer"  tape  "NY5039L4" is 
mounted in Drive.
Then why bacula show BLOCKED.
How to resolve this issue?
Is there any parameter ?

Device "Drive-1" (/dev/nst1) is waiting for:
Volume:  NY5216L4
Pool:Billable
Media type:  LTO-4
Device is BLOCKED waiting for mount of volume "NY5039L4",
   Pool:Billable
   Media type:  LTO-4
Slot 1 is loaded in drive 1.
Total Bytes Read=64,512 Blocks Read=1 Bytes/block=64,512
Positioned at File=0 Block=0

Thank you,
Ankush
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.
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Device is BLOCKED

2015-04-24 Thread More, Ankush
Hi ,

Yes, I tried to mount from bconsole-->mount, but still  error is same.
Appreciate if some can quickly help to resolve this issue.

Device "Drive-1" (/dev/nst1) open but no Bacula volume is currently mounted.
Device is BLOCKED waiting for mount of volume "NY5039L4",
   Pool:Billable
   Media type:  LTO-4
Slot 1 is loaded in drive 0.
Total Bytes Read=0 Blocks Read=0 Bytes/block=0
Positioned at File=0 Block=0

Thank you,
Ankush
From: Radosław Korzeniewski [mailto:rados...@korzeniewski.net]
Sent: 23 April 2015 20:07
To: More, Ankush
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Device is BLOCKED

Hello,

2015-04-23 13:28 GMT+02:00 More, Ankush 
mailto:ankush.m...@capgemini.com>>:
Hi Team,

We have bacula 7.x with  tape auto-changer.
I am getting below error in “status” and backup stop ( list jobs show as 
running).
I notice when I run   “/usr/libexec/bacula/mtx-changer”  tape  "NY5039L4" is 
mounted in Drive.

From Bacula point of view mtx-changer can show you that a tape is loaded, not 
mounted.

Then why bacula show BLOCKED.
How to resolve this issue?

Bacula is asking you to mount a tape. Did you do this? You can mount a tape 
with mount command in bconsole.

Is there any parameter ?

Device "Drive-1" (/dev/nst1) is waiting for:
Volume:  NY5216L4
Pool:Billable
Media type:  LTO-4
Device is BLOCKED waiting for mount of volume "NY5039L4",
   Pool:Billable
   Media type:  LTO-4
Slot 1 is loaded in drive 1.
Total Bytes Read=64,512 Blocks Read=1 Bytes/block=64,512
Positioned at File=0 Block=0

Thank you,
Ankush
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.

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net<mailto:Bacula-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/bacula-users



--
Radosław Korzeniewski
rados...@korzeniewski.net<mailto:rados...@korzeniewski.net>
--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Windows client backup error

2015-05-29 Thread More, Ankush
Hi Team,
We are running Bacula server(7.0.5) on RHEL 5.x
I am getting below error for most of windows client when backup.
Appreciate urgent help.

Log:
bacula-dir JobId 1569: Error: Bacula bacula-dir 7.0.5 (28Jul14):
  Build OS:   x86_64-redhat-linux-gnu redhat Enterprise release
  JobId:  1569
  Job:CTPTSTWIN04-W-BkpTape.2015-05-28_13.50.02_21
  Backup Level:   Full (upgraded from Incremental)
  Client: "CTPTSTWIN04-W-fd" 5.2.10 (28Jun12) Microsoft Windows 
Home ServerEnterprise Edition Service Pack 2 (build 3790),Cross-compile,Win32
  FileSet:"Windows Set1" 2015-04-30 22:00:00
  Pool:   "NonBill" (From Job resource)
  Catalog:"MyCatalog" (From Client resource)
  Storage:"MSL6030" (From Job resource)
  Scheduled time: 28-May-2015 13:50:02
  Start time: 28-May-2015 22:42:52
  End time:   28-May-2015 22:43:06
  Elapsed time:   14 secs
  Priority:   10
  FD Files Written:   0
  SD Files Written:   0
  FD Bytes Written:   0 (0 B)
  SD Bytes Written:   0 (0 B)
  Rate:   0.0 KB/s
  Software Compression:   None
  VSS:yes
  Encryption: no
  Accurate:   no
  Volume name(s):
  Volume Session Id:  138
  Volume Session Time:1432834544
  Last Volume Bytes:  215,350,668,288 (215.3 GB)
  Non-fatal FD errors:1
  SD Errors:  0
  FD termination status:  Error
  SD termination status:  Canceled
  Termination:*** Backup Error ***


Thank you,
Ankush
--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Windows client backup error

2015-05-30 Thread More, Ankush
Hi Ana,

Yes, we have few windows client 32bit.
Do you mean 32 bit clients will not support on Bacula server with 64 bit?

Thank you,
Ankush

From: Ana Emília M. Arruda [mailto:emiliaarr...@gmail.com]
Sent: 29 May 2015 15:50
To: More, Ankush
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Windows client backup error

Hello Ankush,

You have the 32-bit version client installed: "CTPTSTWIN04-W-fd" 5.2.10 
(28Jun12) Microsoft Windows Home ServerEnterprise Edition Service Pack 2 (build 
3790),Cross-compile,Win32.

Are your windows systems 32-bit? There is a 64-bit 5.2.10 windows client 
version for download.

Best regards,
Ana

On Fri, May 29, 2015 at 6:07 AM, More, Ankush 
mailto:ankush.m...@capgemini.com>> wrote:
Hi Team,
We are running Bacula server(7.0.5) on RHEL 5.x
I am getting below error for most of windows client when backup.
Appreciate urgent help.

Log:
bacula-dir JobId 1569: Error: Bacula bacula-dir 7.0.5 (28Jul14):
  Build OS:   x86_64-redhat-linux-gnu redhat Enterprise release
  JobId:  1569
  Job:CTPTSTWIN04-W-BkpTape.2015-05-28_13.50.02_21
  Backup Level:   Full (upgraded from Incremental)
  Client: "CTPTSTWIN04-W-fd" 5.2.10 (28Jun12) Microsoft Windows 
Home ServerEnterprise Edition Service Pack 2 (build 3790),Cross-compile,Win32
  FileSet:"Windows Set1" 2015-04-30 22:00:00
  Pool:   "NonBill" (From Job resource)
  Catalog:"MyCatalog" (From Client resource)
  Storage:"MSL6030" (From Job resource)
  Scheduled time: 28-May-2015 13:50:02
  Start time: 28-May-2015 22:42:52
  End time:   28-May-2015 22:43:06
  Elapsed time:   14 secs
  Priority:   10
  FD Files Written:   0
  SD Files Written:   0
  FD Bytes Written:   0 (0 B)
  SD Bytes Written:   0 (0 B)
  Rate:   0.0 KB/s
  Software Compression:   None
  VSS:yes
  Encryption: no
  Accurate:   no
  Volume name(s):
  Volume Session Id:  138
  Volume Session Time:1432834544
  Last Volume Bytes:  215,350,668,288 (215.3 GB)
  Non-fatal FD errors:1
  SD Errors:  0
  FD termination status:  Error
  SD termination status:  Canceled
  Termination:*** Backup Error ***


Thank you,
Ankush

--

___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net<mailto:Bacula-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/bacula-users

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.
--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Windows client backup error

2015-06-01 Thread More, Ankush
Hi Ana,

I have created single file set from drives C: to W: for all windows client.
Drives which are failed not present.

Please find log:

| bacula-dir JobId 1569: No prior Full backup Job record found.
   |
| bacula-dir JobId 1569: No prior or suitable Full backup found in catalog. 
Doing FULL backup.
|
| bacula-dir JobId 1569: Start Backup JobId 1569, 
Job=CTPTSTWIN04-W-BkpTape.2015-05-28_13.50.02_21

|
| bacula-dir JobId 1569: Using Device "Drive-4" to write.
 |
| ctptstwin04-fd JobId 1569: Generate VSS snapshots. Driver="Win32 VSS", 
Drive(s)="CDEFGHIJKLMNOPQRSTUVW"
|
   | ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive 
"e:\" failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "f:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "g:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "h:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "i:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "j:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "k:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "l:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "m:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "n:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "o:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "p:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "q:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "r:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "s:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "t:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "u:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "v:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "w:\" 
failed. |
| ctptstwin04-fd JobId 1569: VSS Writer (BackupComplete): "System Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| ctptstwin04-fd JobId 1569: VSS Writer (BackupComplete): "MSDEWriter", State: 
0x1 (VSS_WS_STABLE)
|
| ctptstwin04-fd JobId 1569: VSS Writer (BackupComplete): "Registry Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| ctptstwin04-fd JobId 1569: VSS Writer (BackupComplete): "Event Log Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| ctptstwin04-fd JobId 1569: VSS Writer (BackupComplete): "COM+ REGDB Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| ctptstwin04-fd JobId 1569: VSS Writer (BackupComplete): "WMI Writer", State: 
0x1 (VSS_WS_STABLE)
|
| bacula-sd JobId 1569: Elapsed time=00:00:14, Transfer rate=0  Bytes/second
  |
| bacula-dir JobId 1569: Error: Bacula bacula-dir 7.0.5 (28Jul14):
  Build OS:   x86_64-redhat-linux-gnu redhat Enterprise release
  JobId:      1569

Thank you,
Ankush

From: Ana Emília M. Arruda [mailto:emiliaarr...@gmail.com]
Sent: 30 May 2015 21:28
To: More, Ankush
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Windows client backup error

Hi Ankush,

On Sat, May 30, 2015 at 9:32 AM, More, Ankush 
mailto:ankush.m...@capgemini.com>> wrote:
Hi Ana,

Yes, we have few windows client 32bit.
Do you mean 32 bit clients will not support on Bacula server with 64 bit?

​No. I thought that you had bacula client 32-bit installed on windows ​64-bit.
Do you get results for "status client" from bconsole?
From the job output, It seems that your storage daemon do not receive response 
from the client and the job is cancelled because of an error in the client 
daemon.
Could you post logs information for the jobs that presents this problem that 
could help us with this?

Best regards,
Ana



Thank you,
Ankush

From: Ana Emília M. Arruda 
[mailto:emiliaarr...@gmail.com<mailto:emiliaarr...@gmail.com>]
Sent: 29 May 2015 15:50
To: More, Ankush
Cc: 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourcef

Re: [Bacula-users] Windows client backup error

2015-06-02 Thread More, Ankush
Hi Heitor/Ana

Few windows client backup successfully with same fileset.
So I don’t think wrong in fileset.

Thank you,
Ankush
From: Heitor Faria [mailto:hei...@bacula.com.br]
Sent: 01 June 2015 17:23
To: More, Ankush; Ana Emília M. Arruda
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Windows client backup error

Ankush: windows filesets should be with regular dash and usually with capital 
letters. It is on the Bacula Config. Manual.
--
Heitor Medrado de Faria
+55 61 82684220
Precisa de treinamento Bacula presencial, telepresencial ou online? Acesse: 
http://www.bacula.com.br
Em 1 de junho de 2015 06:19:32 BRT, "More, Ankush"  
escreveu:
Hi Ana,


I have created single file set from drives C: to W: for all windows client.
Drives which are failed not present.


Please find log:


| bacula-dir JobId 1569: No prior Full backup Job record found.
   |
| bacula-dir JobId 1569: No prior or suitable Full backup found in catalog. 
Doing FULL backup.
|
| bacula-dir JobId 1569: Start Backup JobId 1569, 
Job=CTPTSTWIN04-W-BkpTape.2015-05-28_13.50.02_21


|
| bacula-dir JobId 1569: Using Device "Drive-4" to write.
 |
| ctptstwin04-fd JobId 1569: Generate VSS snapshots. Driver="Win32 VSS", 
Drive(s)="CDEFGHIJKLMNOPQRSTUVW"
|
   | ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive 
"e:\" failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "f:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "g:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "h:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "i:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "j:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "k:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "l:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "m:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "n:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "o:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "p:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "q:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "r:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "s:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "t:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "u:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "v:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "w:\" 
failed. |
| ctptstwin04-fd JobId 1569: VSS Writer (BackupComplete): "System Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| ctptstwin04-fd JobId 1569: VSS Writer (BackupComplete): "MSDEWriter", State: 
0x1 (VSS_WS_STABLE)
|
| ctptstwin04-fd JobId 1569: VSS Writer (BackupComplete): "Registry Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| ctptstwin04-fd JobId 1569: VSS Writer (BackupComplete): "Event Log Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| ctptstwin04-fd JobId 1569: VSS Writer (BackupComplete): "COM+ REGDB Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| ctptstwin04-fd JobId 1569: VSS Writer (BackupComplete): "WMI Writer", State: 
0x1 (VSS_WS_STABLE)
|
| bacula-sd JobId 1569: Elapsed time=00:00:14, Transfer rate=0  Bytes/second
  |
| bacula-dir JobId 1569: Error: Bacula bacula-dir 7.0.5 (28Jul14):
  Build OS:   x86_64-redhat-linux-gnu redhat Enterprise release
  JobId:      1569


Thank you,
Ankush


From: Ana Emília M. Arruda [mailto:emiliaarr...@gmail.com]
Sent: 30 May 2015 21:28
To: More, Ankush
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Windows client backup error


Hi Ankush,


On Sat, May 30, 2015 at 9:32 AM, More, Ankush 
mailto:ankush.m...@capgemini.com>> wrote:
Hi Ana,

Yes, we have few windows client 32bit.
Do you mean 32 bit clients will not support on Bacula

Re: [Bacula-users] Windows client backup error

2015-06-02 Thread More, Ankush
Hi Fabio,

Most of windows client are Virtual machine (Hyper-V).
Don’t run any command before job.

Thank you,
Ankush
From: "Fábio R. Medeiros" [mailto:fab...@unicamp.br]
Sent: 02 June 2015 20:05
To: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Windows client backup error

Hi Ankush,

Is this Windows a virtual machine? Most virt. technologies requires special 
drivers and/or agents.

Are you running any command before the job?

Regards,

Fábio



On 02-06-2015 10:57, More, Ankush wrote:
Hi Heitor/Ana

Few windows client backup successfully with same fileset.
So I don’t think wrong in fileset.

Thank you,
Ankush
From: Heitor Faria [mailto:hei...@bacula.com.br]
Sent: 01 June 2015 17:23
To: More, Ankush; Ana Emília M. Arruda
Cc: 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Subject: Re: [Bacula-users] Windows client backup error

Ankush: windows filesets should be with regular dash and usually with capital 
letters. It is on the Bacula Config. Manual.
--
Heitor Medrado de Faria
+55 61 82684220
Precisa de treinamento Bacula presencial, telepresencial ou online? Acesse: 
http://www.bacula.com.br
Em 1 de junho de 2015 06:19:32 BRT, "More, Ankush" 
<mailto:ankush.m...@capgemini.com> escreveu:
Hi Ana,


I have created single file set from drives C: to W: for all windows client.
Drives which are failed not present.


Please find log:


| bacula-dir JobId 1569: No prior Full backup Job record found.
   |
| bacula-dir JobId 1569: No prior or suitable Full backup found in catalog. 
Doing FULL backup.
|
| bacula-dir JobId 1569: Start Backup JobId 1569, 
Job=CTPTSTWIN04-W-BkpTape.2015-05-28_13.50.02_21


|
| bacula-dir JobId 1569: Using Device "Drive-4" to write.
 |
| ctptstwin04-fd JobId 1569: Generate VSS snapshots. Driver="Win32 VSS", 
Drive(s)="CDEFGHIJKLMNOPQRSTUVW"
|
   | ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive 
"e:\" failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "f:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "g:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "h:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "i:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "j:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "k:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "l:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "m:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "n:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "o:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "p:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "q:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "r:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "s:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "t:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "u:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "v:\" 
failed.
|
| ctptstwin04-fd JobId 1569: Fatal error: Generate VSS snapshot of drive "w:\" 
failed. |
| ctptstwin04-fd JobId 1569: VSS Writer (BackupComplete): "System Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| ctptstwin04-fd JobId 1569: VSS Writer (BackupComplete): "MSDEWriter", State: 
0x1 (VSS_WS_STABLE)
|
| ctptstwin04-fd JobId 1569: VSS Writer (BackupComplete): "Registry Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| ctptstwin04-fd JobId 1569: VSS Writer (BackupComplete): "Event Log Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| ctptstwin04-fd JobId 1569: VSS Writer (BackupComplete): "COM+ REGDB Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| ctptstwin04-fd JobId 1569: VSS Writer (BackupComplete): "WMI Writer", State: 
0x1 (VSS_WS_STABLE)
|
| bacula-sd JobId 1569: Elapsed time=00:00:14, Transfer rate=0  Bytes/second
          

[Bacula-users] Windows client VSS

2015-06-08 Thread More, Ankush
Hi Team,

Hi Team,
We are running Bacula server(7.0.5) on RHEL 6.x.
If I disable VSS then Windows client get backup and if I enable VSS (default is 
enable) backup failed.
I need backup with VSS enable.

Is Bacula support all windows version with VSS enable?

Thank you,
Ankush
--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Windows client VSS

2015-06-08 Thread More, Ankush
Hi Team,

Bacula backup successful on windows 2008 with VSS enabled.

windows 2003 client backup failed with VSS enabled.
Is VSS support on windows 2003?

Thank you,
Ankush

From: More, Ankush
Sent: 08 June 2015 17:07
To: 'bacula-users@lists.sourceforge.net'
Subject: Windows client VSS

Hi Team,

Hi Team,
We are running Bacula server(7.0.5) on RHEL 6.x.
If I disable VSS then Windows client get backup and if I enable VSS (default is 
enable) backup failed.
I need backup with VSS enable.

Is Bacula support all windows version with VSS enable?

Thank you,
Ankush
--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Windows client VSS

2015-06-09 Thread More, Ankush
Hi Pavel,

We didn't find any error in VSS list writers all the VSS writers are stable and 
no error in event log.
All the windows 2003 servers are having issue with bacula backup VSS enabling.

NT backup is running successfully with VSS enabled on all the windows 2003.


Thank you,
Ankush

From: Pavel Bychikhin [mailto:pbychik...@yahoo.com]
Sent: 09 June 2015 13:44
To: More, Ankush; bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Windows client VSS

Hi Ankush,
In win 2003 the VSS service might be disabled or misconfigured. Please take a 
look:

To check if everything is working:
vssadmin list writers
This has to provide a listing of writers. If there is no listing and errors in 
the Event log then:

(http://support.microsoft.com/kb/940184):
Delete 
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-00805fc79216}\Subscriptions
and Restart:
COM+ Event System
COM+ System Application
Microsoft Software Shadow Copy Provider
Volume Shadow Copy
or Restart Windows

If previous step doesn't work then:
(http://support.microsoft.com/kb/940032)
Apply MicrosoftFixit50633.msi or manually do:
cd /d %windir%\system32
Net stop vss
Net stop swprv
regsvr32 ole32.dll
regsvr32 oleaut32.dll
regsvr32 vss_ps.dll
vssvc /register
regsvr32 /i swprv.dll
regsvr32 /i eventcls.dll
regsvr32 es.dll
regsvr32 stdprov.dll
regsvr32 vssui.dll
regsvr32 msxml.dll
regsvr32 msxml3.dll
regsvr32 msxml4.dll
Note The last command may not run successfully.

If previous step doesn't work then:
(http://support.microsoft.com/kb/940349)
Apply WindowsServer2003.WindowsXP-KB940349-v3-x64-ENU.exe for x64 system
And, possibly, do previous steps after that.



Best regards,

Pavel


 Original Message 
Subject: Re: [Bacula-users] Windows client VSS
From: More, Ankush <mailto:ankush.m...@capgemini.com>
To: 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net> 
<mailto:bacula-users@lists.sourceforge.net>
Date: 08.06.2015 16:47
Hi Team,

Bacula backup successful on windows 2008 with VSS enabled.

windows 2003 client backup failed with VSS enabled.
Is VSS support on windows 2003?

Thank you,
Ankush

From: More, Ankush
Sent: 08 June 2015 17:07
To: 
'bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>'
Subject: Windows client VSS

Hi Team,

Hi Team,
We are running Bacula server(7.0.5) on RHEL 6.x.
If I disable VSS then Windows client get backup and if I enable VSS (default is 
enable) backup failed.
I need backup with VSS enable.

Is Bacula support all windows version with VSS enable?

Thank you,
Ankush




--




___

Bacula-users mailing list

Bacula-users@lists.sourceforge.net<mailto:Bacula-users@lists.sourceforge.net>

https://lists.sourceforge.net/lists/listinfo/bacula-users

--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Windows client VSS

2015-06-11 Thread More, Ankush
Hi,

Please find log:

bacula-dir Start Backup JobId 179, 
Job=ADCMAIL01-W-BkpTape.2015-06-03_08.22.41_26
Using Device "Drive-0" to write.
adcmail01-fd Generate VSS snapshots. Driver="Win32 VSS", 
Drive(s)="CDEFGHIJKLMNOPQRSTUVW"
bacula-dir
Error: Bacula bacula-dir 7.0.5 (28Jul14):
  Build OS:   x86_64-redhat-linux-gnu redhat Enterprise release
  JobId:  179
  Job:ADCMAIL01-W-BkpTape.2015-06-03_08.22.41_26
  Backup Level:   Full
  Client: "ADCMAIL01-W-fd" 5.2.10 (28Jun12) Microsoft Windows 
Home ServerEnterprise Edition Service Pack 2 (build 3790),Cross-compile,Win32
  FileSet:"Windows Set1" 2015-06-02 13:50:00
  Pool:   "NonBill" (From Command input)
  Catalog:"MyCatalog" (From Client resource)
  Storage:"MSL6030" (From command line)
  Scheduled time: 03-Jun-2015 08:22:41
  Start time: 03-Jun-2015 08:22:43
  End time:   03-Jun-2015 08:22:55
  Elapsed time:   12 secs
  Priority:   10
  FD Files Written:   0
  SD Files Written:   0
  FD Bytes Written:   0 (0 B)
  SD Bytes Written:   0 (0 B)
  Rate:   0.0 KB/s
  Software Compression:   None
  VSS:yes
  Encryption: no
  Accurate:   no
  Volume name(s):
  Volume Session Id:  4
  Volume Session Time:1433329558
  Last Volume Bytes:  22,772,736 (22.77 MB)
  Non-fatal FD errors:2
  SD Errors:  0
  FD termination status:  Error
  SD termination status:  Error
  Termination:*** Backup Error ***

Error: Director's connection to SD for this Job was lost.
bacula-sd Elapsed time=00:00:11, Transfer rate=0  Bytes/second
adcmail01-fd Fatal error: Generate
adcmail01-fd VSS Writer (BackupComplete): "WMI Writer", State: 0x1 
(VSS_WS_STABLE)
VSS Writer (BackupComplete): "COM+ REGDB Writer", State: 0x1 (VSS_WS_STABLE)
VSS Writer (BackupComplete): "System Writer", State: 0x1 (VSS_WS_STABLE)
VSS Writer (BackupComplete): "Microsoft Exchange Writer", State: 0x1 
(VSS_WS_STABLE)
VSS Writer (BackupComplete): "Event Log Writer", State: 0x1 (VSS_WS_STABLE)
VSS Writer (BackupComplete): "IIS Metabase Writer", State: 0x1 (VSS_WS_STABLE)
VSS Writer (BackupComplete): "MSDEWriter", State: 0x1 (VSS_WS_STABLE)
VSS Writer (BackupComplete): "Registry Writer", State: 0x1 (VSS_WS_STABLE)


Thank you,
Ankush

From: Radosław Korzeniewski [mailto:rados...@korzeniewski.net]
Sent: 11 June 2015 11:14
To: More, Ankush
Cc: bacula-users
Subject: Re: [Bacula-users] Windows client VSS


Hello. Could you send your job log with error. It should describe what is going 
on.

Best regards
9 cze 2015 12:09 PM "More, Ankush" 
mailto:ankush.m...@capgemini.com>> napisał(a):
Hi Pavel,

We didn't find any error in VSS list writers all the VSS writers are stable and 
no error in event log.
All the windows 2003 servers are having issue with bacula backup VSS enabling.

NT backup is running successfully with VSS enabled on all the windows 2003.

Thank you,
Ankush

From: Pavel Bychikhin [mailto:pbychik...@yahoo.com<mailto:pbychik...@yahoo.com>]
Sent: 09 June 2015 13:44
To: More, Ankush; 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Subject: Re: [Bacula-users] Windows client VSS

Hi Ankush,
In win 2003 the VSS service might be disabled or misconfigured. Please take a 
look:

To check if everything is working:
vssadmin list writers
This has to provide a listing of writers. If there is no listing and errors in 
the Event log then:

(http://support.microsoft.com/kb/940184):
Delete 
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-00805fc79216}\Subscriptions
and Restart:
COM+ Event System
COM+ System Application
Microsoft Software Shadow Copy Provider
Volume Shadow Copy
or Restart Windows

If previous step doesn't work then:
(http://support.microsoft.com/kb/940032)
Apply MicrosoftFixit50633.msi or manually do:
cd /d %windir%\system32
Net stop vss
Net stop swprv
regsvr32 ole32.dll
regsvr32 oleaut32.dll
regsvr32 vss_ps.dll
vssvc /register
regsvr32 /i swprv.dll
regsvr32 /i eventcls.dll
regsvr32 es.dll
regsvr32 stdprov.dll
regsvr32 vssui.dll
regsvr32 msxml.dll
regsvr32 msxml3.dll
regsvr32 msxml4.dll
Note The last command may not run successfully.

If previous step doesn't work then:
(http://support.microsoft.com/kb/940349)
Apply WindowsServer2003.WindowsXP-KB940349-v3-x64-ENU.exe for x64 system
And, possibly, do previous steps after that.


Best regards,

Pavel


 Original Message 
Subject: Re: [Bacula-users] Windows client VSS
From: More, Ankush <mailto:ankush.m...@capgemini.

Re: [Bacula-users] Windows client VSS

2015-06-12 Thread More, Ankush
Hello,

Please find log:

bacula-dir JobId 179: Start Backup JobId 179, 
Job=ADCMAIL01-W-BkpTape.2015-06-03_08.22.41_26
|
| bacula-dir JobId 179: Using Device "Drive-0" to write.
  |
| adcmail01-fd JobId 179: Generate VSS snapshots. Driver="Win32 VSS", 
Drive(s)="CDEFGHIJKLMNOPQRSTUVW"

| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "System Writer", State: 
0x1 (VSS_WS_STABLE)
|
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "Microsoft Exchange 
Writer", State: 0x1 (VSS_WS_STABLE)
|
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "Event Log Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "IIS Metabase Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "MSDEWriter", State: 0x1 
(VSS_WS_STABLE)
   |
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "Registry Writer", 
State: 0x1 (VSS_WS_STABLE)
  |
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "COM+ REGDB Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "WMI Writer", State: 0x1 
(VSS_WS_STABLE)
   |
| bacula-sd JobId 179: Elapsed time=00:00:11, Transfer rate=0  Bytes/second
   |
| bacula-dir JobId 179: Error: Director's connection to SD for this Job was 
lost.
 |
| bacula-dir JobId 179: Error: Bacula bacula-dir 7.0.5 (28Jul14):
  Build OS:   x86_64-redhat-linux-gnu redhat Enterprise release
  JobId:  179
  Job:ADCMAIL01-W-BkpTape.2015-06-03_08.22.41_26
  Backup Level:   Full
  Client: "ADCMAIL01-W-fd" 5.2.10 (28Jun12) Microsoft Windows 
Home ServerEnterprise Edition Service Pack 2 (build 3790),Cross-compile,Win32
  FileSet:"Windows Set1" 2015-06-02 13:50:00
  Pool:   "NonBill" (From Command input)
  Catalog:"MyCatalog" (From Client resource)
  Storage:"MSL6030" (From command line)
  Scheduled time: 03-Jun-2015 08:22:41
  Start time: 03-Jun-2015 08:22:43
  End time:   03-Jun-2015 08:22:55
  Elapsed time:   12 secs
  Priority:   10
  FD Files Written:   0
  SD Files Written:   0
  FD Bytes Written:   0 (0 B)
  SD Bytes Written:   0 (0 B)
  Rate:   0.0 KB/s
  Software Compression:   None
  VSS:yes
  Encryption: no
  Accurate:   no
  Volume name(s):
  Volume Session Id:  4
  Volume Session Time:1433329558
  Last Volume Bytes:  22,772,736 (22.77 MB)
  Non-fatal FD errors:2
  SD Errors:  0
  FD termination status:  Error
  SD termination status:  Error
  Termination:*** Backup Error ***

Thank you,
Ankush

From: Radosław Korzeniewski [mailto:rados...@korzeniewski.net]
Sent: 12 June 2015 17:14
To: More, Ankush
Cc: bacula-users
Subject: Re: [Bacula-users] Windows client VSS

Hello,

Are you sure it is a whole joblog? It is very strange i.e. information about 
VSS Writers never appear at the end of the log.
You can display a joblog with bconsole command:
* list joblog jobid=179
And show us the output.

best regards


2015-06-11 16:21 GMT+02:00 More, Ankush 
mailto:ankush.m...@capgemini.com>>:
Hi,

Please find log:

bacula-dir Start Backup JobId 179, 
Job=ADCMAIL01-W-BkpTape.2015-06-03_08.22.41_26
Using Device "Drive-0" to write.
adcmail01-fd Generate VSS snapshots. Driver="Win32 VSS", 
Drive(s)="CDEFGHIJKLMNOPQRSTUVW"
bacula-dir
Error: Bacula bacula-dir 7.0.5 (28Jul14):
  Build OS:   x86_64-redhat-linux-gnu redhat Enterprise release
  JobId:  179
  Job:ADCMAIL01-W-BkpTape.2015-06-03_08.22.41_26
  Backup Level:   Full
  Client: "ADCMAIL01-W-fd" 5.2.10 (28Jun12) Microsoft Windows 
Home ServerEnterprise Edition Service Pack 2 (build 3790),Cross-compile,Win32
  FileSet:"Windows Set1" 2015-06-02 13:50:00
  Pool:   "NonBill" (From Command input)
  Catalog:"MyCatalog" (From Client resource)
  Storage:"MSL6030" (From command line)
  Scheduled time: 03-Jun-2015 08:22:41
  Start time: 03-Jun-2015 08:22:43
  End time:   03-Jun-2015 08:22:55
  Elapsed time:   12 secs
  Priority:   10
  FD Files Written:   0
  SD Files Written:   0
  FD Bytes Written:   0 (0 B)
  SD Bytes Written:   0 (0 B)
  Rate:   0.0 KB/s
  Software Compression:   None
  VSS:yes
  Encryption: no
  Accurate:   no
  Volume name

Re: [Bacula-users] Windows client VSS

2015-06-12 Thread More, Ankush
Hello,

Connection has no issue. From client and server able ping/telnet to port .
With disable  VSS  backup was successful.


*status client=ADCMAIL01-W-fd
Connecting to Client ADCMAIL01-W-fd at ADCMAIL01:9102

adcmail01-fd Version: 5.2.10 (28 June 2012)  VSS Linux Cross-compile Win32
Daemon started 03-Jun-15 07:24. Jobs: run=16 running=0.
Microsoft Windows Home ServerEnterprise Edition Service Pack 2 (build 3790)
Heap: heap=0 smbytes=17,937 max_bytes=359,222 bufs=64 max_bufs=273
Sizeof: boffset_t=8 size_t=4 debug=0 trace=1
Running Jobs:
Director connected at: 12-Jun-15 10:56
No Jobs running.

Thank you,
Ankush

From: Heitor Faria [mailto:hei...@bacula.com.br]
Sent: 12 June 2015 19:26
To: More, Ankush
Cc: Radosław Korzeniewski; bacula-users
Subject: Re: [Bacula-users] Windows client VSS

" Error: Director's connection to SD for this Job was lost."

This is more likely to be the root cause of this error. You can troubleshoot 
the connection between this Windows client and your Storage Daemon, or post 
your bacula-dir Storage stanza here.

Regards,
===
Heitor Medrado de Faria - LPIC-III | ITIL-F |  Bacula Systems Certified 
Administrator II
I'm a Bacula/SysAdmin looking for a job in USA or Europe. Please recommend me.
Need Bacula training? 
https://www.udemy.com/bacula-backup-software/?couponCode=bacula-list
+55 61  8268-4220
Site: www.bacula.com.br<http://www.bacula.com.br/> | FB: 
heitor.faria<http://www.facebook.com/heitor.faria>
===

________
De: "More, Ankush" 
Para: "Radosław Korzeniewski" 
Cc: "bacula-users" 
Enviadas: Sexta-feira, 12 de junho de 2015 10:15:11
Assunto: Re: [Bacula-users] Windows client VSS
Hello,

Please find log:

bacula-dir JobId 179: Start Backup JobId 179, 
Job=ADCMAIL01-W-BkpTape.2015-06-03_08.22.41_26
|
| bacula-dir JobId 179: Using Device "Drive-0" to write.
  |
| adcmail01-fd JobId 179: Generate VSS snapshots. Driver="Win32 VSS", 
Drive(s)="CDEFGHIJKLMNOPQRSTUVW"

| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "System Writer", State: 
0x1 (VSS_WS_STABLE)
|
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "Microsoft Exchange 
Writer", State: 0x1 (VSS_WS_STABLE)
|
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "Event Log Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "IIS Metabase Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "MSDEWriter", State: 0x1 
(VSS_WS_STABLE)
   |
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "Registry Writer", 
State: 0x1 (VSS_WS_STABLE)
  |
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "COM+ REGDB Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "WMI Writer", State: 0x1 
(VSS_WS_STABLE)
   |
| bacula-sd JobId 179: Elapsed time=00:00:11, Transfer rate=0  Bytes/second
   |
| bacula-dir JobId 179: Error: Director's connection to SD for this Job was 
lost.
 |
| bacula-dir JobId 179: Error: Bacula bacula-dir 7.0.5 (28Jul14):
  Build OS:   x86_64-redhat-linux-gnu redhat Enterprise release
  JobId:  179
  Job:ADCMAIL01-W-BkpTape.2015-06-03_08.22.41_26
  Backup Level:   Full
  Client: "ADCMAIL01-W-fd" 5.2.10 (28Jun12) Microsoft Windows 
Home ServerEnterprise Edition Service Pack 2 (build 3790),Cross-compile,Win32
  FileSet:"Windows Set1" 2015-06-02 13:50:00
  Pool:   "NonBill" (From Command input)
  Catalog:"MyCatalog" (From Client resource)
  Storage:"MSL6030" (From command line)
  Scheduled time: 03-Jun-2015 08:22:41
  Start time: 03-Jun-2015 08:22:43
  End time:   03-Jun-2015 08:22:55
  Elapsed time:   12 secs
  Priority:   10
  FD Files Written:   0
  SD Files Written:   0
  FD Bytes Written:   0 (0 B)
  SD Bytes Written:   0 (0 B)
  Rate:   0.0 KB/s
  Software Compression:   None
  VSS:yes
  Encryption: no
  Accurate:   no
  Volume name(s):
  Volume Session Id:  4
  Volume Session Time:1433329558
  Last Volume Bytes:  22,772,736 (22.77 MB)
  Non-fatal FD errors:2
  SD Errors:  0
  FD termination status:  Error
  SD termination status:  Error
  Termination:*** Backup Error ***

Thank you,
Ankush

From: Radosław Korzeniewski [mailto:rados...@korzeniewski.net]
Sent: 12 June 2015 17

Re: [Bacula-users] Windows client VSS

2015-06-13 Thread More, Ankush
Hello,

Yes it is 32 bit window.

Client: "ADCMAIL01-W-fd" 5.2.10 (28Jun12) Microsoft Windows 
Home ServerEnterprise Edition Service Pack 2 (build 3790),Cross-compile,Win32

Thank you,
Ankush

From: Josh Fisher [mailto:jfis...@pvct.com]
Sent: 12 June 2015 21:18
To: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Windows client VSS


On 6/12/2015 11:03 AM, More, Ankush wrote:
Hello,

Connection has no issue. From client and server able ping/telnet to port .
With disable  VSS  backup was successful.


*status client=ADCMAIL01-W-fd
Connecting to Client ADCMAIL01-W-fd at ADCMAIL01:9102

adcmail01-fd Version: 5.2.10 (28 June 2012)  VSS Linux Cross-compile Win32

Are you sure this is a 32-bit Windows OS? If this is a 64-bit OS, then you need 
to install the 64-bit version of Bacula client instead of the 32-bit version.


Daemon started 03-Jun-15 07:24. Jobs: run=16 running=0.
Microsoft Windows Home ServerEnterprise Edition Service Pack 2 (build 3790)
Heap: heap=0 smbytes=17,937 max_bytes=359,222 bufs=64 max_bufs=273
Sizeof: boffset_t=8 size_t=4 debug=0 trace=1
Running Jobs:
Director connected at: 12-Jun-15 10:56
No Jobs running.

Thank you,
Ankush

From: Heitor Faria [mailto:hei...@bacula.com.br]
Sent: 12 June 2015 19:26
To: More, Ankush
Cc: Radosław Korzeniewski; bacula-users
Subject: Re: [Bacula-users] Windows client VSS

" Error: Director's connection to SD for this Job was lost."

This is more likely to be the root cause of this error. You can troubleshoot 
the connection between this Windows client and your Storage Daemon, or post 
your bacula-dir Storage stanza here.

Regards,
===
Heitor Medrado de Faria - LPIC-III | ITIL-F |  Bacula Systems Certified 
Administrator II
I'm a Bacula/SysAdmin looking for a job in USA or Europe. Please recommend me.
Need Bacula training? 
https://www.udemy.com/bacula-backup-software/?couponCode=bacula-list
+55 61  8268-4220
Site: www.bacula.com.br<http://www.bacula.com.br/> | FB: 
heitor.faria<http://www.facebook.com/heitor.faria>
===

____
De: "More, Ankush" <mailto:ankush.m...@capgemini.com>
Para: "Radosław Korzeniewski" 
<mailto:rados...@korzeniewski.net>
Cc: "bacula-users" 
<mailto:bacula-users@lists.sourceforge.net>
Enviadas: Sexta-feira, 12 de junho de 2015 10:15:11
Assunto: Re: [Bacula-users] Windows client VSS
Hello,

Please find log:

bacula-dir JobId 179: Start Backup JobId 179, 
Job=ADCMAIL01-W-BkpTape.2015-06-03_08.22.41_26
|
| bacula-dir JobId 179: Using Device "Drive-0" to write.
  |
| adcmail01-fd JobId 179: Generate VSS snapshots. Driver="Win32 VSS", 
Drive(s)="CDEFGHIJKLMNOPQRSTUVW"

| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "System Writer", State: 
0x1 (VSS_WS_STABLE)
|
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "Microsoft Exchange 
Writer", State: 0x1 (VSS_WS_STABLE)
|
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "Event Log Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "IIS Metabase Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "MSDEWriter", State: 0x1 
(VSS_WS_STABLE)
   |
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "Registry Writer", 
State: 0x1 (VSS_WS_STABLE)
  |
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "COM+ REGDB Writer", 
State: 0x1 (VSS_WS_STABLE)
|
| adcmail01-fd JobId 179: VSS Writer (BackupComplete): "WMI Writer", State: 0x1 
(VSS_WS_STABLE)
   |
| bacula-sd JobId 179: Elapsed time=00:00:11, Transfer rate=0  Bytes/second
   |
| bacula-dir JobId 179: Error: Director's connection to SD for this Job was 
lost.
 |
| bacula-dir JobId 179: Error: Bacula bacula-dir 7.0.5 (28Jul14):
  Build OS:   x86_64-redhat-linux-gnu redhat Enterprise release
  JobId:  179
  Job:ADCMAIL01-W-BkpTape.2015-06-03_08.22.41_26
  Backup Level:   Full
  Client: "ADCMAIL01-W-fd" 5.2.10 (28Jun12) Microsoft Windows 
Home ServerEnterprise Edition Service Pack 2 (build 3790),Cross-compile,Win32
  FileSet:"Windows Set1" 2015-06-02 13:50:00
  Pool:   "NonBill" (From Command input)
  Catalog:"MyCatalog" (From Client resource)
  Storage:"MSL6030" (From command line)
  Scheduled time: 03-Jun-2015 08:22:41
  Start time: 03-Jun-2015 08:22:43
  End time:   03-Jun-2015 08:22:55
  Elapsed time:   1

[Bacula-users] Backup report

2015-07-27 Thread More, Ankush
Team,

I am getting individual client backup report status.
Is there way to get consolidated(single)  report of all client every day?

Thank you,
Ankush
--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Backup restore

2015-08-03 Thread More, Ankush
Hi Team,

I want to restore backup of one Linux and window client to different Linux and 
Window server for testing.
Is it possible?
If yes then what command I should use or need any configuration changes?
Can I initiate restore from client?

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.


--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Tapes not fully used

2015-08-17 Thread More, Ankush
Hi Team,

Bacula version 7.0.5

Using tape LTO-4 with autochanger, I notice some tapes are  not fully utilized, 
still show "VolStatus" as Full.

| MediaId | VolumeName | VolStatus | Enabled | VolBytes| VolFiles | 
VolRetention | Recycle | Slot | InChanger | MediaType | LastWritten |
| 123 | NY5205L4   | Full  |   1 |   404,083,749,888 |  407 |   
 5,788,800 |   1 |   72 | 1 | LTO-4 | 2015-08-16 00:45:48 |
| 124 | NY5128L4   | Full  |   1 |74,172,026,880 |   77 |   
 5,788,800 |   1 |   71 | 1 | LTO-4 | 2015-08-16 01:10:03 |
| 125 | NY5396L4   | Full  |   1 | 4,643,638,272 |4 |   
 5,788,800 |   1 |   70 | 1 | LTO-4 | 2015-08-16 00:51:58 |

Some tape are utilized full or beyond the capacity.

| MediaId | VolumeName | VolStatus | Enabled | VolBytes| VolFiles | 
VolRetention | Recycle | Slot | InChanger | MediaType | LastWritten |
|  88 | NY5366L4   | Full  |   1 | 4,050,152,709,120 |4,050 |   
 5,788,800 |   1 |  107 | 1 | LTO-4 | 2015-08-09 12:08:05 |
|  89 | NY5041L4   | Full  |   1 | 2,428,844,608,512 |2,429 |   
 5,788,800 |   1 |  108 | 1 | LTO-4 | 2015-08-09 00:51:34 |
|  90 | NY5384L4   | Full  |   1 | 3,251,013,470,208 |3,251 |   
 5,788,800 |   1 |  109 | 1 | LTO-4 | 2015-08-09 17:27:38 |
|  95 | NY5009L4   | Full  |   1 | 1,615,896,640,512 |1,616 |   
 5,788,800 |   1 |  110 | 1 | LTO-4 | 2015-08-10 02:55:41 |
|  96 | NY5043L4   | Full  |   1 | 1,087,088,292,864 |1,087 |   
 5,788,800 |   1 |  111 | 1 | LTO-4 | 2015-08-09 22:08:31 |

Please suggest me how to avoid under utilization of tapes.

Thank you,
Ankush More
--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Tapes not fully used

2015-08-17 Thread More, Ankush
9: End of medium on Volume "NY5000L4" 
Bytes=1,772,274,502,656 Blocks=27,472,012 at 11-Aug-2015 07:11.
13-Aug 06:55 bacula-sd JobId 4420: End of medium on Volume "NY5094L4" 
Bytes=36,354,834,432 Blocks=563,535 at 13-Aug-2015 06:55.
13-Aug 23:35 bacula-sd JobId 4449: End of medium on Volume "NY5173L4" 
Bytes=1,051,069,436,928 Blocks=16,292,618 at 13-Aug-2015 23:35.
14-Aug 02:57 bacula-sd JobId 4450: End of medium on Volume "Vol-0113" 
Bytes=107,374,176,057 Blocks=1,664,410 at 14-Aug-2015 02:57.
15-Aug 07:15 bacula-sd JobId 4462: End of medium on Volume "NY5006L4" 
Bytes=2,327,548,124,160 Blocks=36,079,304 at 15-Aug-2015 07:15.
16-Aug 00:45 bacula-sd JobId 4565: End of medium on Volume "NY5205L4" 
Bytes=404,083,749,888 Blocks=6,263,698 at 16-Aug-2015 00:45.
16-Aug 00:52 bacula-sd JobId 4565: End of medium on Volume "NY5396L4" 
Bytes=4,643,638,272 Blocks=71,980 at 16-Aug-2015 00:52.
16-Aug 01:10 bacula-sd JobId 4565: End of medium on Volume "NY5128L4" 
Bytes=74,172,026,880 Blocks=1,149,739 at 16-Aug-2015 01:10.
16-Aug 23:35 bacula-sd JobId 4572: End of medium on Volume "NY5176L4" 
Bytes=1,155,974,916,096 Blocks=17,918,757 at 16-Aug-2015 23:35.
17-Aug 18:57 bacula-sd JobId 4603: End of medium on Volume "NY5068L4" 
Bytes=2,084,456,779,776 Blocks=14,741,636 at 17-Aug-2015 18:57.

Thank you,
Ankush More

From: Ana Emília M. Arruda [mailto:emiliaarr...@gmail.com]
Sent: Tuesday, August 18, 2015 1:57 AM
To: More, Ankush
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Tapes not fully used

Hello Ankush,

Bacula marks a volume as Full when Maximum Volume Bytes (if specified in Pool 
resource) or if it reaches de end of the medium you are using (a disk 
partition, a tape, etc.).

Based only on your list media output, in some cases we can say that the end of 
medium was reached, but this is not true for some volumes.

Could you post more information that could be useful to help you? Could you 
post your Bacula log lines containing "End of medium on Volume"? An output of 
the command "lsscsi -g" would be helpful as well.

Best regards,
Ana



On Mon, Aug 17, 2015 at 9:30 AM, More, Ankush 
mailto:ankush.m...@capgemini.com>> wrote:
Hi Team,

Bacula version 7.0.5

Using tape LTO-4 with autochanger, I notice some tapes are  not fully utilized, 
still show “VolStatus” as Full.

| MediaId | VolumeName | VolStatus | Enabled | VolBytes| VolFiles | 
VolRetention | Recycle | Slot | InChanger | MediaType | LastWritten |
| 123 | NY5205L4   | Full  |   1 |   404,083,749,888 |  407 |   
 5,788,800 |   1 |   72 | 1 | LTO-4 | 2015-08-16 00:45:48 |
| 124 | NY5128L4   | Full  |   1 |74,172,026,880 |   77 |   
 5,788,800 |   1 |   71 | 1 | LTO-4 | 2015-08-16 01:10:03 |
| 125 | NY5396L4   | Full  |   1 | 4,643,638,272 |4 |   
 5,788,800 |   1 |   70 | 1 | LTO-4 | 2015-08-16 00:51:58 |

Some tape are utilized full or beyond the capacity.

| MediaId | VolumeName | VolStatus | Enabled | VolBytes| VolFiles | 
VolRetention | Recycle | Slot | InChanger | MediaType | LastWritten |
|  88 | NY5366L4   | Full  |   1 | 4,050,152,709,120 |4,050 |   
 5,788,800 |   1 |  107 | 1 | LTO-4 | 2015-08-09 12:08:05 |
|  89 | NY5041L4   | Full  |   1 | 2,428,844,608,512 |2,429 |   
 5,788,800 |   1 |  108 | 1 | LTO-4 | 2015-08-09 00:51:34 |
|  90 | NY5384L4   | Full  |   1 | 3,251,013,470,208 |3,251 |   
 5,788,800 |   1 |  109 | 1 | LTO-4 | 2015-08-09 17:27:38 |
|  95 | NY5009L4   | Full  |   1 | 1,615,896,640,512 |1,616 |   
 5,788,800 |   1 |  110 | 1 | LTO-4 | 2015-08-10 02:55:41 |
|  96 | NY5043L4   | Full  |   1 | 1,087,088,292,864 |1,087 |   
 5,788,800 |   1 |  111 | 1 | LTO-4 | 2015-08-09 22:08:31 |

Please suggest me how to avoid under utilization of tapes.

Thank you,
Ankush More

--

___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net<mailto:Bacula-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/bacula-users

--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Tapes not fully used

2015-08-20 Thread More, Ankush
Hello Ana,

I will do some test or replace that tapes.
Thanks a lot.

Thank you,
Ankush More

From: Ana Emília M. Arruda [mailto:emiliaarr...@gmail.com]
Sent: Wednesday, August 19, 2015 8:36 AM
To: More, Ankush
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Tapes not fully used

Hello Ankush,

This is occuring with just a few tapes. Most of them seems to me they are fine. 
The number of bytes written to tape is variable since it will depend on 
specific characteristics of your backup data (number of files, file sizes, 
compression, etc.).

In the cases that a few number of bytes is written (MediaId 124 and 125, for 
example), it is possible that you have problems with your media. Is it possible 
for you to run some tests with btape and these specific medias?

If this is a recent situation/problem, than it would be fine to check the 
cleanning tape/process too.

Best regards,
Ana

On Tue, Aug 18, 2015 at 3:13 AM, More, Ankush 
mailto:ankush.m...@capgemini.com>> wrote:
Hi Ana,

Please find attached log, in same pool some tapes are underutilized and some 
over.
“Maximum Volume Bytes” not specified for pool using tapes.

[root@bacula bacula]# lsscsi -g
[0:0:0:0]cd/dvd  HL-DT-ST RW/DVD GCC-4244N 2.00  /dev/sr0   /dev/sg0
[2:0:0:0]mediumx HP   MSL6000 Series   0520  /dev/sch0  /dev/sg1
[2:0:0:1]tapeHP   Ultrium 4-SCSI   B63W  /dev/st0   /dev/sg2
[2:0:0:2]tapeHP   Ultrium 4-SCSI   B63W  /dev/st1   /dev/sg3
[2:0:1:0]tapeHP   Ultrium 4-SCSI   B63W  /dev/st2   /dev/sg4
[2:0:1:1]tapeHP   Ultrium 4-SCSI   B63W  /dev/st3   /dev/sg5
[2:0:2:0]tapeHP   Ultrium 4-SCSI   B63W  /dev/st4   /dev/sg6
[2:0:2:1]tapeHP   Ultrium 4-SCSI   B63W  /dev/st5   /dev/sg7
[3:0:0:0]enclosu HP   MSA2312fcM114  - /dev/sg8
[3:0:0:3]diskHP   MSA2312fcM114  /dev/sda   /dev/sg9


bacula.log:
01-Aug 05:11 bacula-sd JobId 3762: End of medium on Volume "NY5362L4" 
Bytes=2,272,431,716,352 Blocks=35,224,945 at 01-Aug-2015 05:11.
01-Aug 20:17 bacula-sd JobId 3816: End of medium on Volume "NY5414L4" 
Bytes=2,872,716,650,496 Blocks=38,275,228 at 01-Aug-2015 20:17.
02-Aug 03:27 bacula-sd JobId 3844: End of medium on Volume "NY5138L4" 
Bytes=2,395,065,157,632 Blocks=37,125,885 at 02-Aug-2015 03:27.
02-Aug 05:19 bacula-sd JobId 3866: End of medium on Volume "NY5356L4" 
Bytes=3,699,709,332,480 Blocks=45,744,566 at 02-Aug-2015 05:19.
02-Aug 05:06 bacula-sd JobId 3865: End of medium on Volume "NY5426L4" 
Bytes=2,218,678,189,056 Blocks=3,926,768 at 02-Aug-2015 05:06.
02-Aug 17:01 bacula-sd JobId 3899: End of medium on Volume "NY5353L4" 
Bytes=1,094,372,665,344 Blocks=16,963,861 at 02-Aug-2015 17:01.
02-Aug 16:26 bacula-sd JobId 3867: End of medium on Volume "NY5155L4" 
Bytes=1,487,262,680,064 Blocks=23,054,046 at 02-Aug-2015 16:26.
02-Aug 20:54 bacula-sd JobId 3868: End of medium on Volume "NY5100L4" 
Bytes=620,055,604,224 Blocks=9,611,476 at 02-Aug-2015 20:54.
04-Aug 03:01 bacula-sd JobId 3939: End of medium on Volume "Vol-0106" 
Bytes=19,764,295,546 Blocks=306,367 at 04-Aug-2015 03:01.
04-Aug 03:01 bacula-sd JobId 3939: End of medium on Volume "Vol-0107" 
Bytes=15,612,095 Blocks=242 at 04-Aug-2015 03:01.
04-Aug 22:39 bacula-sd JobId 3957: End of medium on Volume "NY5391L4" 
Bytes=1,389,386,557,440 Blocks=21,536,869 at 04-Aug-2015 22:39.
06-Aug 23:14 bacula-sd JobId 4005: End of medium on Volume "NY5359L4" 
Bytes=1,854,002,239,488 Blocks=28,738,873 at 06-Aug-2015 23:14.
08-Aug 07:45 bacula-sd JobId 4089: End of medium on Volume "NY5166L4" 
Bytes=2,380,241,074,176 Blocks=36,896,097 at 08-Aug-2015 07:45.
08-Aug 07:20 bacula-sd JobId 4065: End of medium on Volume "NY5411L4" 
Bytes=2,576,874,037,248 Blocks=14,942,088 at 08-Aug-2015 07:20.
09-Aug 00:51 bacula-sd JobId 4060: End of medium on Volume "NY5041L4" 
Bytes=2,428,844,608,512 Blocks=37,649,500 at 09-Aug-2015 00:51.
09-Aug 12:08 bacula-sd JobId 4221: End of medium on Volume "NY5366L4" 
Bytes=4,050,152,709,120 Blocks=62,781,384 at 09-Aug-2015 12:08.
09-Aug 18:01 bacula-sd JobId 4148: End of medium on Volume "NY5421L4" 
Bytes=2,060,066,727,936 Blocks=31,933,077 at 09-Aug-2015 18:01.
09-Aug 17:27 bacula-sd JobId 4244: End of medium on Volume "NY5384L4" 
Bytes=3,251,013,470,208 Blocks=50,393,933 at 09-Aug-2015 17:27.
09-Aug 22:08 bacula-sd JobId 4297: End of medium on Volume "NY5043L4" 
Bytes=1,087,088,292,864 Blocks=16,850,946 at 09-Aug-2015 22:08.
08-Aug 11:45 bacula-sd JobId 4113: End of medium on Volume "NY5021L4" 
Bytes=1,354,928,311,296 Blocks=15,060,429 at 08-Aug-2015 11:45.
10-Aug 02:55 bacula-sd JobId 4315: End of medium on Volume "NY5009L4" 
Bytes=1,615,896,640,512 Blocks=25,048,000 at 10-Aug-2015 02:55.
09-Aug 17:09 bacula-sd JobId 4251: End of

[Bacula-users] Bacula schedule

2015-10-19 Thread More, Ankush
Team,

Below is schedule configure in dir file. Bacula version 7.x
Backup is not happening as per  schedule , Notice full and differential backup 
happing same day.
is there wrong in schedule?

Schedule {
  Name = "Billable4"
  Run = Full 1st-3rd sun at 15:00
  Run = Incremental mon-thu at 22:00
  Run = Differential 2nd-4th sun at 15:00


Thank you,
Ankush More

--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula schedule

2015-10-19 Thread More, Ankush
Thanks Ana for quick response.
I will check.

Thank you,
Ankush More

From: Ana Emília M. Arruda [mailto:emiliaarr...@gmail.com]
Sent: Monday, October 19, 2015 10:50 PM
To: More, Ankush
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Bacula schedule

Hello Ankush,

On Mon, Oct 19, 2015 at 1:22 PM, More, Ankush 
mailto:ankush.m...@capgemini.com>> wrote:
Team,

Below is schedule configure in dir file. Bacula version 7.x
Backup is not happening as per  schedule , Notice full and differential backup 
happing same day.
is there wrong in schedule?

Schedule {
  Name = "Billable4"

​​
Run = Full 1st-3rd sun at 15:00

​this will run 1st, 2nd and 3rd sundays​

  Run = Incremental mon-thu at 22:00

​​
Run = Differential 2nd-4th sun at 15:00

​this will run 2nd, 3rd and 4th sundays​

​So, they are coinciding in 2nd and ​3rd sundays. I suppose you want to run 
them interchangeably:

​
Run = Full 1st,3rd sun at 15:00
​
Run = Differential 2nd,4th sun at 15:00

If you have a 5th sunday, no job will run ok? Maybe you wanna run the full on 
your 5th sunday:

​
Run = Full 1st,3rd, 5th sun at 15:00

The values are comma seppareted.



Thank you,
Ankush More

​Best regards,
Ana​



--

___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net<mailto:Bacula-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/bacula-users

--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] VSS enable windows client

2015-11-16 Thread More, Ankush
Hi Team,

We are taking backup of windows client with VSS enable.
Is it mandatory to take  NTBackup to backup the system state separately, for 
successful ( with all windows services) restoration of client backup.

Thank you,
Ankush More

--
Presto, an open source distributed SQL query engine for big data, initially
developed by Facebook, enables you to easily query your data on Hadoop in a 
more interactive manner. Teradata is also now providing full enterprise
support for Presto. Download a free open source copy now.
http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Drive acquire same tape

2015-12-08 Thread More, Ankush
Team,

Sometime 2 drives  acquire same tape, though there are free tapes available in 
pool.
Device get BLOCKED and backup stop until tape is not release.

Below option is enable in bacula-dir file.
Prefer Mounted Volumes = no

Can you suggest solution for this?

==

Device "Drive-3" (/dev/nst3) is mounted with:
Volume:  NY5195L4
Pool:Billable
Media type:  LTO-4
Slot 1 is loaded in drive 3.
Total Bytes=168,744,554,496 Blocks=2,615,707 Bytes/block=64,512
Positioned at File=169 Block=13,524
==

Device "Drive-4" (/dev/nst4) is not open.
Device is BLOCKED waiting for mount of volume "NY5195L4",
   Pool:Billable
   Media type:  LTO-4
Drive 4 is not loaded.
==

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.
--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Client backup with compress

2016-03-15 Thread More, Ankush
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&iu=/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-16 Thread More, Ankush
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&iu=/4140
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net<mailto: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&iu=/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-18 Thread More, Ankush
Hello Faria,

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. Label Format directive must be set in every FileSet you want compression to 
be applied (restart or reload your director to apply changes).
Ans: Not sure what you mean. Label Format in Pool which just name of backup 
volume used.

Pool:
Label Format = "Disk-"

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 
mailto: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<mailto: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<mailto: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<http://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 per

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&iu=/4140
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net<mailto: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&iu=/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 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<mailto: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&iu=/4140
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net<mailto: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&iu=/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-20 Thread More, Ankush
Hello,

Both client and Server are in sync, NPT is already installed.

Thank you,
Ankush More

From: Randy Katz [mailto:rk...@simplicityhosting.com]
Sent: Sunday, March 20, 2016 1:00 PM
To: Heitor Faria; More, Ankush
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Client backup with compress

HEY GUYS, READ THIS!

FYI - I found something really strange about this, and you might want to check 
because I have
many servers running and compression is fine, LZO and GZIP, however I just 
installed a new
client and now it is not compressing. Then I also discovered it is backing up 
full on every Incremental,
so I said WTF! And on this particular server ntpd is not running. So I 
reconfigure /etc/sysconfig/clock,
/etc/localtime (CentOS 6), install ntp, crank up ntpd and walla, now 
incrementals are incremental and
compression is compressed!!!


On 3/18/2016 12:00 PM, Heitor Faria wrote:
*now


From: "Heitor Faria" <mailto:hei...@bacula.com.br>
To: "More, Ankush" <mailto:ankush.m...@capgemini.com>
Cc: 
bacula-users@lists.sourceforge.net<mailto: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<mailto: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 
mailto: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<mailto: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 

Re: [Bacula-users] Client backup with compress

2016-03-23 Thread More, Ankush
Hi Faria,

As you suggest, I deleted RPM package and build with source same as director 
version on test client(Linux).
Still compression is not working
Job log show:
Software Compression:   None

Please find attached debug (d500).

Build client with blow options.
#./configure --enable-client-only --enable-build-dird=no 
--enable-build-stored=no --bindir=/usr/bin --sbindir=/usr/sbin 
--with-scriptdir=/usr/libexec/bacula/ --with-working-dir=/var/spool/bacula/ 
--with-logdir=/var/log --enable-smartalloc

#make -j8 && make install && make install-autostart-fd

Do I need to specify for compression when building from source?


Thank you,
Ankush More

From: Heitor Faria [mailto:hei...@bacula.com.br]
Sent: Sunday, March 20, 2016 6:37 PM
To: More, Ankush
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Client backup with compress

Hello, Ankush,

Thanks for the debug information.
I can see that your FileSet is perfect and recognizes the gzip level 6 command. 
However, you will only see gzip messages using debug 500 (not 200 - sorry about 
this, I think it is not documented). You should have this kind of information 
(or hopefully an error), for each copied file:

hfaria-K46CB-fd: backup.c:1193-1177 GZIP compressed len=2653 uncompressed 
len=10432

It's better to use full backups for this test.
Anyway: one thing that you can do to solve this problem at once is uninstall 
the current client rpm and building it from source with the same director 
version (http://bacula.us/compilation/, item c).

Regards,
________
From: "More, Ankush" 
mailto:ankush.m...@capgemini.com>>
To: "Heitor Faria" mailto:hei...@bacula.com.br>>
Cc: 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Sent: Sunday, March 20, 2016 9:27:42 AM
Subject: RE: [Bacula-users] Client backup with compress
Hello Faria,

Bacula client (Linux) installed below RPMS.

bacula-common-5.0.0-12.el6.x86_64
bacula-client-5.0.0-12.el6.x86_64

Taking backup on hard disk and need software level compression , still backup 
not compress.
Please find attached file for client debug(-d200).

Appreciate for help.

Thank you,
Ankush More

From: Heitor Faria [mailto:hei...@bacula.com.br]
Sent: Saturday, March 19, 2016 12:27 AM
To: More, Ankush
Cc: 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
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<mailto: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 
mailto: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 

Re: [Bacula-users] Client backup with compress

2016-03-23 Thread More, Ankush
Hello,

Please see below, this is build for bacula client.

Configuration on Wed Mar 23 04:37:28 EDT 2016:

   Host:x86_64-unknown-linux-gnu -- redhat Enterprise 
release
   Bacula version:  Bacula 7.0.4 (04 June 2014)
   Source code location:.
   Install binaries:/usr/sbin
   Install libraries:   /usr/lib64
   Install config files:/etc/bacula
   Scripts directory:   /usr/libexec/bacula/
   Archive directory:   /tmp
   Working directory:   /var/spool/bacula/
   PID directory:   /var/run
   Subsys directory:/var/lock/subsys
   Man directory:   ${datarootdir}/man
   Data directory:  /usr/share
   Plugin directory:/usr/lib64
   C Compiler:  gcc 4.1.2
   C++ Compiler:/usr/bin/g++ 4.1.2
   Compiler flags:   -g -O2 -Wall -fno-strict-aliasing -fno-exceptions 
-fno-rtti
   Linker flags:
   Libraries:   -lpthread -ldl -ldl
   Statically Linked Tools: no
   Statically Linked FD:no
   Statically Linked SD:no
   Statically Linked DIR:   no
   Statically Linked CONS:  no
   Database backends:   None
   Database port:
   Database name:   bacula
   Database user:   bacula

   Job Output Email:root@localhost
   Traceback Email: root@localhost
   SMTP Host Address:   localhost

   Director Port:   9101
   File daemon Port:9102
   Storage daemon Port: 9103

   Director User:
   Director Group:
   Storage Daemon User:
   Storage DaemonGroup:
   File Daemon User:
   File Daemon Group:

   Large file support:  yes
   Bacula conio support:yes -lncurses
   readline support:no
   TCP Wrappers support:no
   TLS support: yes
   Encryption support:  yes
   ZLIB support:yes
   LZO support: no
   enable-smartalloc:   yes
   enable-lockmgr:  no
   bat support: no
   client-only: yes
   build-dird:  no
   build-stored:no
   Plugin support:  yes
   AFS support: no
   ACL support: yes
   XATTR support:   yes
   systemd support: no
   Batch insert enabled:None

Thank you,
Ankush More

From: compdoc [mailto:comp...@hotrodpc.com]
Sent: Wednesday, March 23, 2016 7:48 PM
To: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Client backup with compress

>#./configure --enable-client-only --enable-build-dird=no 
>--enable-build-stored=no --bindir=/usr/bin --sbindir=/usr/sbin 
>--with-scriptdir=/usr/libexec/bacula/ --with-working-dir=/var/spool/bacula/ 
>--with-logdir=/var/log --enable-smartalloc



But where is the output from this configure? It will say if compression is 
available at the end. Bacula places a file named bacula_config in your scripts 
directory that contains the output:


Configuration on Sat Feb 13 16:32:43 MST 2016:

   Host:x86_64-unknown-linux-gnu -- ubuntu 14.04
   Bacula version: Bacula 7.4.0 (16 January 2016)
   Source code location: .
  Install binaries:  /sbin
   Install libraries:  /usr/lib64
   Install config files: /etc/bacula
   Scripts directory:   /etc/bacula/scripts
   Archive directory:  /tmp
   Working directory:/opt/bacula/working
   PID directory:/var/run
   Subsys directory:  /var/run/subsys
   Man directory:   ${datarootdir}/man
   Data directory:  /usr/share
   Plugin directory:/usr/lib64
   C Compiler:  gcc 4.8.4-2ubuntu1~14.04)
   C++ Compiler:   /usr/bin/g++ 4.8.4-2ubuntu1~14.04)
   Compiler flags:  -O2 -g -Wall -x c++ -fno-strict-aliasing 
-fno-exceptions -fno-rtti
   Linker flags:
   Libraries:  -lpthread -ldl -ldl
   Statically Linked Tools:  no
   Statically Linked FD: no
   Statically Linked SD: no
   Statically Linked DIR:no
   Statically Linked CONS:   no
   Database backends:MySQL
   Database port:
   Database name:bacula
   Database user:  bacula
   Database SSL options:

   Job Output Email:
comp...@domain.com
   Traceback Email:   comp...@domain.com
   SMTP Host Address:mail.domain.com

   Director Port:9101
   File daemon Port:  9102
   Storage daemon Port:  9103

   Director User:
   Director Group:
   Storage Daemon User:
   Storage DaemonGroup:
   File Daemon User:
   File Daemon Group:

   Large file support:yes
   Bacula conio support: no -lreadline -ltinfo
   readline support:   yes
   TCP Wrappers support: no
   TLS support: yes
   Encryption support:  yes
   ZLIB support:yes
   LZO support:yes
   enable-smartalloc:yes
   enable-lockmgr: 

Re: [Bacula-users] Client backup with compress

2016-03-23 Thread More, Ankush
Hello Faria,

Below is DIR config file.

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

Not sure what you mean Compression=gzip in all of them.

Thank you,
Ankush More

From: Heitor Faria [mailto:hei...@bacula.com.br]
Sent: Wednesday, March 23, 2016 8:14 PM
To: More, Ankush
Cc: comp...@hotrodpc.com; bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Client backup with compress

Hello, Ankush:   ZLIB support:yes
Your client is fine. It must be a FileSet configuration thing, since you seems 
to have multiple Options sub-resources. Just put Compression=gzip in all of 
them.

Regards,
____
From: "More, Ankush" 
mailto:ankush.m...@capgemini.com>>
To: comp...@hotrodpc.com<mailto:comp...@hotrodpc.com>, 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Sent: Wednesday, March 23, 2016 11:32:34 AM
Subject: Re: [Bacula-users] Client backup with compress
Hello,

Please see below, this is build for bacula client.

Configuration on Wed Mar 23 04:37:28 EDT 2016:

   Host:x86_64-unknown-linux-gnu -- redhat Enterprise 
release
   Bacula version:  Bacula 7.0.4 (04 June 2014)
   Source code location:.
   Install binaries:/usr/sbin
   Install libraries:   /usr/lib64
   Install config files:/etc/bacula
   Scripts directory:   /usr/libexec/bacula/
   Archive directory:   /tmp
   Working directory:   /var/spool/bacula/
   PID directory:   /var/run
   Subsys directory:/var/lock/subsys
   Man directory:   ${datarootdir}/man
   Data directory:  /usr/share
   Plugin directory:/usr/lib64
   C Compiler:  gcc 4.1.2
   C++ Compiler:/usr/bin/g++ 4.1.2
   Compiler flags:   -g -O2 -Wall -fno-strict-aliasing -fno-exceptions 
-fno-rtti
   Linker flags:
   Libraries:   -lpthread -ldl -ldl
   Statically Linked Tools: no
   Statically Linked FD:no
   Statically Linked SD:no
   Statically Linked DIR:   no
   Statically Linked CONS:  no
   Database backends:   None
   Database port:
   Database name:   bacula
   Database user:   bacula

   Job Output Email:root@localhost
   Traceback Email: root@localhost
   SMTP Host Address:   localhost

   Director Port:   9101
   File daemon Port:9102
   Storage daemon Port: 9103

   Director User:
   Director Group:
   Storage Daemon User:
   Storage DaemonGroup:
   File Daemon User:
   File Daemon Group:

   Large file support:  yes
   Bacula conio support:yes -lncurses
   readline support:no
   TCP Wrappers support:no
   TLS support: yes
   Encryption support:  yes
   ZLIB support:yes
   LZO support: no
   enable-smartalloc:   yes
   enable-lockmgr:  no
   bat support: no
   client-only: yes
   build-dird:  no
   build-stored:no
   Plugin support:  yes
   AFS support: no
   ACL support: yes
   XATTR support:   yes
   systemd support: no
   Batch insert enabled:None

Thank you,
Ankush More

From: compdoc [mailto:comp...@hotrodpc.com]
Sent: Wednesday, March 23, 2016 7:48 PM
To: 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Subject: Re: [Bacula-users] Client backup with compress

>#./configure --enable-client-only --enable-build-dird=no 
>--enable-build-stored=no --bindir=/usr/bin --sbindir=/usr/sbin 
>--with-scriptdir=/usr/libexec/bacula/ --with-working-dir=/var/spool/bacula/ 
>--with-logdir=/var/log --enable-smartalloc



But where is the output from this configure? It will say if compression is 
available at the end. Bacula places a file named bacula_config in your scripts 
directory that contains the output:


Configuration on Sat Feb 13 16:32:43 MST 2016:

   Host:x86_64-unknown-linux-gnu -- ubuntu 14.04
   Bacula version: Bacula 7.4.0 (16 January 2016)
   Source code location: .
  Install binaries:  /sbin
   Install libraries:  /usr/lib64
   Install config files: /etc/bacula
   Scripts directory:   /etc/bacula/scripts
   Archive directory:  /tmp
   Working directory:/opt/bacula/working
   PID directory:/var/run
   Subsys directory:  /var/run/subsys
   Man directory:   ${datarootdir}/man
   Data directory:  /usr/share
   Plugin directory:/usr/lib64
   C Compiler:  gcc 4.8.4-2ubuntu1~14.04)
   C++ Compiler:   /usr/bin/g++ 4.8.4-2ubuntu1~14.04)
   Compiler flags:  -O2 -g -Wall -x c++ -fno-strict-aliasing 
-fno-exceptions -fno-rtti
   Linker flags:
   Libraries:  -lpthread -ldl -ldl
   Stat

Re: [Bacula-users] Client backup with compress

2016-03-23 Thread More, Ankush
Hello,

I re-compile client with LZO package.
Compression does not work both GZIP or LZO.

   Large file support:  yes
   Bacula conio support:yes -lncurses
   readline support:no
   TCP Wrappers support:no
   TLS support: yes
   Encryption support:  yes
   ZLIB support:yes
   LZO support: yes
   enable-smartalloc:   yes
   enable-lockmgr:  no
   bat support: no
   client-only: yes
   build-dird:  no
   build-stored:no
   Plugin support:  yes
   AFS support: no
   ACL support: yes
   XATTR support:   yes
   systemd support: no
   Batch insert enabled:None

Thank you,
Ankush More

From: More, Ankush
Sent: Wednesday, March 23, 2016 8:46 PM
To: 'Heitor Faria'
Cc: comp...@hotrodpc.com; bacula-users@lists.sourceforge.net
Subject: RE: [Bacula-users] Client backup with compress

Hello Faria,

Sorry for confusion , please ignore previous mail. I have re-compile the client 
with source which version 7.x on Linux.
Resending debug –d500 output for same.

Which support ZLIB, but still compression is not working.

ZLIB support:yes


Thank you,
Ankush More

From: Heitor Faria [mailto:hei...@bacula.com.br]
Sent: Wednesday, March 23, 2016 8:31 PM
To: More, Ankush
Cc: comp...@hotrodpc.com<mailto:comp...@hotrodpc.com>; 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Subject: Re: [Bacula-users] Client backup with compress

Hello, Akush: according to the debug you sent me this is the FileSet you are 
using for this job:

bacula-fd: job.c:273-415 Executing fileset command.
bacula-fd: job.c:753-415 I
bacula-fd: job.c:753-415 O MZ6
bacula-fd: job.c:753-415 N
bacula-fd: job.c:753-415 O e
bacula-fd: job.c:753-415 WF *.apm
bacula-fd: job.c:781-415 Set state=error or double code.
bacula-fd: job.c:753-415 N
bacula-fd: job.c:753-415 F /oracle
bacula-fd: job.c:753-415 N
bacula-fd: job.c:753-415 N
bacula-fd: job.c:753-415 E
bacula-fd: job.c:753-415 F /var/spool/bacula
bacula-fd: job.c:753-415 F /tmp
bacula-fd: job.c:753-415 F /proc
bacula-fd: job.c:753-415 F /tmp
bacula-fd: job.c:753-415 F /sys
bacula-fd: job.c:753-415 F /.journal
bacula-fd: job.c:753-415 F /.fsck
bacula-fd: job.c:753-415 N

________
From: "More, Ankush" 
mailto:ankush.m...@capgemini.com>>
To: "Heitor Faria" mailto:hei...@bacula.com.br>>
Cc: comp...@hotrodpc.com<mailto:comp...@hotrodpc.com>, 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Sent: Wednesday, March 23, 2016 11:57:12 AM
Subject: RE: [Bacula-users] Client backup with compress
Hello Faria,

Below is DIR config file.

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

Not sure what you mean Compression=gzip in all of them.

Thank you,
Ankush More

From: Heitor Faria [mailto:hei...@bacula.com.br]
Sent: Wednesday, March 23, 2016 8:14 PM
To: More, Ankush
Cc: comp...@hotrodpc.com<mailto:comp...@hotrodpc.com>; 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Subject: Re: [Bacula-users] Client backup with compress

Hello, Ankush:   ZLIB support:yes
Your client is fine. It must be a FileSet configuration thing, since you seems 
to have multiple Options sub-resources. Just put Compression=gzip in all of 
them.

Regards,

From: "More, Ankush" 
mailto:ankush.m...@capgemini.com>>
To: comp...@hotrodpc.com<mailto:comp...@hotrodpc.com>, 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Sent: Wednesday, March 23, 2016 11:32:34 AM
Subject: Re: [Bacula-users] Client backup with compress
Hello,

Please see below, this is build for bacula client.

Configuration on Wed Mar 23 04:37:28 EDT 2016:

   Host:x86_64-unknown-linux-gnu -- redhat Enterprise 
release
   Bacula version:  Bacula 7.0.4 (04 June 2014)
   Source code location:.
   Install binaries:/usr/sbin
   Install libraries:   /usr/lib64
   Install config files:/etc/bacula
   Scripts directory:   /usr/libexec/bacula/
   Archive directory:   /tmp
   Working directory:   /var/spool/bacula/
   PID directory:   /var/run
   Subsys directory:/var/lock/subsys
   Man directory:   ${datarootdir}/man
   Data directory:  /usr/share
   Plugin directory:/usr/lib64
   C Compiler:  gcc 4.1.2
   C++ Compiler:/usr/bin/g++ 4.1.2
   Compiler flags:   -g -O2 -Wall -fno-strict-aliasing -fno-exceptions 
-fno-rtti
   Linker flags:
   Libraries:   -lpthread -ldl -ldl
   Statically Linked Tools: no
   Statically Linked FD:no
   Statically Linked SD:no
   Statically Linked DIR:   no
   Statically Lin

Re: [Bacula-users] Client backup with compress

2016-03-24 Thread More, Ankush
Hi Randy,

Backing up are Database files which has very high compression ratio.
I have check same files with  linux command 'gzip' on client working fine with 
good compression ratio.
But Bacula does not work.

Thank you,
Ankush More

From: Randy Katz [mailto:rk...@simplicityhosting.com]
Sent: Thursday, March 24, 2016 1:18 PM
To: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Client backup with compress

Hi Ankush, are you sure the files you are backing up can be compressed? You 
might
want to try a separate backup on the same client of something like /usr/local 
/etc
just to test, these should definitely compress. Sometimes video, audio and 
other dense
files do not compress.
On 3/23/2016 11:44 AM, More, Ankush wrote:
Hello,

I re-compile client with LZO package.
Compression does not work both GZIP or LZO.

   Large file support:  yes
   Bacula conio support:yes -lncurses
   readline support:no
   TCP Wrappers support:no
   TLS support: yes
   Encryption support:  yes
   ZLIB support:yes
   LZO support: yes
   enable-smartalloc:   yes
   enable-lockmgr:  no
   bat support: no
   client-only: yes
   build-dird:  no
   build-stored:no
   Plugin support:  yes
   AFS support: no
   ACL support: yes
   XATTR support:   yes
   systemd support: no
   Batch insert enabled:None

Thank you,
Ankush More

From: More, Ankush
Sent: Wednesday, March 23, 2016 8:46 PM
To: 'Heitor Faria'
Cc: comp...@hotrodpc.com<mailto:comp...@hotrodpc.com>; 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Subject: RE: [Bacula-users] Client backup with compress

Hello Faria,

Sorry for confusion , please ignore previous mail. I have re-compile the client 
with source which version 7.x on Linux.
Resending debug -d500 output for same.

Which support ZLIB, but still compression is not working.

ZLIB support:yes


Thank you,
Ankush More

From: Heitor Faria [mailto:hei...@bacula.com.br]
Sent: Wednesday, March 23, 2016 8:31 PM
To: More, Ankush
Cc: comp...@hotrodpc.com<mailto:comp...@hotrodpc.com>; 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Subject: Re: [Bacula-users] Client backup with compress

Hello, Akush: according to the debug you sent me this is the FileSet you are 
using for this job:

bacula-fd: job.c:273-415 Executing fileset command.
bacula-fd: job.c:753-415 I
bacula-fd: job.c:753-415 O MZ6
bacula-fd: job.c:753-415 N
bacula-fd: job.c:753-415 O e
bacula-fd: job.c:753-415 WF *.apm
bacula-fd: job.c:781-415 Set state=error or double code.
bacula-fd: job.c:753-415 N
bacula-fd: job.c:753-415 F /oracle
bacula-fd: job.c:753-415 N
bacula-fd: job.c:753-415 N
bacula-fd: job.c:753-415 E
bacula-fd: job.c:753-415 F /var/spool/bacula
bacula-fd: job.c:753-415 F /tmp
bacula-fd: job.c:753-415 F /proc
bacula-fd: job.c:753-415 F /tmp
bacula-fd: job.c:753-415 F /sys
bacula-fd: job.c:753-415 F /.journal
bacula-fd: job.c:753-415 F /.fsck
bacula-fd: job.c:753-415 N

____
From: "More, Ankush" 
mailto:ankush.m...@capgemini.com>>
To: "Heitor Faria" mailto:hei...@bacula.com.br>>
Cc: comp...@hotrodpc.com<mailto:comp...@hotrodpc.com>, 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Sent: Wednesday, March 23, 2016 11:57:12 AM
Subject: RE: [Bacula-users] Client backup with compress
Hello Faria,

Below is DIR config file.

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

Not sure what you mean Compression=gzip in all of them.

Thank you,
Ankush More

From: Heitor Faria [mailto:hei...@bacula.com.br]
Sent: Wednesday, March 23, 2016 8:14 PM
To: More, Ankush
Cc: comp...@hotrodpc.com<mailto:comp...@hotrodpc.com>; 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Subject: Re: [Bacula-users] Client backup with compress

Hello, Ankush:   ZLIB support:yes
Your client is fine. It must be a FileSet configuration thing, since you seems 
to have multiple Options sub-resources. Just put Compression=gzip in all of 
them.

Regards,

From: "More, Ankush" 
mailto:ankush.m...@capgemini.com>>
To: comp...@hotrodpc.com<mailto:comp...@hotrodpc.com>, 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Sent: Wednesday, March 23, 2016 11:32:34 AM
Subject: Re: [Bacula-users] Client backup with compress
Hello,

Please see below, this is build for bacula client.

Configuration on Wed Mar 23 04:37:28 EDT 2016:

   Host:x86_64-unknown-linux-gnu -- redhat Enterprise 
release
   Bacula version:  Bacula 7.0.4 (04 June 2014)
   Source code location:.

Re: [Bacula-users] Client backup with compress

2016-03-24 Thread More, Ankush
Hello,

Complete FileSet:

# List of files to be backed up
FileSet {
  Name = "chrome02 Set"
  Include {
Options {
  signature = MD5
  compression = GZIP
}
#
#
File = /rman
options {
exclude = yes
wildfile  = "*.data*"
  }
  }

#
# If you backup the root directory, the following two excluded
#   files can be useful
#
  Exclude {
File = /var/spool/bacula
File = /tmp
File = /proc
File = /tmp
File = /sys
File = /.journal
File = /.fsck
  }
}

Thank you,
Ankush More

From: Wanderlei Huttel [mailto:wanderleihut...@gmail.com]
Sent: Thursday, March 24, 2016 7:36 PM
To: More, Ankush
Subject: Re: [Bacula-users] Client backup with compress

Hello Ankush

Post your FileSet again

Atenciosamente

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

2016-03-24 10:54 GMT-03:00 More, Ankush 
mailto:ankush.m...@capgemini.com>>:
Hi Randy,

Backing up are Database files which has very high compression ratio.
I have check same files with  linux command ‘gzip’ on client working fine with 
good compression ratio.
But Bacula does not work.

Thank you,
Ankush More

From: Randy Katz 
[mailto:rk...@simplicityhosting.com<mailto:rk...@simplicityhosting.com>]
Sent: Thursday, March 24, 2016 1:18 PM

To: 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Subject: Re: [Bacula-users] Client backup with compress

Hi Ankush, are you sure the files you are backing up can be compressed? You 
might
want to try a separate backup on the same client of something like /usr/local 
/etc
just to test, these should definitely compress. Sometimes video, audio and 
other dense
files do not compress.
On 3/23/2016 11:44 AM, More, Ankush wrote:
Hello,

I re-compile client with LZO package.
Compression does not work both GZIP or LZO.

   Large file support:  yes
   Bacula conio support:yes -lncurses
   readline support:no
   TCP Wrappers support:no
   TLS support: yes
   Encryption support:  yes
   ZLIB support:yes
   LZO support: yes
   enable-smartalloc:   yes
   enable-lockmgr:  no
   bat support: no
   client-only: yes
   build-dird:  no
   build-stored:no
   Plugin support:  yes
   AFS support: no
   ACL support: yes
   XATTR support:   yes
   systemd support: no
   Batch insert enabled:    None

Thank you,
Ankush More

From: More, Ankush
Sent: Wednesday, March 23, 2016 8:46 PM
To: 'Heitor Faria'
Cc: comp...@hotrodpc.com<mailto:comp...@hotrodpc.com>; 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Subject: RE: [Bacula-users] Client backup with compress

Hello Faria,

Sorry for confusion , please ignore previous mail. I have re-compile the client 
with source which version 7.x on Linux.
Resending debug –d500 output for same.

Which support ZLIB, but still compression is not working.

ZLIB support:yes


Thank you,
Ankush More

From: Heitor Faria [mailto:hei...@bacula.com.br]
Sent: Wednesday, March 23, 2016 8:31 PM
To: More, Ankush
Cc: comp...@hotrodpc.com<mailto:comp...@hotrodpc.com>; 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Subject: Re: [Bacula-users] Client backup with compress

Hello, Akush: according to the debug you sent me this is the FileSet you are 
using for this job:

bacula-fd: job.c:273-415 Executing fileset command.
bacula-fd: job.c:753-415 I
bacula-fd: job.c:753-415 O MZ6
bacula-fd: job.c:753-415 N
bacula-fd: job.c:753-415 O e
bacula-fd: job.c:753-415 WF *.apm
bacula-fd: job.c:781-415 Set state=error or double code.
bacula-fd: job.c:753-415 N
bacula-fd: job.c:753-415 F /oracle
bacula-fd: job.c:753-415 N
bacula-fd: job.c:753-415 N
bacula-fd: job.c:753-415 E
bacula-fd: job.c:753-415 F /var/spool/bacula
bacula-fd: job.c:753-415 F /tmp
bacula-fd: job.c:753-415 F /proc
bacula-fd: job.c:753-415 F /tmp
bacula-fd: job.c:753-415 F /sys
bacula-fd: job.c:753-415 F /.journal
bacula-fd: job.c:753-415 F /.fsck
bacula-fd: job.c:753-415 N


From: "More, Ankush" 
mailto:ankush.m...@capgemini.com>>
To: "Heitor Faria" mailto:hei...@bacula.com.br>>
Cc: comp...@hotrodpc.com<mailto:comp...@hotrodpc.com>, 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Sent: Wednesday, March 23, 2016 11:57:12 AM
Subject: RE: [Bacula-users] Client backup with compress
Hello Faria,

Below is DIR config file.

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

Not sure what you mean Compression=gzip in all of them.

Thank you,
Ankush More

From: Heitor Faria [mailto:hei...@bacula.com.br]
Sent: Wednesday, March 23, 2016 8:14 PM
To: More, Ankush
Cc: comp...@hotrodpc.com<mailto:comp...@hotrodpc.com>; 
bacula-u

Re: [Bacula-users] Client backup with compress

2016-03-24 Thread More, Ankush
Hello Randy,
Bacula server(7.x) is installed with Linux RPM package.
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


Thank you,
Ankush More

From: Randy Katz [mailto:rk...@simplicityhosting.com]
Sent: Thursday, March 24, 2016 8:10 PM
To: More, Ankush
Subject: Re: [Bacula-users] Client backup with compress

Then the only other thing I could think of is if the director is compiled with
the gzip/lzo libraries, have you recompiled that? Should not be too hard, you 
don't
need that long configure line, if using mysql all you need is:

./configure --with-mysql


On 3/24/2016 6:54 AM, More, Ankush wrote:
Hi Randy,

Backing up are Database files which has very high compression ratio.
I have check same files with  linux command 'gzip' on client working fine with 
good compression ratio.
But Bacula does not work.

Thank you,
Ankush More

From: Randy Katz [mailto:rk...@simplicityhosting.com]
Sent: Thursday, March 24, 2016 1:18 PM
To: 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Subject: Re: [Bacula-users] Client backup with compress

Hi Ankush, are you sure the files you are backing up can be compressed? You 
might
want to try a separate backup on the same client of something like /usr/local 
/etc
just to test, these should definitely compress. Sometimes video, audio and 
other dense
files do not compress.
On 3/23/2016 11:44 AM, More, Ankush wrote:
Hello,

I re-compile client with LZO package.
Compression does not work both GZIP or LZO.

   Large file support:  yes
   Bacula conio support:yes -lncurses
   readline support:no
   TCP Wrappers support:no
   TLS support: yes
   Encryption support:  yes
   ZLIB support:yes
   LZO support: yes
   enable-smartalloc:   yes
   enable-lockmgr:  no
   bat support: no
   client-only: yes
   build-dird:  no
   build-stored:no
   Plugin support:  yes
   AFS support: no
   ACL support: yes
   XATTR support:   yes
   systemd support: no
   Batch insert enabled:None

Thank you,
Ankush More

From: More, Ankush
Sent: Wednesday, March 23, 2016 8:46 PM
To: 'Heitor Faria'
Cc: comp...@hotrodpc.com<mailto:comp...@hotrodpc.com>; 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Subject: RE: [Bacula-users] Client backup with compress

Hello Faria,

Sorry for confusion , please ignore previous mail. I have re-compile the client 
with source which version 7.x on Linux.
Resending debug -d500 output for same.

Which support ZLIB, but still compression is not working.

ZLIB support:yes


Thank you,
Ankush More

From: Heitor Faria [mailto:hei...@bacula.com.br]
Sent: Wednesday, March 23, 2016 8:31 PM
To: More, Ankush
Cc: comp...@hotrodpc.com<mailto:comp...@hotrodpc.com>; 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Subject: Re: [Bacula-users] Client backup with compress

Hello, Akush: according to the debug you sent me this is the FileSet you are 
using for this job:

bacula-fd: job.c:273-415 Executing fileset command.
bacula-fd: job.c:753-415 I
bacula-fd: job.c:753-415 O MZ6
bacula-fd: job.c:753-415 N
bacula-fd: job.c:753-415 O e
bacula-fd: job.c:753-415 WF *.apm
bacula-fd: job.c:781-415 Set state=error or double code.
bacula-fd: job.c:753-415 N
bacula-fd: job.c:753-415 F /oracle
bacula-fd: job.c:753-415 N
bacula-fd: job.c:753-415 N
bacula-fd: job.c:753-415 E
bacula-fd: job.c:753-415 F /var/spool/bacula
bacula-fd: job.c:753-415 F /tmp
bacula-fd: job.c:753-415 F /proc
bacula-fd: job.c:753-415 F /tmp
bacula-fd: job.c:753-415 F /sys
bacula-fd: job.c:753-415 F /.journal
bacula-fd: job.c:753-415 F /.fsck
bacula-fd: job.c:753-415 N


From: "More, Ankush" 
mailto:ankush.m...@capgemini.com>>
To: "Heitor Faria" mailto:hei...@bacula.com.br>>
Cc: comp...@hotrodpc.com<mailto:comp...@hotrodpc.com>, 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Sent: Wednesday, March 23, 2016 11:57:12 AM
Subject: RE: [Bacula-users] Client backup with compress
Hello Faria,

Below is DIR config file.

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

Not sure what you mean Compression=gzip in all of them.

Thank you,
Ankush More

From: Heitor Faria [mailto:hei...@bacula.com.br]
Sent: Wednesday, March 23, 2016 8:14 PM
To: More, Ankush
Cc: comp...@hotrodpc.com<mailto:comp...@hotrodpc.com>; 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Subject: Re: [Bacula-users] Client backup with compress

Hello, Ankush:   ZLIB support:yes
Your cl

Re: [Bacula-users] Client backup with compress

2016-03-28 Thread More, Ankush
l
File = /.fsck
File = /home/virtfs

  }
}

On 3/25/2016 3:38 PM, Ana Emília M. Arruda wrote:
Hello Ankush,

The expression works correctly but for some reason, the following occurs:

1) Software compression none, FD and SD bytes written shows correct values with 
the bellow configuration:

FileSet {
  Name = "chrome02 Set"
  Include {
 Options {
exclude = yes
wildfile  = "*.data*"
 }
 Options {
signature = MD5
compression = GZIP
  }
File = /rman
  }


2) Software compression shows correct value for compression, FD and SD bytes 
written shows incorrect values with the bellow configuration:

FileSet {
  Name = "chrome02 Set"
  Include {
 Options {
exclude = yes
wildfile  = "*.data*"
 }
 Options {
signature = MD5
compression = GZIP
  }
File = /rman
  }

The estimate listing command shows that both configurations work correctly. 
Maybe this is a cosmetic error.

Best regards,
Ana


On Fri, Mar 25, 2016 at 6:21 PM, Ana Emília M. Arruda 
mailto:emiliaarr...@gmail.com>> wrote:
Hello Ankush and Randy,

It seems that there is a problem with the use of the wildfile expression. 
Regardless the "*.data*" is correct (tested with bwild utility), it seems that 
when this expression is used, the backup do not work correctly and the result 
shows a "none" software compression.

bacula-fd: job.c:1646-0 Fileset: WF *.data*
bacula-fd: job.c:1252-0 WF *.data*
bacula-fd: job.c:1280-0 Set state=error or double code.

Could you please try this filset without the exclude option that excludes 
"*.data*" (the same for Randy, I don't know if your client problem uses a 
fileset like this one).

Best regards,
Ana

On Thu, Mar 24, 2016 at 9:18 PM, Randy Katz 
mailto:rk...@simplicityhosting.com>> wrote:
Yes, her client compilation confirmed compression for gzip and lzo...so now I 
would think there is an issue here. I also have one client out of around 40 
that is not compressing. Dir and fd compiled from source version 7.4.0.
On March 25, 2016 5:29:20 AM GMT+07:00, "Ana Emília M. Arruda" 
mailto:emiliaarr...@gmail.com>> wrote:
Hello Ankush,

As Heitor said in a previous post, zlib development libraries must also be 
installed on clients. Have you checked this? Compression is working on your 
bacula server (and client) for your catalog backup because the zlib development 
libraries are installed on the bacula director host. Sorry if you have already 
answered this, but I did not found in previous posts.

Best regards,
Ana

On Thu, Mar 24, 2016 at 5:45 PM, More, Ankush 
mailto:ankush.m...@capgemini.com>> wrote:
Hello Randy,
Bacula server(7.x) is installed with Linux RPM package.
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


Thank you,
Ankush More

From: Randy Katz 
[mailto:rk...@simplicityhosting.com<mailto:rk...@simplicityhosting.com>]
Sent: Thursday, March 24, 2016 8:10 PM
To: More, Ankush
Subject: Re: [Bacula-users] Client backup with compress

Then the only other thing I could think of is if the director is compiled with
the gzip/lzo libraries, have you recompiled that? Should not be too hard, you 
don't
need that long configure line, if using mysql all you need is:

./configure --with-mysql

On 3/24/2016 6:54 AM, More, Ankush wrote:
Hi Randy,

Backing up are Database files which has very high compression ratio.
I have check same files with  linux command ‘gzip’ on client working fine with 
good compression ratio.
But Bacula does not work.

Thank you,
Ankush More

From: Randy Katz [mailto:rk...@simplicityhosting.com]
Sent: Thursday, March 24, 2016 1:18 PM
To: 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Subject: Re: [Bacula-users] Client backup with compress

Hi Ankush, are you sure the files you are backing up can be compressed? You 
might
want to try a separate backup on the same client of something like /usr/local 
/etc
just to test, these should definitely compress. Sometimes video, audio and 
other dense
files do not compress.
On 3/23/2016 11:44 AM, More, Ankush wrote:
Hello,

I re-compile client with LZO package.
Compression does not work both GZIP or LZO.

   Large file support:  yes
   Bacula conio support:yes -lncurses
   readline support:no
   TCP Wrappers support:no
   TLS support: yes
   Encryption support:  yes
   ZLIB support:yes
   LZO support: yes
   enable-smartalloc:   yes
   enable-lockmgr:  no
   bat support: no
   client-only: yes
   build-dird:  no
   build-stored:no
   Plugin support:  yes
   AFS support: no
   ACL support: yes
   XATTR support:   yes

[Bacula-users] Backup Schedule

2016-07-07 Thread More, Ankush
Hello Team,

I would like to take full backup once in 2 month (eg Jan,Mar,May etc.) and diff 
backup every week (except week doing full backup)
How I can put this below schedule?

Schedule {
  Name = "NonBill1"
  Run = Full 2nd sat at 03:00
  Run = Differential 1st,3rd sat at 03:00
  Run = Differential 4th,5th sat at 03:00
}

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.
--
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Backup Schedule

2016-07-08 Thread More, Ankush
Hello Ana,

Schedule look perfect.
Thanks for your quick response.

Thank you,
Ankush More

From: Ana Emília M. Arruda [mailto:emiliaarr...@gmail.com]
Sent: Friday, July 08, 2016 3:38 AM
To: More, Ankush
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Backup Schedule

Hello Ankush,
Do you think you are looking for the bellow schedule?

Schedule {

  Name = "NonBill1"
  Run = Full Jan Mar May Jul Sep Nov 2nd Sat at 03:00
  Run = Differential Jan Mar May Jul Sep Nov 1st,3rd-5th Sat at 03:00
  Run = Differential Feb Apr Jun Aug Oct Dec sat at 03:00
}
Best regards,
Ana


On Thu, Jul 7, 2016 at 5:29 PM, More, Ankush 
mailto:ankush.m...@capgemini.com>> wrote:
Hello Team,

I would like to take full backup once in 2 month (eg Jan,Mar,May etc.) and diff 
backup every week (except week doing full backup)
How I can put this below schedule?

​​
Schedule {
  Name = "NonBill1"
  Run = Full 2nd sat at 03:00
  Run = Differential 1st,3rd sat at 03:00
  Run = Differential 4th,5th sat at 03:00
}

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.

--
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net<mailto:Bacula-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/bacula-users

--
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users