On Sun 02 Dec 2001, Martin Pool wrote: > The best solution for this is to use a find(1) or perl command to > generate a list of files that you want to mirror. Then, pass this in > as a --include-from list, so that only the relevant files are > excluded. > > You may need to use something like > > rsync -av mirror.aarnet.edu.au::kernel-linux > > to get a list of all remote files, and then process that into a list > of appropriate files. > > This may be more efficiently supported by a --files-from option in > future versions.
There has been a --files-from option for some time now. In addition, there is now in 2.6.4 also a --max-size option to limit the maximum size of files transferred. I'll ask the upstream maintainer about a possible --min-size option. Paul Slootman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]