How do you archive an entire website for offline viewing?

后端 未结 9 1234
渐次进展
渐次进展 2021-01-29 21:02

We actually have burned static/archived copies of our asp.net websites for customers many times. We have used WebZip until now but we have had endless problems with crashes, do

9条回答
  •  佛祖请我去吃肉
    2021-01-29 21:44

    The Wayback Machine Downloader by hartator is simple and fast.

    Install via Ruby, then run with the desired domain and optional timestamp from the Internet Archive.

    sudo gem install wayback_machine_downloader
    mkdir example
    cd example
    wayback_machine_downloader http://example.com --timestamp 19700101000000
    

提交回复
热议问题