Amanda-Users

Re: breaking up harddrives for gtar

2004-09-01 21:13:24
Subject: Re: breaking up harddrives for gtar
From: Mike Fedyk <mfedyk AT matchmail DOT com>
To: amanda-users AT amanda DOT org
Date: Wed, 01 Sep 2004 18:11:55 -0700
Jon LaBadie wrote:

On Wed, Sep 01, 2004 at 04:01:10PM -0700, Mike Fedyk wrote:
Paul Bijnens wrote:

Look for a few large subdirectories, and make a separate
DLE for those.  Then group the other ones in meaning parts using
globbing (only the one level deep!!!).  Make sure the globs cover
all names, even the one that don't exist yet.

See the last example in examples/disklist in the source tarball.
How does this affect amrecover?

In the examples/disklist would I "hosta /diskA/all /diskA" recover with the root directory as "/diskA" or "/diskA/all"?

hosta /diskA/all /diskA {
      # all directories except the one that start with [a-u]
      high-tar
      exclude "./[a-u]*"
      } 1
hosta /diskA/ag /diskA {
      # all directories that start with [a-g] except big1 and big2
      high-tar
      include "./[a-g]*"
      exclude "./big1" "./big2"
      } 1


The host is "hosta".
The disk is either "/diskA/all" or "/diskA/ag".
Files come back relative to the device, "/diskA".
Great!

Thanks.

<Prev in Thread] Current Thread [Next in Thread>