Amanda-Users

Re: split disklist aphabetically

2005-05-12 13:39:41
Subject: Re: split disklist aphabetically
From: Jon LaBadie <jon AT jgcomp DOT com>
To: Amanda List <amanda-users AT amanda DOT org>
Date: Thu, 12 May 2005 13:19:10 -0400
On Thu, May 12, 2005 at 12:50:02PM -0400, Luc Lalonde wrote:
> Hello Folks,
> 
> What are your recommendations for spliting directories with excludes 
> without having to reorganize directories in a partition that I want to 
> backup?
> 
> Basically, I want:
> 
> client   /foo/a*   dumptype-a
> client  /foo/b*    dumptype-b
> .
> client /foo/z*      dumptype-z
> 

define dumptype common-stuff {
        ...
}

client  FooA    /foo    {
        common-stuff
        include file "./a*"
}
....
client  FooZ    /foo    {
        common-stuff
        include file "./z*"
}

-- 
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>