D]'
> Subject: Re: large file error is now SIGUSR1 or SIGINT error
>
>
> The SIGUSR1 or SIGINT is just a secondary message in this
> case that you can
> ignore. The receiver side of rsync splits into two
> processes, and that's
> just the message that the sec
The SIGUSR1 or SIGINT is just a secondary message in this case that you can
ignore. The receiver side of rsync splits into two processes, and that's
just the message that the second one prints after the first one kills it
off because it had a problem. The real problem is your write failure.
I d