Re: Using hdup 2.0.0

Miek Gieben <[email protected]> Tue, 16 Nov 2004 14:09:41 +0100
Newsgroups gmane.comp.sysutils.backup.hdup.general
Message-ID <[email protected]>
[On 16 Nov, @ 13:54, Boris wrote in "Re: [hdup-user] Using hdup 2.0 ..."]
> On Mon, 2004-11-15 at 21:33 +0100, Miek Gieben wrote:
> 
> >  Examples
> >    To match all files ending with .txt use the pattern .*.txt.  
> 
> Wouldn't \.txt$ be a better pattern?  If I'm understanding this
> correctly, your pattern matches any file with txt anywhere in it
> (preceded by at least one character).

your 100% correct.

the only nit I discovered yesterday is that for directories this
doesn't work, \.txt$ doesn't end in a slash.

I'll just see how this works out in the 2.0.x lifespan,

grtz Miek