I'm trying to mirror 'http://tinderbox.dev.gentoo.org/default-linux/sparc' because I run a sparcv9 machine that is quite old and not good for compiling. This is the only gentoo sparc binary repo that I know of and I'd like to have a local copy that I would make available on a webserver. I'd like to know the best way to mirror it. I have been trying with the following command: 'wget -mkN -np http://tinderbox.dev.gentoo.org/default-linux/sparc/' -m to mirror -N to check timestamps and only update and -np not to access the parent directory. This will get the files but the second time around it does not update to only changed files but tries to grab everything again. Could someone point me in the direction for mirroring this lovely repo? Noah McNallie