Amanda-Users

Re: breaking up harddrives for gtar

2004-09-01 19:05:56
Subject: Re: breaking up harddrives for gtar
From: Mike Fedyk <mfedyk AT matchmail DOT com>
To: Paul Bijnens <paul.bijnens AT xplanation DOT com>
Date: Wed, 01 Sep 2004 16:01:10 -0700
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

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