Re: include exclude help please.

2002-03-21 Thread Dave Dykstra
On Thu, Mar 21, 2002 at 03:24:39PM -0600, Joe Rice wrote: > > > Dave Dykstra([EMAIL PROTECTED])@Thu, Mar 21, 2002 at 10:17:46AM -0600: > > Let me explain Wayne's answer a little further. The main thing you need to > > understand is that the exclude algorithm is applied recursively so any time >

Re: include exclude help please.

2002-03-21 Thread Joe Rice
Dave Dykstra([EMAIL PROTECTED])@Thu, Mar 21, 2002 at 10:17:46AM -0600: > Let me explain Wayne's answer a little further. The main thing you need to > understand is that the exclude algorithm is applied recursively so any time > there's an exclude that matches a directory, rsync will not descend

Re: include exclude help please.

2002-03-21 Thread Dave Dykstra
On Tue, Mar 19, 2002 at 11:55:50AM -0800, Wayne Davison wrote: > Seems to me that the simplest solution is to name the directory > explicitly: > > rsync -a --include "*/" --include "*.tif" --exclude "*" /film/jonah /tmp/film > > To accomplish the same thing using includes, you could do this: >

Re: include exclude help please.

2002-03-20 Thread Joe Rice
[EMAIL PROTECTED]([EMAIL PROTECTED])@Tue, Mar 19, 2002 at 12:53:44PM -0700: > My mistake. I never use the patterns in my application, so i forgot one > of the gotchas in the doc. > From rsync.1: > If you end an exclude list with --exclude '*', note that > since the algorithm is

Re: include exclude help please.

2002-03-19 Thread Wayne Davison
Seems to me that the simplest solution is to name the directory explicitly: rsync -a --include "*/" --include "*.tif" --exclude "*" /film/jonah /tmp/film To accomplish the same thing using includes, you could do this: rsync -a --include /jonah --include "/jonah/**/" --include "*.tif" \

Re: include exclude help please.

2002-03-19 Thread tim . conway
++ Tim, thanks for the help...but, it still isn't working. any more ideas? I have tried: rsync -avv --include "/film/jonah/**/sourceimages/*.tif" --exclude "*" /film /tmp rsync -avv --include "/film/jonah/

Re: include exclude help please.

2002-03-19 Thread Joe Rice
;m planning on > camping out overnight to get tickets to "Johah". > > Tim Conway > [EMAIL PROTECTED] > 303.682.4917 > Philips Semiconductor - Longmont TC > 1880 Industrial Circle, Suite D > Longmont, CO 80501 > Available via SameTime Connect within Philips, n9hmg on AIM >

Re: include exclude help please.

2002-03-19 Thread tim . conway
ips, n9hmg on AIM perl -e 'print pack(, 19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970), ".\n" ' "There are some who call me Tim?" Joe Rice <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 03/19/2002 07:55 AM To: [EMAIL PROTECTED] cc:

include exclude help please.

2002-03-19 Thread Joe Rice
hi. I know this is a big topic on the list, please forgive me. rsync -avv --include "/film/jonah/**/sourceimages/*.tif" --exclude "*" /film /tmp i'm trying to copy all *.tif 's that are in a */sourceimages/ directory and that are only under /film/jonah. i would like to copy the directory t