file exlude problem

mike wolman mike@nux.co.uk
Sat, 29 Dec 2001 22:16:55 +0000 (GMT)


Hi Ben,

After numerous attempts with a regex,
i realised the problem was due to an error
by me with sudo and a permissions messup

Mike.

On Fri, 28 Dec 2001 SPEscoto@cs.com wrote:

> Unfortunately I'm travelling and locked myself out of my computer, so I can't
> test things out from where I am.  However, I think the problem is that
> rdiff-backup wants perl-style, not shell-style, regular expressions.  The
> "*access" expression gave you the error "nothing to repeat" because the *
> means to repeat the preceding character 0 or more times, but in your
> expression there was no preceding character.  So, try ".*access.log" (but
> keep in mind that . matches any char, so ".*access.log" will match
> "fooaccessalog"...).
>
> --
> Ben Escoto
> _______________________________________________
> Rdiff-backup mailing list
> Rdiff-backup@keywest.Stanford.EDU
> http://keywest.Stanford.EDU/mailman/listinfo/rdiff-backup
>