Re: rsync walks through excluded directories...

2011-03-16 Thread Jean-Christophe Guillain
On Tue, Mar 15, 2011 at 5:20 PM, Wayne Davison wrote: > > On Tue, Mar 15, 2011 at 7:41 AM, Jean-Christophe Guillain > wrote: >> >> $ rsync -aH --del --ignore-errors --filter="- /lost+found/*" --filter="- >> /.snapshot/*" /data/orig_disks/vol-opt

rsync walks through excluded directories...

2011-03-15 Thread Jean-Christophe Guillain
Hello all, In the INCLUDE/EXCLUDE PATTERN RULES section of the rsync man page I read that "the exclude patterns actually short-circuit the directory traversal stage when rsync finds the files to send" wich is actually the behaviour I expect. But it seems that rsync actually descend through all sec