Amanda-Users

Re: How can I split up a large disk partition?

2004-02-05 09:17:41
Subject: Re: How can I split up a large disk partition?
From: stan <stanb AT panix DOT com>
To: amanda-users AT amanda DOT org
Date: Thu, 5 Feb 2004 09:13:51 -0500
On Thu, Feb 05, 2004 at 02:16:09PM +0100, Paul Bijnens wrote:
> stan wrote:
> 
> >>>/foo/bar/[A-J]*
> >>>/foo/bar/[K-z]*
> 
> Don't mix uppercase and lowercase in the character maps.
> It depends on the current LANG and/or LC_* settings what they
> expand to.  Probably not what you want.
> 
> Maybe you need this:
> 
>   /foo/bar/[A-J]*
>   /foo/bar/[K-Za-z]*
> 
> Also notice these are not complementary!!!
> A file named:
> 
>   /foo/bar/123

Acutally thta was why I did waht I did. Looking at man ascii, it appeared
that the second line would catch all possible filenames NOT matched by the
first one.

Is there a way to this that IS safe given the locale stuff?
> 

-- 
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
                                                -- Benjamin Franklin