Amanda-Users

processing for maxdumps settings

2004-11-22 04:42:08
Subject: processing for maxdumps settings
From: Sven Rudolph <rudsve AT drewag DOT de>
To: amanda-users AT amanda DOT org
Date: 22 Nov 2004 10:35:41 +0100
A simplified version of my config:

amanda.conf:

# maxdumps 1            # amount of parallelism per client
#                       maxdumps is not set in the general section

define dumptype data {
        program "GNUTAR"
        index yes
        compress fast
        strategy noinc
        record no
}

define dumptype data-host1 {
        data
        maxdumps 3
}


disklist:

host1   /dir1...        data-host1
# many more dirs like this

host1   /dira...        data
# many more dirs like this




Now even when all dirs with the "data" dumptype are done amanda does
not run more than one dump on host1.

Is having different maxdumps values for the same host allowed?

Can maxdumps in a dumptype be larger than the global setting?

Or do you suspect some completely different cause ...?

        Sven

<Prev in Thread] Current Thread [Next in Thread>
  • processing for maxdumps settings, Sven Rudolph <=