More confusion on exclude rules

Dave.Turner at VerizonWireless.com Dave.Turner at VerizonWireless.com
Fri Apr 23 20:13:19 GMT 2004


<Sorry, didn't mean to send to your personal email>

Hope, I'm not being a pain, but...

In, my config, why does [- /*] exclude [+
nflmg/scripts/regional/misc_loaders/] but not [+ bin/]?

Also, the config you gave me, still ignored [+
nflmg/scripts/regional/misc_loaders/]

Thanks,
Dave


-----Original Message-----
From: Turner, Dave 
Sent: Friday, April 23, 2004 4:12 PM
To: 'Wayne Davison'
Subject: RE: More confusion on exclude rules


Hope, I'm not being a pain, but...

In, my config, why does [- /*] exclude [+
nflmg/scripts/regional/misc_loaders/] but not [+ bin/]?

Also, the config you gave me, still ignored [+
nflmg/scripts/regional/misc_loaders/]

Thanks,
Dave

-----Original Message-----
From: Wayne Davison [mailto:wayned at samba.org]
Sent: Friday, April 23, 2004 3:47 PM
To: Dave.Turner at VerizonWireless.com
Cc: rsync at lists.samba.org
Subject: Re: More confusion on exclude rules


On Fri, Apr 23, 2004 at 03:18:16PM -0400, Dave.Turner at VerizonWireless.com
wrote:
> + nflmg/scripts/regional/misc_loaders/ 

That rule is useless because your last rule excludes nflmg before it can
be scanned for files.  Try this config file instead:

- core
- *.bz2
- *.orig
- *.BAK
- *.bak
- *.old
- *.csv
- *.tmp
- *.4chart
- *.xls
- *.difftrx
- *.difftra
- *.rawbad
- *.trx.all
- *.tar.*
- *.tar
- *.gz
- *.old
- *.log.*
- *.zip
- *.Z
+ /bin/
+ /nflmg/
- /*
+ /nflmg/scripts/
- /nflmg/*
+ /nflmg/scripts/regional/
- /nflmg/scripts/*
+ /nflmg/scripts/regional/misc_loaders/ 
- /nflmg/scripts/regional/*

..wayne..


More information about the rsync mailing list