I'm trying to recover a website from wayback machine, I've used the following syntax:
$ wget -e robots=off --mirror --domains=staticweb.archive.org,web.archive.org http://web.archive.org/web/20091103072334/http://www.tld.com.au/ that kind off worked, BUT, files ended one by one in separate dirs like so, about 150 directories: /.../web.archive.org/web 20081121101846 20090912135659 20091007193244 jsp each one has tree structure like http: www.tld.com.au any tips appreciated, thanks $ wget --version GNU Wget 1.12 built on linux-gnu.
