Re: FW: The incredible include/exclude dance

2001-04-06 Thread Dave Dykstra
On Fri, Apr 06, 2001 at 02:40:43PM +1000, Greg Burley wrote: > Harry Putnam wrote: > > I want only binary-all/ binary-i386/ and disks-i386 > > > > My command line looks like: > > rsync -navvz --exclude-from=rsync_woody_exclude > > rsync://ftp.debian.org/debian/dists/woody/ . > > > > I

Re: The incredible include/exclude dance

2001-04-05 Thread Scott Sharpe
At 04:20 PM 4/5/01 -0700, Harry Putnam wrote: >I never heard of anonftpsync and really don't think I want to get into >yet another confusing tool. I couldn't follow your tips and clues. >What is actually happening there? You run two different syncing tools >on the same stuff or what? > >The excl

FW: The incredible include/exclude dance

2001-04-05 Thread Greg Burley
Harry Putnam wrote: > I want only binary-all/ binary-i386/ and disks-i386 > > My command line looks like: > rsync -navvz --exclude-from=rsync_woody_exclude > rsync://ftp.debian.org/debian/dists/woody/ . > > I'm trying for a dryrun to see how my exclude rules work > > cat rsync_wood

Re: The incredible include/exclude dance

2001-04-05 Thread Harry Putnam
Scott Sharpe <[EMAIL PROTECTED]> writes: [...] > ## > TO=/home/ftp/pub/debian > RSYNC_HOST=debian.uchicago.edu > RSYNC_DIR=debian/ > EXCLUDE="--exclude *alpha.deb --exclude *m68k.deb --exclude \ [...] > > rsync -rltvz --delete \ > --ex

Re: The incredible include/exclude dance

2001-04-05 Thread Dave Dykstra
On Wed, Apr 04, 2001 at 08:50:12PM -0700, Harry Putnam wrote: > > Once again I find myself in the throws of a major pain in the butt > figuring out how to exclude the files under directories or at least > the directories and the files. > > Apparently I don't use rsync in enough different circums

Re: The incredible include/exclude dance

2001-04-05 Thread Scott Sharpe
At 08:50 PM 4/4/01 -0700, you wrote: >Once again I find myself in the throws of a major pain in the butt >figuring out how to exclude the files under directories or at least >the directories and the files. > >Apparently I don't use rsync in enough different circumstance for this >to become routin

The incredible include/exclude dance

2001-04-04 Thread Harry Putnam
Once again I find myself in the throws of a major pain in the butt figuring out how to exclude the files under directories or at least the directories and the files. Apparently I don't use rsync in enough different circumstance for this to become routine. Every single time I want to use rsync f