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                  [EMAIL PROTECTED]
 JG Computing
 4455 Province Line Road        (609) 252-0159
 Princeton, NJ  08540-4322      (609) 683-7220 (fax)

Reply via email to