Amanda-Users

Re: How do I run multiple parallel samba DLEs?

2004-10-28 20:19:33
Subject: Re: How do I run multiple parallel samba DLEs?
From: Kevin Dalley <kevin AT kelphead DOT org>
To: amanda-users AT amanda DOT org
Date: Thu, 28 Oct 2004 17:17:48 -0700
"Stefan G. Weichinger" <monitor AT oops.co DOT at> writes:

>
> Lookup the usage of the parameter maxdumps.
>
> man amanda:
>
> maxdumps int
>
>   Default:  1.
>   The maximum number of backups from a single host that Amanda will attempt 
> to run in parallel.
>
> Increase this one and tell us the results.
>


That was my starting point.  I set maxdumps to 4, but only in the
dumptypes for amanda.  I'm still using the default of 1 for other
backups.

Should I set maxdumps to 4 globally rather than locally.  Here are the
relevant dumptypes.

define dumptype root-sambatar {
    program "GNUTAR"
    comment "Root partitions dumped with tar"
    options index
    compress server best
    maxdumps 4
    priority low
}

define dumptype user-sambatar {
    comment "User partitions dumped with samba"
    root-sambatar
    priority medium
}


-- 
Kevin Dalley
kevin AT kelphead DOT org