Dear sir,
  Thanks for your reply. But, I still can not quite understanding how can I
divide the /home into Part(a) of /home/a to k and of Part(b) of /home/l to
z.
  For example, in my disklist file, I have
#localhost /etc comp-root-tar
202.85.164.38 /home comp-root-tar

  But, now should I have:
202.85.164.38 /home    ./[^a-k]*
202.85.164.38 /home/.  ./[a-k]*

  Is this correct?

Yours,
Richard Ao



----- Original Message -----
From: "Alexandre Oliva" <[EMAIL PROTECTED]>
To: "richard" <[EMAIL PROTECTED]>
Cc: "amanda-users" <[EMAIL PROTECTED]>
Sent: Friday, February 09, 2001 5:45 PM
Subject: Re: none


> On Feb  9, 2001, "richard" <[EMAIL PROTECTED]> wrote:
>
> > Part(a): /home/a to k
> > Part(b): /home/l to z
>
> >   How can I do this in my disklist file?
>
> List /home and /home/., and, in the corresponding dumptypes, exclude
> ./[^a-k]* for Part a and ./[a-k]* for Part b.
>
> --
> Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
> Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
> CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
> Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to