Does 2.4.2 have an upper limit to the number of files it is able to read as it recurses through directories? My rsync attempt stops after reading 199 files of a directory that contains 157 directories comprised each of three to 20 files. In the process of troubleshooting this, I'm trying to sort out if this is a memory issue or something within rsync itself. - Brian