Re: ftp.kernel.org

From: Keith Owens
Date: Fri May 28 2004 - 09:00:29 EST


On Fri, 28 May 2004 12:10:28 +0100,
Mark Watts <m.watts@xxxxxxxxxxxxxxxx> wrote:
>Not aborts, more like this every so often:
>
>
>rsync: connection unexpectedly closed (598189175 bytes read so far)
>rsync error: error in rsync protocol data stream (code 12) at io.c(189)
>rsync: writefd_unbuffered failed to write 4092 bytes: phase "unknown": Broken
>pipe
>rsync error: error in rsync protocol data stream (code 12) at io.c(666)

One end of the link (or somewhere in between) dropped the connection.

>rsync -av --stats --progress --bwlimit=2000 \
>rsync://sunsite.uio.no/Mandrakelinux .

For big transfers, always use --partial. Restarting the transfer will
pick up where it left off. Also use --delete-after if you use
--delete, so you do not delete old files until all the new files are
down.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/