Bacula-users

[Bacula-users] Max Diff Interval problem

2009-04-21 06:42:26
Subject: [Bacula-users] Max Diff Interval problem
From: morty AT frakir DOT org
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 21 Apr 2009 06:23:56 -0400
I'm testing bacula 3.0.0, built from source with sqlite3, on a Debian
5.0 box.  It's configured to run incrementals every minute on a small
dir, with:

  MaxFullInterval=4 minutes
  MaxDiffInterval=2 minutes

But stat dir shows:

Terminated Jobs:
 JobId  Level    Files      Bytes   Status   Finished        Name 
====================================================================
    43  Incr          0         0   OK       21-Apr-09 06:01 conan-fd
    44  Incr          1         0   OK       21-Apr-09 06:02 conan-fd
    45  Incr          1    16.38 K  OK       21-Apr-09 06:03 conan-fd
    46  Incr          0         0   OK       21-Apr-09 06:04 conan-fd
    47  Full      2,110    39.66 M  OK       21-Apr-09 06:05 conan-fd
    48  Incr          0         0   OK       21-Apr-09 06:06 conan-fd
    49  Incr          0         0   OK       21-Apr-09 06:07 conan-fd
    50  Incr          0         0   OK       21-Apr-09 06:08 conan-fd
    51  Incr          0         0   OK       21-Apr-09 06:09 conan-fd
    52  Full      2,110    39.66 M  OK       21-Apr-09 06:10 conan-fd

Looks like MaxFullInterval is working correctly, but MaxDiffInterval
isn't.

Is this a bug, or am I missing something?

[Should I be reporting this here, or to -devel?  Erring on the side of
caution.]

- Morty

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] Max Diff Interval problem, morty <=