rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rdiff-backup-users] Please help : regexp problem.


From: Andrew K. Bressen
Subject: Re: [rdiff-backup-users] Please help : regexp problem.
Date: Thu, 18 Dec 2003 12:21:51 -0500
User-agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Informed Management, darwin)

Alan Horn <address@hidden> writes:
> I need to do an rdiff-backup, and exclude files that match the pattern :
>
> core\.[0-9]+
>
> e.g. core.12345
>      core.4
>      core.222

um, does 

rdiff-backup --exclude-regexp 'core\.[0123456789]*' source target 

do it for you?

alternatively, you could do some gross workaround like doing a find on the 
filesys for the core files and then stuffing them into a file listing files
to be excluded...





reply via email to

[Prev in Thread] Current Thread [Next in Thread]