On Feb 12, 2001, "richard" <[EMAIL PROTECTED]> wrote:

> dumptype comp-root-tar-exclude-1-z {
> comp-root-tar
> exclude "./[l-z]*"
> }

> dumptype comp-root-tar-l-z {
> comp-root-tar
> include "./[a-k]*"
> }

> 202.85.164.38 /home    comp-root-tar-exclude-l-z
> 202.85.164.38 /home/.  comp-root-tar-l-z


>   Is this setting enough to cover all my files in the /home directory.

Yep, but, if you have any files or directories starting with anything
other than [a-z], you'll get them backed up twice.  That's why I had
suggested `./[^a-k]*' and `./[a-k]*'.

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