hi,guys currently i'm using rsync batch mode for incremental updates. the network topology like this: source server -> rsync server(rsync update from source server and generated batch file) -> several web servers (get the batch file and do the update) now i encounter the problem. the rsync update process on web server, always return code 23 error, the complete error output like this: (No batched update for "/pictureShower/wallpaper/_info.php") (No batched update for "comm/js/log/cbaae969d4e258a9d6815a350d135982.txt") (No batched update for "/images/wallpaper/data.js") (No batched update for "images/wallpaper/info.php") rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1518) [generator=3.0.9] but the rsync stand output says that the updated is completed, end with: ...... sent 66576 bytes received 22964238 bytes 93811.87 bytes/sec total size is 62508142778 speedup is 2714.11 and i found the received sized is the same as the batch file. so what's the problem? can i check if the update is successful by compare the size of rsync receive and the size of batch file? thanks all -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20120314/0a386a0c/attachment.html>