On Wed, Nov 03, 2004 at 10:53:59PM +0100, Jukka Salmi wrote:
> Hmm, when setting dumpcycle to zero, to what value should runspercycle
> be set if amdump runs once a day? Zero ("same as dumpcycle") or one?

Both settings are equivalent.  From planner.c:
    if (runs_per_cycle <= 0) {
        runs_per_cycle = 1;
    }

So pick the one that looks nicer :-)

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        [EMAIL PROTECTED]
|  |  /
The animal that coils in a circle is the serpent; that's why so
many cults and myths of the serpent exist, because it's hard to
represent the return of the sun by the coiling of a hippopotamus.
        - Umberto Eco, "Foucault's Pendulum"

Reply via email to