When getting this error: rsync error: some files could not be transferred (code 23) at main.c(882) [sender] How can I determine which files these were?
On Fri, Mar 03, 2006 at 05:56:33AM -0600, Harry Putnam wrote:> rsync error: some files could not be transferred > (code 23) at main.c(882) [sender] > > How can I determine which files these were?Look for the error messages that rsync output earlier in the transfer. They will be easier to see if --verbose was not specified, since they should be the only other messages. ..wayne..