[Bacula-users] bacula-docs fails to build with texlive instead of tetex

2009-09-09 Thread Wolfram Schlich
Hi,

bacula-docs fails to build using texlive
instead of tetex:

make: *** [tex] Erreur 1

Please see the corresponding Gentoo bug report:

http://bugs.gentoo.org/show_bug.cgi?id=241384

What can be done about this? TeTeX is said to be
dead and TeXlive is said to be its successor.

Thanks,
Wolfram
-- 
Regards,
Wolfram Schlich wschl...@gentoo.org
Gentoo Linux * http://dev.gentoo.org/~wschlich/

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] allways full even if incremental

2009-09-09 Thread Gerald Leier
hi,

On Tue, 2009-09-08 at 19:56 +0100, Martin Simmons wrote:
  On Tue, 08 Sep 2009 14:05:19 +0200, Gerald Leier said:
  
  hello,
  
  i noticed some strange behaviour when backing up
  one of our linux hosts with bacula.
  
  bacula allways backs up everything. if i run it
  3 times in a row it allways produces the same amount
  of files (Incremental backup)
  
  at first i thought it may be because of some timestamps
  missing..
  
  but the mount options are the same on hosts that dont
  do a allways full never incremental even if incremental
  backup.
  
  any suggestions how to debug that, or any ideas what
  can cause that behaviour?
  
  bacula version is 3.0.1
  the filesystem taht makes trouble:
  / type ext3 (rw,acl,user_xattr)
  kernel: 2.6.16.60
 
 Does Bacula upgrade all of the jobs to Full or is it running them as
 Incremental?  The log output shows this.
 
it is running them as incremental.



 Are you using the same fileset for working and broken hosts?
 
yes its the same fileset for the other linux hosts.


gerald








 __Martin
 
 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
 trial. Simplify your report design, integration and deployment - and focus on 
 what you do best, core application coding. Discover what's new with 
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
-- 


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Two questions concerning Bacula (Off Course)

2009-09-09 Thread M. Sébastien LELIEVRE
Reynier Pérez Mira a écrit :
 Julien Cigar wrote:
 http://wiki.bacula.org/doku.php?id=application_specific_backups:oracle_rdbms
 
 This describe the process when both applications Oracle DB and Bacula 
 are in the same system (server as far as I understood) but I have this 
 separated: Bacula is running on Ubuntu Server 9.04 and Oracle 10g R2 is 
 running on RH AS 4.6 as I said before. So what's the best approach to 
 follow here?
 

You misunderstood it ; the RunBeforeJob and RunAfterJob parameters in
the Job section execute scripts (as root, iirc) from the remote file
daemon you want to backup.

It does not have to be on the same machine.

Best Regards,
-- 
Sebastien


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Two questions concerning Bacula (Off Course)

2009-09-09 Thread Kevin Keane
M. Sébastien LELIEVRE wrote:
 Reynier Pérez Mira a écrit :
   
 Julien Cigar wrote:
 
 http://wiki.bacula.org/doku.php?id=application_specific_backups:oracle_rdbms
   
 This describe the process when both applications Oracle DB and Bacula 
 are in the same system (server as far as I understood) but I have this 
 separated: Bacula is running on Ubuntu Server 9.04 and Oracle 10g R2 is 
 running on RH AS 4.6 as I said before. So what's the best approach to 
 follow here?
 
 You misunderstood it ; the RunBeforeJob and RunAfterJob parameters in
 the Job section execute scripts (as root, iirc) from the remote file
 daemon you want to backup.

 It does not have to be on the same machine.
   
You may be thinking of the ClientRunBeforeJob and ClientRunAfterJob 
directives?

RunBeforeJob and RunAfterJob are executed by the director, and run as 
whatever user the director is running (usually, user bacula).

ClientRunBeforeJob and ClientRunAfterJob are executed by the FD, and run 
as whatever user the FD is running (usually root, as you already said).

-- 
Kevin Keane
Owner
The NetTech
Find the Uncommon: Expert Solutions for a Network You Never Have to Think About

Office: 866-642-7116
http://www.4nettech.com

This e-mail and attachments, if any, may contain confidential and/or 
proprietary information. Please be advised that the unauthorized use or 
disclosure of the information is strictly prohibited. The information herein is 
intended only for use by the intended recipient(s) named above. If you have 
received this transmission in error, please notify the sender immediately and 
permanently delete the e-mail and any copies, printouts or attachments thereof.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Two questions concerning Bacula (Off Course)

2009-09-09 Thread Bruno Friedmann
Reynier Pérez Mira wrote:
 Hi every:
 I have two questions about Bacula.
 
 1) Recently my boss tell me that he need  to backup a Oracle 10g R2 
 installed on RedHat 4.5 AS. How I can do this?
 2) I have one Debian Lenny with OSSIM and I need to backup this too. My 
 Bacula server is running Bacula 3.0.1 and Bacula FD on Debian 
 repositories is 2.4.4-1. Can I backup this client too or I need to build 
 Bacula FD 3.0.x client?
 
 Cheers and thanks in advance

Be carefull with the mixed version FD / Dir / Sd there's several messages about 
trouble with authentification
between 2.4 FD  storage 3x

It's better to use a FD 3.x ( should be already compiled  packaged for debian 
somewhere )
Also 3.x fd can use plugin pipe ( and other ) check docs for that.


-- 

 Bruno Friedmann

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Building just SD from source

2009-09-09 Thread Joseph L. Casale
Is this possible to do so that mysql binaries and libraries are not
needed?

Thanks,
jlc

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Automatically mount nfs location

2009-09-09 Thread John Drescher
 Is this not possible/wise? No matter what I do, following the dvd setup
 my backup stalls waiting for me to mount, then label media? I would rather
 have bacula mount the location when it needs to write to it.


You need to better describe your problem. Post error messages and
describe what media you are using. I am confused with you talking
about both NFS and dvd.

John

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Automatically mount nfs location

2009-09-09 Thread Joseph L. Casale
You need to better describe your problem. Post error messages and
describe what media you are using. I am confused with you talking
about both NFS and dvd.

John,
Sorry for the confusion, I am trying to setup a device in bacula-sd.conf
that behaves like a DVD but for NFS. I just hoped it would mount the share
when it needs it, I ended up installing autofs on this CentOS box and setting
up a simple file based storage with a path of /net/ip address/path and
called it a day. The error I got was that it couldn't stat the Archive Device.
I assumed the Device Resource functioned this way, maybe not?


Device {
  Name = NFS_Storage
  Media Type = NFS
  Archive Device = host:/mypool/Bacula
  LabelMedia = yes;
  Random Access = Yes;
  AutomaticMount = yes;
  RemovableMedia = yes;
  AlwaysOpen = no;
  RequiresMount = yes;
  MountPoint = /mnt/host;
  MountCommand = /bin/mount -t nfs -o rw %a %m;
  UnmountCommand = /bin/umount %m;
}

If this could work, I would rather have it function this way then rely on 
autofs.

Thanks!
jlc

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Building just SD from source

2009-09-09 Thread Martin Simmons
 On Wed, 9 Sep 2009 11:32:45 +, Joseph L Casale said:
 
 Is this possible to do so that mysql binaries and libraries are not
 needed?

Alas not, because building the SD also builds the tools like bscan, which do
need a database.

However, you can build Bacula with sqlite instead of mysql as long as you only
need the bacula-sd program.  Sqlite can be built from source in the depkgs
download.

__Martin

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula 3.0.2 Packages for Solaris and OpenSolaris

2009-09-09 Thread mehma sarja
The user community should make an effort to offer pre-compiled fd's and sd's
for various OSes. I was in the same dilemma.
Yudhvir
===

On Tue, Sep 8, 2009 at 6:50 PM, Joseph L. Casale
jcas...@activenetwerx.comwrote:

 Anyone know of existing Bacula 3.0.2 packages for these
 two distros?

 Blastwaves are old and I don't want to compile from source
 on these production machines.

 Thanks,
 jlc


 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
 trial. Simplify your report design, integration and deployment - and focus
 on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Automatically mount nfs location

2009-09-09 Thread John Drescher
On Wed, Sep 9, 2009 at 10:03 AM, Joseph L. Casale
jcas...@activenetwerx.com wrote:
You need to better describe your problem. Post error messages and
describe what media you are using. I am confused with you talking
about both NFS and dvd.

 John,
 Sorry for the confusion, I am trying to setup a device in bacula-sd.conf
 that behaves like a DVD but for NFS. I just hoped it would mount the share
 when it needs it, I ended up installing autofs on this CentOS box and setting
 up a simple file based storage with a path of /net/ip address/path and
 called it a day. The error I got was that it couldn't stat the Archive Device.
 I assumed the Device Resource functioned this way, maybe not?


Autofs should do the trick although I have never used it this way with bacula.

Any reason why you do not have a bacula SD on the NFS server?

John

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] allways full even if incremental

2009-09-09 Thread Slava Dubrovskiy
08.09.2009 15:05, Gerald Leier пишет:
 bacula version is 3.0.1
   
Try to update up to 3.0.2 


-- 
WBR,
Dubrovskiy Vyacheslav




smime.p7s
Description: S/MIME Cryptographic Signature
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula 3.0.2 Packages for Solaris and OpenSolaris

2009-09-09 Thread Joseph L. Casale
The user community should make an effort to offer pre-compiled fd's and sd's 
for various OSes. I was in the same dilemma.

Did you just manually compile the whole thing?

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Automatically mount nfs location

2009-09-09 Thread Joseph L. Casale
Autofs should do the trick although I have never used it this way with bacula.

Yea, much simpler:)

Any reason why you do not have a bacula SD on the NFS server?

Because I am trying to avoid compiling on this Solaris server and I
can't find 3.0.2 packages in any Solaris repo:( I do want to get an
SD on it long term.

Thanks!
jlc


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Building just SD from source

2009-09-09 Thread Joseph L. Casale
Alas not, because building the SD also builds the tools like bscan, which do
need a database.

However, you can build Bacula with sqlite instead of mysql as long as you only
need the bacula-sd program.  Sqlite can be built from source in the depkgs
download.

Thanks for that info! Is it feasible for me to just jumpstart a vm quickly
and compile it as per the manual, then copy the directory to the server in
question and install just the SD, or am I overcomplicating?

Thanks,
jlc

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Hardware Crypto-Accelerators and Bacula

2009-09-09 Thread Steve Polyack
I may have asked this question before, but has anyone had any luck with 
getting Bacula to utilize a hardware crypto accelerator for FD 
encryption?  Setting the engine(3) options in openssl.cnf do not appear 
to have any affect.  This can be confirmed with statistic programs which 
hook into the crypto drivers, showing that no data is being processed by 
the accelerator during backups.

A few months ago I attempted a patch to add OpenSSL engine(3) selection 
support to the Bacula source code.  This was unsuccessful, as merely 
selecting and enabling the hardware crypto engine will cause Bacula to 
crash upon updating the cipher context.  Based on various similar 
examples I have coded, the best I can come up with is that this has 
something to do with the IV generation / IVs that are being used.  Does 
anyone have any ideas here?

This is a valuable feature to support.  When backing up large amounts of 
data, I have witnessed almost a quadrupling of the job run time after 
simply enabling FD encryption.  Rates drop from 15MB/sec to under 
5MB/sec, making backups take way too long.  It is also easy to monitor 
the massive load which they put upon the CPU.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Old stats appearing

2009-09-09 Thread Joseph L. Casale
After manually deleting the bacula mysql db, if I perform a
status storage=name in bconsole, I see old terminated jobs.

Where is this coming from?

Thanks!
jlc

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula 3.0.2 Packages for Solaris and OpenSolaris

2009-09-09 Thread Fahrer, Julian
Hi,

http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg33776.html

the options I use to compile bacula are in this thread.

Kind regards

Julian

-Ursprüngliche Nachricht-
Von: Joseph L. Casale [mailto:jcas...@activenetwerx.com] 
Gesendet: Mittwoch, 9. September 2009 16:42
An: bacula-users@lists.sourceforge.net
Betreff: Re: [Bacula-users] Bacula 3.0.2 Packages for Solaris and OpenSolaris

The user community should make an effort to offer pre-compiled fd's and sd's 
for various OSes. I was in the same dilemma.

Did you just manually compile the whole thing?

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Old stats appearing

2009-09-09 Thread John Drescher
 After manually deleting the bacula mysql db, if I perform a
 status storage=name in bconsole, I see old terminated jobs.

 Where is this coming from?


This info is not in the database. I believe there is a text file that
has this in /var/lib/bacula or /var/tmp/bacula however on my director
I did not find it so I am not sure.

John

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Old stats appearing

2009-09-09 Thread C M Reinehr
On Wed 09 September 2009 01:24:55 pm John Drescher wrote:
  After manually deleting the bacula mysql db, if I perform a
  status storage=name in bconsole, I see old terminated jobs.
 
  Where is this coming from?

 This info is not in the database. I believe there is a text file that
 has this in /var/lib/bacula or /var/tmp/bacula however on my director
 I did not find it so I am not sure.

 John

Would that be the bacula*.state files in /var/lib/bacula. I've not read it 
anywhere but it appears that these are written when the various daemons are 
shut down.

cmr



-- 
Debian 'Etch' - Registered Linux User #241964

More laws, less justice. -- Marcus Tullius Ciceroca, 42 BC

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Building just SD from source

2009-09-09 Thread Martin Simmons
 On Wed, 9 Sep 2009 14:45:18 +, Joseph L Casale said:
 Accept-Language: en-US
 Content-Language: en-US
 
 Alas not, because building the SD also builds the tools like bscan, which do
 need a database.
 
 However, you can build Bacula with sqlite instead of mysql as long as you 
 only
 need the bacula-sd program.  Sqlite can be built from source in the depkgs
 download.
 
 Thanks for that info! Is it feasible for me to just jumpstart a vm quickly
 and compile it as per the manual, then copy the directory to the server in
 question and install just the SD, or am I overcomplicating?

That should work, but I think you will need to Bacula's shared libraries as
well as bacula-sd.  Running ldd bacula-sd should show which ones (ignore
anything in /usr/lib).

__Martin

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Old stats appearing

2009-09-09 Thread John Drescher
On Wed, Sep 9, 2009 at 2:30 PM, C M Reinehr c...@amsent.com wrote:
 On Wed 09 September 2009 01:24:55 pm John Drescher wrote:
  After manually deleting the bacula mysql db, if I perform a
  status storage=name in bconsole, I see old terminated jobs.
 
  Where is this coming from?

 This info is not in the database. I believe there is a text file that
 has this in /var/lib/bacula or /var/tmp/bacula however on my director
 I did not find it so I am not sure.

 John

 Would that be the bacula*.state files in /var/lib/bacula. I've not read it
 anywhere but it appears that these are written when the various daemons are
 shut down.


Yes, it looks like the state files contain this information.

http://www.bacula.org/manuals/en/concepts/concepts/New_Features.html

John

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Old stats appearing

2009-09-09 Thread C M Reinehr
On Wed 09 September 2009 04:00:06 pm John Drescher wrote:
 On Wed, Sep 9, 2009 at 2:30 PM, C M Reinehr c...@amsent.com wrote:
  On Wed 09 September 2009 01:24:55 pm John Drescher wrote:
   After manually deleting the bacula mysql db, if I perform a
   status storage=name in bconsole, I see old terminated jobs.
  
   Where is this coming from?
 
  This info is not in the database. I believe there is a text file that
  has this in /var/lib/bacula or /var/tmp/bacula however on my director
  I did not find it so I am not sure.
 
  John
 
  Would that be the bacula*.state files in /var/lib/bacula. I've not read
  it anywhere but it appears that these are written when the various
  daemons are shut down.

 Yes, it looks like the state files contain this information.

 http://www.bacula.org/manuals/en/concepts/concepts/New_Features.html

 John

I seem to recall someone saying you just could delete these files  restart 
the daemons if they contain stale information. I know I've deleted them a 
time or two without causing any problems.

cmr



-- 
Debian 'Etch' - Registered Linux User #241964

More laws, less justice. -- Marcus Tullius Ciceroca, 42 BC

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] allways full even if incremental

2009-09-09 Thread Cedric Tefft
Troy Daniels wrote:
 Is it possible the files where created with a mtime in the future?

  From memory, Bacula uses the mtime of the files to determine if they 
 have changed since the last backup ran.

 If they have a mtime in the future they get backed up every time.

 If so, using 'touch' on all the files to reset their mtime should stop 
 the behaviour I believe.
   
Actually bacula uses ctime by default, not mtime.

According to the documentation for File Set options  ( 
http://www.bacula.org/manuals/en/install/install/Configuring_Director.html#SECTION0067
 
), if you set keepatime=yes WITHOUT also setting mtimeonly=yes, bacula 
will back up every file every time, even for incrementals.  HOWEVER if 
the OP is literally using one file set definition for multiple hosts, 
then he should expect to see this behavior on all of those hosts, not 
just the one.

One possibility which occurs to me is that there may be some kind of 
time synchronization problem between the director and the client.  I 
suspect the problem as described could be a result of the client's clock 
being too far ahead of the director's.  I would suggest verifying the 
client and director's clocks more or less agree.  This may be a 
non-obvious issue if the client and director are in different time zones 
-- or, more to the point, if one of them is in the wrong timezone.

- Cedric



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users