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: Can rsync repair an iso with a bad md5sum? How? (Is it efficient?) -- Does rsync work with a vfat partition?

2001-04-05 Thread Randy Kramer
Drew, Thanks for the response! I'll try the -c option in a few days (I booted back into windows for a few days of work that I must get done). However, I guess I wasn't very clear, the point of touching the local file was to create a mismatch between the date and time of the local copy and the r

Re: Can rsync repair an iso with a bad md5sum? How? (Is it efficient?) -- Does rsync work with a vfat partition?

2001-04-05 Thread M. Drew Streib
On Thu, Apr 05, 2001 at 06:31:39AM -0400, Randy Kramer wrote: > I tried Cameron Simpson's advice (touching the local copy of the iso), and the > results are useful but disappointing -- it shows that rsync is not updating the > iso. (Thanks, Cameron.) rsync probably thinks it doesn't need to chec

Re: Can rsync repair an iso with a bad md5sum? How? (Is it efficient?)

2001-04-05 Thread Randy Kramer
Oops, did not mean to send this message -- see the next one. Also, sorry about the wrapping. Randy Kramer wrote: > > work properly> > > I tried Cameron's advice (touching the local copy of the iso), and the results > are useful but disappointing -- it shows that rsync is not updating the iso.

Re: Can rsync repair an iso with a bad md5sum? How? (Is it efficient?) -- Does rsync work with a vfat partition?

2001-04-05 Thread Randy Kramer
Does rsync work with vfat partitions? (See below, especially the paragraph starting "(Before I send ...".) I tried Cameron Simpson's advice (touching the local copy of the iso), and the results are useful but disappointing -- it shows that rsync is not updating the iso. (Thanks, Cameron.) Be

Re: Can rsync repair an iso with a bad md5sum? How? (Is it efficient?)

2001-04-05 Thread Randy Kramer
I tried Cameron's advice (touching the local copy of the iso), and the results are useful but disappointing -- it shows that rsync is not updating the iso. Below is the "transcript" of my run of rsync. I suspect the problem relates to the "unexpected EOF in read_timeout", but I don't know exac

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