Re: [Bacula-users] windows enterprise is not working, x32/x64.

2013-01-16 Thread Simone Caronni
On 15 January 2013 17:12, Jean-Louis Dupond jean-lo...@dupond.be wrote:

 I've been able to build a 64bit windows exe/dll on a Ubuntu 12.10
 system with the mingw64 from packages in Ubuntu.
 Also used OpenSSL 1.0 instead of the older versions given in the build
 docs for win32.
 I had to change some small things in the code  the build system to get
 everything building.
 The symbols file also contains issues (missing exports).

 Maby I should file a bug for this? So the build system can be improved
 a bit on Windows?
 Then its really not a big issue to build Bacula exe's.

 I did not build bat yet, only the bacula-fd exe's itself (which is
 enough for most of the users).


If you send the patch to bacula-devel and they are reasonable I don't see
why those should not be included.
I wes trying to build the Windows Bacula binaries myself with Fedora's
mingw but I dropped the task due to lack of time.

In Fedora there are some Windows binaries built inside rpms with mingw
(like the Windows Spice Agent) and is very handy [1]. All the macros and
SPEC file skeletons are in the Packaging Guidelines as well as static
libraries to be used as dependencies already compiled for Windows [2] [3].

Would you like to share your changes to the code so maybe we can contribute
to those?

[1]
http://koji.fedoraproject.org/koji/search?match=globtype=packageterms=mingw*
[2] https://fedoraproject.org/wiki/Packaging:MinGW
[3] https://fedoraproject.org/wiki/Packaging:MinGW_Old

Many thanks,
--Simone




-- 
You cannot discover new oceans unless you have the courage to lose sight of
the shore (R. W. Emerson).
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 ___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] LTO5 speed

2013-01-16 Thread f.staed...@dafuer.de
Hi,

 one more thing to try is raising the readahead setting for your raid0
 device, if you haven't done that yet. If this happens to be a linux
 server you could do this by echo 8192 
 /sys/block/md0/queue/readahead_kb for a software raid. If it's a
 hardware raid, use the device name of that instead of md0.

I did this already - but thanks for remarking :-) Right now it seems
that disk performance is no matter at all and after setting maximum file
size to a more reasonable value everything is running smoothly (at least
from the disk and tape view).

Thanks!
Frank.

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Tape Library and Cleaning Requests?

2013-01-16 Thread f.staed...@dafuer.de
Hello alltogether,

just another question I stumbled upon. While doing more testing with a
tape library and my rather large backup sets I came across a new
question. A single full backup of one machine is about 30 TB and while a
full backup is running the libraray requests drive cleaning (I called
support and they told me the tape drive will request cleaning on a
regular basis of TBs written to the tape along with start/stop cycles).

Right now I'm able to clean the drive after the job has finished - but
is there any possibility that bacula itself handles the cleaning requests?

Thanks in advance,
Frank.

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] windows enterprise is not working, x32/x64.

2013-01-16 Thread Adrian Reyer
On Tue, Jan 15, 2013 at 11:02:33AM -0500, Dan Langille wrote:
  If I misgot this and future windows fd-development ceased to exist, the
  code about to be removed, I'd see it as a serious problem as it damages
  the credibility of bacula as an available system.
 Umm, where did you get that idea from?  Wild speculation, without foundation 
 from what I understand.
 There has been no mention of removing support for Windows clients.

This is why I wrote 'If I misgot this' as I have that very understanding
the windows code stays where it is, get patches as they are developed,
just noone of 'the community' provides precompiled binaries. Just like
noone provides precompiled debian binaries for current bacula. But if I
like to, I can provide windows binaries or debian binaries. And if I
find errors in the windows code, patch it and stick to the coding style
and FLA I'd expect it to be included into the community edition source.

 I think the project has no business supplying binaries.  I believe that is 
 the responsibility  of each
 project (e.g. FreeBSD, NetBSD, etc).

Indeed, that is how I understand it.

Regards,
Adrian
-- 
LiHAS - Adrian Reyer - Hessenwiesenstraße 10 - D-70565 Stuttgart
Fon: +49 (7 11) 78 28 50 90 - Fax:  +49 (7 11) 78 28 50 91
Mail: li...@lihas.de - Web: http://lihas.de
Linux, Netzwerke, Consulting  Support - USt-ID: DE 227 816 626 Stuttgart

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] windows enterprise is not working, x32/x64.

2013-01-16 Thread Uwe Schuerkamp
On Wed, Jan 16, 2013 at 10:55:18AM +0100, Adrian Reyer wrote:
 
 This is why I wrote 'If I misgot this' as I have that very understanding
 the windows code stays where it is, get patches as they are developed,
 just noone of 'the community' provides precompiled binaries. Just like
 noone provides precompiled debian binaries for current bacula. But if I
 like to, I can provide windows binaries or debian binaries. And if I
 find errors in the windows code, patch it and stick to the coding style
 and FLA I'd expect it to be included into the community edition source.
 

I'd be a very happy camper if someone could provide an LZO-enabled
windows 64 bit client... I'm even willing to volunteer for alpha / beta
testing ;-) 

All the best, Uwe 



-- 
NIONEX --- Ein Unternehmen der Bertelsmann SE  Co. KGaA



--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] LTO-5 Tapes full after between 30-130gb Dell PV-124T

2013-01-16 Thread lst_hoe02

Zitat von bdoran bill.do...@concordia.ca:

 Hi,

 I'm using a Bacula setup in conjunction with a Dell PV-124T which  
 has 16 LTO-5 tapes. The system works correctly except that the tapes  
 become extremely quickly. There is no consistency between the amount  
 written to each tape though it is generally in the range of 30-130gb  
 - far less then the expected volume.

Check if you are really using LTO-5 media. Test with a known working  
tape loaded. Bacula simply writes to tape until the tape-drive reports  
a write error, this is used as tape-full marker.

Regards

Andreas



--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Client side FS detection

2013-01-16 Thread Florian Heigl
Hi all,

I'm aware this must be sort of an FAQ. I just failed to find good
examples in my searches.
What I'm looking for is how others solved listing the filesystems on a
client using a client-side command that is configured on the dir.

My goal is to backup everything local on a system, but the standard
example of looking for i.e. mounts from hda and hdb is not good.
For the sake of an example, lets say the individual servers could be
running FreeBSD or Linux and could be using udev to rename their
disks, or could be attaching more using iSCSI.
One idea I can think of is using a list of filesystem types that matter.
That way you can handle most things and also exclude cluster
filesystems like ocfs2 that should best be backed up with a different
job and separate fd.

On the other hand this idea might break if someone uses an esoteric
zbcdfs which i'm not expecting in my list of good filesystems.

How have you gone about solving this?


Florian

-- 
the purpose of libvirt is to provide an abstraction layer hiding all
xen features added since 2006 until they were finally understood and
copied by the kvm devs.

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Tape Library and Cleaning Requests?

2013-01-16 Thread Adrian Reyer
Hi Frank,

On Wed, Jan 16, 2013 at 10:30:13AM +0100, f.staed...@dafuer.de wrote:
 Right now I'm able to clean the drive after the job has finished - but
 is there any possibility that bacula itself handles the cleaning requests?

No, bacula does not know about the needed cleaning, all you can do
within bacula is define which label is a cleaning tape to prevent
bacula trying to mount it.
As there is currently no way to suspend/resume a job within bacula,
there is no way to do some cleaning in between, either.
What you could do is, if you have some way to detect when cleaning is
needed, to patch the mtx-changer script to just load the cleaning tape
if a tape change and cleaning is needed.
Possibly 'mt status' gives the needed info.

Regards,
Adrian
-- 
LiHAS - Adrian Reyer - Hessenwiesenstraße 10 - D-70565 Stuttgart
Fon: +49 (7 11) 78 28 50 90 - Fax:  +49 (7 11) 78 28 50 91
Mail: li...@lihas.de - Web: http://lihas.de
Linux, Netzwerke, Consulting  Support - USt-ID: DE 227 816 626 Stuttgart

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] windows enterprise is not working, x32/x64.

2013-01-16 Thread Jean-Louis Dupond
Could you check what http://artemis.dupie.be/bacula-win64-5.2.12.exe 
does? :)


On 2013-01-16 11:09, Uwe Schuerkamp wrote:
 On Wed, Jan 16, 2013 at 10:55:18AM +0100, Adrian Reyer wrote:

 This is why I wrote 'If I misgot this' as I have that very 
 understanding
 the windows code stays where it is, get patches as they are 
 developed,
 just noone of 'the community' provides precompiled binaries. Just 
 like
 noone provides precompiled debian binaries for current bacula. But 
 if I
 like to, I can provide windows binaries or debian binaries. And if I
 find errors in the windows code, patch it and stick to the coding 
 style
 and FLA I'd expect it to be included into the community edition 
 source.


 I'd be a very happy camper if someone could provide an LZO-enabled
 windows 64 bit client... I'm even willing to volunteer for alpha / 
 beta
 testing ;-)

 All the best, Uwe



 --
 NIONEX --- Ein Unternehmen der Bertelsmann SE  Co. KGaA



 
 --
 Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, 
 jQuery
 and much more. Keep your Java skills current with LearnJavaNow -
 200+ hours of step-by-step video tutorials by Java experts.
 SALE $49.99 this month only -- learn more at:
 http://p.sf.net/sfu/learnmore_122612
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users


--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] windows enterprise is not working, x32/x64.

2013-01-16 Thread Uwe Schuerkamp
On Wed, Jan 16, 2013 at 02:00:31PM +0100, Jean-Louis Dupond wrote:
 Could you check what http://artemis.dupie.be/bacula-win64-5.2.12.exe 
 does? :)
 
 

Certainly, I've forwarded your message to my workmate who's in charge
of our windows backup client environment. Thanks! 

Uwe 

 On 2013-01-16 11:09, Uwe Schuerkamp wrote:
 On Wed, Jan 16, 2013 at 10:55:18AM +0100, Adrian Reyer wrote:
 
 This is why I wrote 'If I misgot this' as I have that very 
 understanding
 the windows code stays where it is, get patches as they are 
 developed,
 just noone of 'the community' provides precompiled binaries. Just 
 like
 noone provides precompiled debian binaries for current bacula. But 
 if I
 like to, I can provide windows binaries or debian binaries. And if I
 find errors in the windows code, patch it and stick to the coding 
 style
 and FLA I'd expect it to be included into the community edition 
 source.
 
 
 I'd be a very happy camper if someone could provide an LZO-enabled
 windows 64 bit client... I'm even willing to volunteer for alpha / 
 beta
 testing ;-)
 
 All the best, Uwe
 
 
 
 --
 NIONEX --- Ein Unternehmen der Bertelsmann SE  Co. KGaA
 
 
 
 
 --
 Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, 
 jQuery
 and much more. Keep your Java skills current with LearnJavaNow -
 200+ hours of step-by-step video tutorials by Java experts.
 SALE $49.99 this month only -- learn more at:
 http://p.sf.net/sfu/learnmore_122612
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

-- 
uwe.schuerk...@nionex.net fon: [+49] 5242.91 - 4740, fax:-69 72
Hauptsitz: Avenwedder Str. 55, D-33311 Gütersloh, Germany
Registergericht Gütersloh HRB 4196, Geschäftsführer: H. Gosewehr, D. Suda
NIONEX --- Ein Unternehmen der Bertelsmann SE  Co. KGaA



--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] LTO-5 Tapes full after between 30-130gb Dell PV-124T

2013-01-16 Thread Cejka Rudolf
bdoran wrote (2013/01/15):
 I'm using a Bacula setup in conjunction with a Dell PV-124T which has 16 
 LTO-5 tapes. The system works correctly except that the tapes become 
 extremely quickly. There is no consistency between the amount written to each 
 tape though it is generally in the range of 30-130gb - far less then the 
 expected volume.

Why do you have commented out Maximum Spool Size? And I could not find
any Spool Data directive.

In case of LTO-5, I'm not currently sure about the needed minimal tape
write speed, but you should expect it somewhere among 40-70 MB/s, and
it is almost impossible to do it without data spooling.

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

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] windows enterprise is not working, x32/x64.

2013-01-16 Thread lst_hoe02

Zitat von Jean-Louis Dupond jean-lo...@dupond.be:

 Could you check what http://artemis.dupie.be/bacula-win64-5.2.12.exe
 does? :)


Is there any chance to get a detailed description how you setup the  
build environment?

Thanks

Andreas



--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] windows enterprise is not working, x32/x64.

2013-01-16 Thread Simone Caronni
On 16 January 2013 15:47, lst_ho...@kwsoft.de wrote:


 Zitat von Jean-Louis Dupond jean-lo...@dupond.be:

  Could you check what http://artemis.dupie.be/bacula-win64-5.2.12.exe
  does? :)
 


Yes, please!

Thanks,
--Simone

-- 
You cannot discover new oceans unless you have the courage to lose sight of
the shore (R. W. Emerson).
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 ___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] backing up a fedora 17

2013-01-16 Thread Jonathan Horne
Today I backed up a fedora 17 for the first time.  Fedora 17 does funny things 
with the file systems that I don't yet understand the concept of what they are 
doing, but it looks like this:


[jonathan@h0luvm000 ~]$ df -h
Filesystem   Size  Used Avail Use% Mounted on
rootfs60G  7.4G   50G  14% /
devtmpfs 2.0G 0  2.0G   0% /dev
tmpfs2.0G   80K  2.0G   1% /dev/shm
tmpfs2.0G  1.0M  2.0G   1% /run
/dev/mapper/vg_fedora17-lv_root   60G  7.4G   50G  14% /
tmpfs2.0G 0  2.0G   0% /sys/fs/cgroup
tmpfs2.0G 0  2.0G   0% /media
/dev/sda1485M   49M  411M  11% /boot


In actuality, there is 7GB of data on the computer.  Bacula thoughfully backs 
up 14GB.

Is there a way to tell bacula to ignore the special file systems and only 
backup the real file systems?

Thanks,
jonathan


This is a PRIVATE message. If you are not the intended recipient, please delete 
without copying and kindly advise us by e-mail of the mistake in delivery. 
NOTE: Regardless of content, this e-mail shall not operate to bind SKOPOS to 
any order or other contract unless pursuant to explicit written agreement or 
government initiative expressly permitting the use of e-mail for such purpose.
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 ___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] backing up a fedora 17

2013-01-16 Thread Simone Caronni
On 16 January 2013 16:40, Jonathan Horne jho...@skopos.us wrote:

  In actuality, there is 7GB of data on the computer.  Bacula thoughfully
 backs up 14GB.

 Is there a way to tell bacula to ignore the special file systems and only
 backup the real file systems?


I backup Fedora systems, but only specific folders. Have you looked at the
FileSet resource directives to specify some filesystems/mountpoints only?

http://bacula.org/5.2.x-manuals/en/main/main/Configuring_Director.html#SECTION00147

Regards,
--Simone



-- 
You cannot discover new oceans unless you have the courage to lose sight of
the shore (R. W. Emerson).
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 ___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] backing up a fedora 17

2013-01-16 Thread Dan Langille
On 2013-01-16 10:40, Jonathan Horne wrote:
 Today I backed up a fedora 17 for the first time. Fedora 17 does 
 funny
 things with the file systems that I don't yet understand the concept
 of what they are doing, but it looks like this:

 [jonathan@h0luvm000 ~]$ df -h

 Filesystem Size Used Avail Use% Mounted on

 rootfs 60G 7.4G 50G 14% /

 devtmpfs 2.0G 0 2.0G 0% /dev

 tmpfs 2.0G 80K 2.0G 1% /dev/shm

 tmpfs 2.0G 1.0M 2.0G 1% /run

 /dev/mapper/vg_fedora17-lv_root 60G 7.4G 50G 14% /

 tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup

 tmpfs 2.0G 0 2.0G 0% /media

 /dev/sda1 485M 49M 411M 11% /boot

 In actuality, there is 7GB of data on the computer. Bacula 
 thoughfully
 backs up 14GB.

 Is there a way to tell bacula to ignore the special file systems and
 only backup the real file systems?

I'm totally ignorant of Fedora 17, but I'm guessing others will need to 
see your
FileSet and Job for this backup.  And the version of Bacula you are 
running.


-- 
Dan Langille - http://langille.org/

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Client side FS detection

2013-01-16 Thread Thomas Lohman
 One idea I can think of is using a list of filesystem types that matter.
 That way you can handle most things and also exclude cluster
 filesystems like ocfs2 that should best be backed up with a different
 job and separate fd.

This is what we do for our UNIX systems.  We actually define each file 
system as it's own job and have things set up so if a mismatch between 
what is found on a client and what is being backed up occurs, it is 
reported and can be fixed.  You're right in that a problem with this 
approach is if your clients may be attaching storage that uses 
unexpected file system types.  For us, that isn't really a problem since 
the policy is that we back up what is fixed on the computer and each 
computer is set up by us as well.

hope this helps,


--tom



--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] db bacula owner postgres. correct?

2013-01-16 Thread Sven Gehr
hi@all,

is it correct that the postgres user owns the database bacula?



postgres=# \l+
 
List of databases
Name|  Owner   | Encoding  |   Collate   |Ctype|   
Access privileges   |  Size   | Tablespace |Description
---+--+---+-+-+---+-++
  bacula| postgres | SQL_ASCII | de_DE.UTF-8 | de_DE.UTF-8 | 
  | 7001 kB | pg_default |
  postgres  | postgres | UTF8  | de_DE.UTF-8 | de_DE.UTF-8 | 
  | 5897 kB | pg_default | default administrative connection 
database
  template0 | postgres | UTF8  | de_DE.UTF-8 | de_DE.UTF-8 | 
=c/postgres  +| 5793 kB | pg_default | unmodifiable empty 
database
|  |   | | | 
postgres=CTc/postgres | ||
  template1 | postgres | UTF8  | de_DE.UTF-8 | de_DE.UTF-8 | 
=c/postgres  +| 5897 kB | pg_default | default template for new 
databases
|  |   | | | 
postgres=CTc/postgres | ||


-- 
Viele Grüsse

Sven Gehr

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Storage daemon and Director version matching

2013-01-16 Thread compdoc
In the docs it states: the Director and Storage daemon must always be on
the same minor release number

So is it ok to run a remote 5.2.5 Storage daemon with a version 5.2.12
Director on the server? 

major.minor.release


--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Tray Monitor on Ubuntu 12.04

2013-01-16 Thread compdoc
Ubuntu 12.04 has bacula 5.2.5 in its repos and it seems to work well,
however the Windows binary on Sourceforge is 5.2.10 so I decided to try my
hand at building bacula from the files on  Sourceforge. First version
5.2.10, and then version 5.2.12.

It seems to run fine (doing my first full backups now) however the tray
monitor isn't being built even though I include --enable-tray-monitor. Bat
is built and runs fine when I include --enable-bat, so I think I must have
missed a package required by the tray monitor. 

Any suggestions?

Thanks!



--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] estimate query

2013-01-16 Thread Jonathan Horne
Is there a way to make a query that will pull estimate from all clients?


This is a PRIVATE message. If you are not the intended recipient, please delete 
without copying and kindly advise us by e-mail of the mistake in delivery. 
NOTE: Regardless of content, this e-mail shall not operate to bind SKOPOS to 
any order or other contract unless pursuant to explicit written agreement or 
government initiative expressly permitting the use of e-mail for such purpose.
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 ___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] GZIP not supported on this Client

2013-01-16 Thread Florian Heigl
2013/1/15 Novosielski, Ryan novos...@umdnj.edu:
 Sounds to me like the client was built without the GZIP library or something
 like that. That's unfortunate, but my guess is the solution is to
 create/restore a backup that isn't GZIP compressed or to build a new client
 that includes support.

Generally, that sounds like the solution is fixing the documentation :)

SCNR,
Florian

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] estimate query

2013-01-16 Thread Dan Langille
On 2013-01-16 12:44, Jonathan Horne wrote:
 Is there a way to make a query that will pull estimate from all
 clients?

Shell script it.

CLIENTS=A B
etc...

echo 'estimate ...' | bconsole


Does that help?  You could also script the list of clients.

  This is a PRIVATE message. If you are not the intended recipient,
 please delete without copying and kindly advise us by e-mail of the
 mistake in delivery. NOTE: Regardless of content, this e-mail shall
 not operate to bind SKOPOS to any order or other contract unless
 pursuant to explicit written agreement or government initiative
 expressly permitting the use of e-mail for such purpose.

Hmmm, I'm sorry you need to include that on corporate mail to a public 
mailing list.  ;)

-- 
Dan Langille - http://langille.org/

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Storage daemon and Director version matching

2013-01-16 Thread Dan Langille
On 2013-01-16 11:58, compdoc wrote:
 In the docs it states: the Director and Storage daemon must always 
 be on
 the same minor release number

 So is it ok to run a remote 5.2.5 Storage daemon with a version 
 5.2.12
 Director on the server?

I accidentally ran something similar to that recently, but I upgraded 
the SD
as soon as I could.

-- 
Dan Langille - http://langille.org/

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] db bacula owner postgres. correct?

2013-01-16 Thread Dan Langille
On 2013-01-16 11:38, Sven Gehr wrote:
 hi@all,

 is it correct that the postgres user owns the database bacula?



 postgres=# \l+

 List of databases
 Name|  Owner   | Encoding  |   Collate   |Ctype|
 Access privileges   |  Size   | Tablespace |
 Description
 
 ---+--+---+-+-+---+-++
   bacula| postgres | SQL_ASCII | de_DE.UTF-8 | de_DE.UTF-8 |
   | 7001 kB | pg_default |
   postgres  | postgres | UTF8  | de_DE.UTF-8 | de_DE.UTF-8 |
   | 5897 kB | pg_default | default administrative 
 connection
 database
   template0 | postgres | UTF8  | de_DE.UTF-8 | de_DE.UTF-8 |
 =c/postgres  +| 5793 kB | pg_default | unmodifiable empty
 database
 |  |   | | |
 postgres=CTc/postgres | ||
   template1 | postgres | UTF8  | de_DE.UTF-8 | de_DE.UTF-8 |
 =c/postgres  +| 5897 kB | pg_default | default template for 
 new
 databases
 |  |   | | |
 postgres=CTc/postgres | ||

Are you seeing any problems?  Should be OK.

Mine is owned by bacula, and it's easily changed:

   http://www.postgresql.org/docs/8.3/static/sql-alterdatabase.html

-- 
Dan Langille - http://langille.org/

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] A Bacula ebook

2013-01-16 Thread Kern Sibbald

Hello,

If you need additional Bacula How-to information you may be interested 
in the

new Bacula ebook that has been released at the following link:

http://www.packtpub.com/network-backup-with-bacula/book 
http://www.linkedin.com/redirect?url=http%3A%2F%2Fwww%2Epacktpub%2Ecom%2Fnetwork-backup-with-bacula%2Fbookurlhash=WTw0_t=tracking_anet


I haven't personally read it, but it pleases me a lot that the author and
a book publisher are interested enough to publish something on Bacula.

Best regards,
Kern
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 ___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Storage daemon and Director version matching

2013-01-16 Thread Silver Salonen
On 16.01.2013 18:58, compdoc wrote:
 In the docs it states: the Director and Storage daemon must always be on
 the same minor release number

 So is it ok to run a remote 5.2.5 Storage daemon with a version 5.2.12
 Director on the server?

 major.minor.release

Hi.

Officially, don't try this at home :)

But I've run different versions of SD and DIR on many times and I 
haven't had any problems doing so.
I've done it, because sometimes the problem is that DIR is FreeBSD and 
thus can have the latest and greatest version of Bacula easily, but SD 
is Debian which packaging is much more conservative etc.

--
Silver

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] db bacula owner postgres. correct?

2013-01-16 Thread dweimer
On 2013-01-16 12:34, Dan Langille wrote:
 On 2013-01-16 11:38, Sven Gehr wrote:
 hi@all,

 is it correct that the postgres user owns the database bacula?



 postgres=# \l+

 List of databases
 Name|  Owner   | Encoding  |   Collate   |Ctype|
 Access privileges   |  Size   | Tablespace |
 Description

 
 ---+--+---+-+-+---+-++
   bacula| postgres | SQL_ASCII | de_DE.UTF-8 | de_DE.UTF-8 |
   | 7001 kB | pg_default |
   postgres  | postgres | UTF8  | de_DE.UTF-8 | de_DE.UTF-8 |
   | 5897 kB | pg_default | default administrative
 connection
 database
   template0 | postgres | UTF8  | de_DE.UTF-8 | de_DE.UTF-8 |
 =c/postgres  +| 5793 kB | pg_default | unmodifiable empty
 database
 |  |   | | |
 postgres=CTc/postgres | ||
   template1 | postgres | UTF8  | de_DE.UTF-8 | de_DE.UTF-8 |
 =c/postgres  +| 5897 kB | pg_default | default template for
 new
 databases
 |  |   | | |
 postgres=CTc/postgres | ||

 Are you seeing any problems?  Should be OK.

 Mine is owned by bacula, and it's easily changed:

http://www.postgresql.org/docs/8.3/static/sql-alterdatabase.html

The owner shouldn't matter as long as the permissions are correct for 
the user, if you configured the Bacula Director to use postgres to 
connect to the database, however that would be bad.  It would work just 
fine, but its a very bad security practice, and could allow access to 
other databases on the server.  If the server is dedicated to only the 
Bacula database it wouldn't be as bad, but still not a good idea.

-- 
Thanks,
Dean E. Weimer
http://www.dweimer.net/

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Reporting on previous jobs

2013-01-16 Thread Jack Cobb
We are using Bacula 5.0.3 on an Ubuntu 10.04 server using MySQL as the
database engine.  We review each day's backup to verify it completed but now
our auditors are asking for a report that shows the backup job results for
the previous twelve months...which is the amount of time we keep our backup
history.  

 

Has anyone ever generated a report using the Bacula history and if so what
tools did you use?  Thanks.

 

Jack Cobb

MIS Department

Skyline Corporation

574.294.6521 x.362

jc...@skylinecorp.com

 

skyline_logo

 

image001.jpg--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 ___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] A Bacula ebook

2013-01-16 Thread spy
Thank You!
I'll definitel try this :)

Regards,
Bálint


2013/1/16 Kern Sibbald k...@sibbald.com

  Hello,

 If you need additional Bacula How-to information you may be interested in
 the
 new Bacula ebook that has been released at the following link:

 http://www.packtpub.com/network-backup-with-bacula/bookhttp://www.linkedin.com/redirect?url=http%3A%2F%2Fwww%2Epacktpub%2Ecom%2Fnetwork-backup-with-bacula%2Fbookurlhash=WTw0_t=tracking_anet

 I haven't personally read it, but it pleases me a lot that the author and
 a book publisher are interested enough to publish something on Bacula.

 Best regards,
 Kern


 --
 Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
 and much more. Keep your Java skills current with LearnJavaNow -
 200+ hours of step-by-step video tutorials by Java experts.
 SALE $49.99 this month only -- learn more at:
 http://p.sf.net/sfu/learnmore_122612

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


--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 ___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Reporting on previous jobs

2013-01-16 Thread Bill Arlofski
On 01/16/13 14:33, Jack Cobb wrote:
 We are using Bacula 5.0.3 on an Ubuntu 10.04 server using MySQL as the
 database engine.  We review each day’s backup to verify it completed but now
 our auditors are asking for a report that shows the backup job results for the
 previous twelve months...which is the amount of time we keep our backup 
 history. 
 
  
 
 Has anyone ever generated a report using the Bacula history and if so what
 tools did you use?  Thanks.

Hi Jack... couldn't you just use the list jobs bconsole output?

It is formatted reasonably enough as-is, or you could script something to
convert it into CSV format which could be pulled into a spreadsheet.

A quick (and very dirty) combination of bconsole, grep and sed might do the
trick like so:

echo list jobs | bconsole -c /etc/bacula/bconsole.conf \
 | grep ^| | sed  -e 's/|//g' -e 's/,//g' -e 's/^ \+//' \
 -e 's/ \+/ /g' -e 's/ \+$//' -e 's/ /,/g'


Which outputs:

--[snip]--
18966,SpeedyFull,2013-01-15,20:30:21,B,I,23614,1816360338,T
18967,SpeedyMusic,2013-01-15,20:30:21,B,I,0,0,T
18969,Voip,2013-01-15,20:30:21,B,I,152,1174965049,T
18980,Voip,2013-01-15,20:30:21,C,I,152,1174982569,T
18970,Satch,2013-01-15,20:30:23,B,I,84,1311771664,T
18965,NewbyFull,2013-01-15,20:30:26,B,I,1513,812848531,T
18971,Zimbra,2013-01-16,02:45:00,B,F,387775,16323518664,T
18972,Helpdesk,2013-01-16,02:46:58,B,F,182057,9736122612,T
18973,Newby_MustHave,2013-01-16,04:00:05,B,F,22914,6787198696,T
18974,Catalog,2013-01-16,04:04:36,B,F,9,11054415984,T
--[snip]--


Of course, all of our Job Names contain no spaces so the above output does not
insert double quotes, but that is easy enough to fix if you have spaces in
your job names.

Hope this helps

--
Bill Arlofski
Reverse Polarity, LLC

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users