More confusion on exclude rules
Wayne Davison
wayned at samba.org
Fri Apr 23 19:47:03 GMT 2004
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