I tried to restore some sites from the wayback machine but this tool is also incredibly handful in case you want to create a backup or simply want to get rid of a slow loading Wordpress. The tool translates your site to simple static html files and also grabs all the images and what else you need:
Tired of WP? Convert your site easily to HTML using Wget
6
I tried to restore some sites from the wayback machine but this tool is also incredibly handful in case you want to create a backup or simply want to get rid of a slow loading Wordpress.
The tool translates your site to simple static html files and also grabs all the images and what else you need:
Download link:
GNU Wget
Syntax to retrieve complete website:
In case of wayback machine:
Obvious replace site.com and the serie of numbers with what the wayback machine shows you.
The way back code only gets the index.html file btw and whatever is present in that root.
I haven't figured out yet how to download the complete site from the wayback machine as all the guides out there don't work, they try to download whole the web archive, even after specifying that it should ignore the root.
You could try this or a variation of that.
Or this one
Or a mix of it might work, neither options work for me though so it's quite puzzling.
Anyway the first command works when you want to clone your own website, the one with the -m
The tool translates your site to simple static html files and also grabs all the images and what else you need:
Download link:
GNU Wget
Syntax to retrieve complete website:
Code:
wget -m http://site.com
Code:
wget --no-parent http://web.archive.org/web/20120626012526/http://www.site.com/
The way back code only gets the index.html file btw and whatever is present in that root.
I haven't figured out yet how to download the complete site from the wayback machine as all the guides out there don't work, they try to download whole the web archive, even after specifying that it should ignore the root.
You could try this or a variation of that.
Code:
wget -m --recursive --execute robots=off --no-parent http://web.archive.org/web/20120626012526/http://www.goreeinstitute.org/
Code:
wget -e robots=off --mirror --domains=staticweb.archive.org,web.archive.org http://web.archive.org/web/19970708161549/http://www.slackworks.com/
Anyway the first command works when you want to clone your own website, the one with the -m
- markowe
- nik0 Banned
- agatisys Banned
- yukon Banned
- nik0 Banned
- markowe
- [1] reply
- naser224u
- [1] reply
- nik0 Banned
- paulgl
Next Topics on Trending Feed
-
6