标签: php cron crontab
这就是我目前使用cron作业来创建网站的目的:
wget http://www.example.com
这样做是将index.html的副本下载到我的服务器。如果index.html已经存在,那么它将命名新文件,如index.html.1,index.html.2,index.html.3等。
有没有办法使用cron作业进行wget并覆盖具有该名称的任何现有文件,以便只保留最新的下载?