Software >
Mirror a website, using curl.
I couldn't find an official website for it. Though there are other, updated, copies of it, I mirrored it for reference: curlmirror.pl
2008-08-28 ∞
mkdir tmp perl curlmirror.pl -s 9999 -p -v -t ./tmp
It'll drop everything in dest once it's done. Test things out first, with a two-level download:
perl curlmirror.pl -s 9999 -p -v -t ./tmp -d 2
But it takes too damned long.. after 2 days it's not done. Sigh.
Last updated 2020-11-08 at 21:36:52