(E-Mail Removed) writes:
>Hi,
> I just used rsync to copy over a larg file set, at the end of the
>session, rsync prints out the following,
>sent 16 bytes received 2975988 bytes 1219.42 bytes/sec
>total size is 6402302674 speedup is 2151.31
>rsync error: some files could not be transferred (code 23) at
>/home/lapo/packaging/tmp/rsync-2.6.6/main.c(1173)
> I use command line like this, "rsync -a -vv <src> <dst>", it is
>double "v" in the command to see more debug message.
> The problem is it does not tell me what files are not transfered over.
> Any pointer?
Sure. you forgot to look through the huge list of messages generated from
the rsync -avv command (you know that long list of files transfered) to see
the ones that had trouble. You thought that long list was irrelevant
material and that rsync would report on the transfer errors at the end. It
does not. It reports on them when it gets to them.
>Thanks,
>Jibin