I was trying to use rsync to update a network drive from a local hard disk on a directory that has about 6500 files in it. It gives me an error message: "Argument list too long". Trying to copy the files with 'cp * <remote drive> does the same thing. If I shorten the list by doing it in pieces it works. So, it appears the error message is correct.
I have no control over the number of files in this case. Is there a way to increase the buffer length used by rsync and cp?
Regards,
-Jeff

