【重要】如何备份本站

只需要一行命令即可

wget --wait=1 --recursive --page-requisites --user-agent "Googlebot" https://mlmmlm.icu

如果没有
--wait=1 会出现 ERROR 429: Too Many Requests.

欢迎大家备份。

3 个赞

Windows下需要先安装GNU wget,它是一个在网络上进行下载的简单而强大的自由软件,其本身也是GNU计划的一部分。它的名字是“World Wide Web”和“Get”的结合,同时也隐含了软件的主要功能。目前它支持通过HTTP、HTTPS,以及FTP这三个最常见的TCP/IP协议协议下载。

Win10安装wget教程

为wget设置代理

https://stackoverflow.com/questions/11211705/how-to-set-proxy-for-wget

wget --wait=0.3 -rkp -E -e robots=off https://mlmmlm.icu

So I figured it out. I had to add the option -E , or –html-extension , in order to get it to force the files to be .html files

如果没有-E有的页面是没办法备份的,因为会被覆盖。