On Sun, Mar 23, 2008 at 07:54:09PM +0100, Sergi Baila wrote: > 2008/03/23 19:27:37 [3760] received request to transfer non-regular file: > 86300 [sender]
This means either that file-list number 86300 is not matching up between the sender and the receiver, or that the data stream is somehow out of whack, so the sender misinterpreted what the generator was asking it to do. I have not seen this failure, so I'll need some more information to diagnose what is going wrong. An easy way to start to narrow it down is to run the rsync command with 3 -v options. For each transfer, you'll see a set of verbose messages, such as: recv_generator(byteorder.h,53) generating and sending sums for 53 send_files(53, ../rsync/byteorder.h) This shows us that the two sides are in sync on both the # and the name. If you get a failure, send me the tail end of the -vvv output and it should reveal how things have gone wrong. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html