On 30 Nov 2001, Randy Kramer <[EMAIL PROTECTED]> wrote: > I am not sure which end the 100 bytes per file applies to, and I guess > that is the RAM memory footprint?. Does rsync need 100 bytes for each > file that might be transferred during a session (all files in the > specified directory(ies)), or does it need only 100 bytes as it does one > file at a time?
At the moment that is 100B for all files to be transferred in the whole session. This is a big limit to scalability at the moment, and a goal of mine is to reduce it to at most holding file information from a single directory in memory. -- Martin