On Mon, Oct 12, 2009 at 3:19 PM, Tyler J. Wagner <[email protected]> wrote:
> Here's an example of one that I use to exclude files beginning with 'core.' or
> ending with '.lock':
>
> $Conf{BackupFilesExclude} = {
>  '/' => [
>    'core.*',
>    '*.lock'
>  ]
> };
>
> Note that the first part must match a defined share name, like "/" or "c".
>
> Tyler
>

Does that work with rsync?

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to