Re: Problem with checksum failing on large files

2002-10-13 Thread Greg Burley
Hi all, This is an interesting problem ;-) I think I understand Craig'a theory but what I don't understand is why the second time rsync is applied to Terry's large file that the transfer is successful? Aren't the two blocks that are actually different that matched by chance going to match every

Re: Need help getting rsync working...

2002-03-12 Thread Greg Burley
hi Brad, Since dave is probably sleeping right now and I am in avoidance mode "Brad" <[EMAIL PROTECTED]> writes: > > rsync /tmp/sheepb.jpg RH72TB::tmp/ > > @ERROR: Unknown module 'tmp' >From your earlier rsync.conf the module name is testmodule so try $ rsync /tmp/sheepb.jpg RH72TB::t

RE: rsync exit codes

2001-05-29 Thread Greg Burley
Ken, have a look at errorcode.h in the distribution source of 2.4.6 20 is commented as status returned when sent SIGUSR1 or SIGINT -- the later being the most useful clue to your problem (you would probably know if you sent SIGUSR1 to your running rsync. Greg > -Original Message- > Fro

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