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
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
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
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