Amanda-Users

Re: breaking up harddrives for gtar

2004-09-01 20:13:02
Subject: Re: breaking up harddrives for gtar
From: Jon LaBadie <jon AT jgcomp DOT com>
To: amanda-users AT amanda DOT org
Date: Wed, 1 Sep 2004 20:11:21 -0400
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".
-- 
Jon H. LaBadie                  jon AT jgcomp DOT com
 JG Computing
 4455 Province Line Road        (609) 252-0159
 Princeton, NJ  08540-4322      (609) 683-7220 (fax)

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