我有一个 php 脚本,可将结果导出到 excel 文件。但是,我需要每天在特定时间运行该脚本,并导出 excel 文件,每天将其保存在服务器中。我使用 nginx、php7 和 ubuntu 16.04 作为我的 Web 服务器。请告知如何执行此操作。
提前谢谢你。 Hiroshi
答案1
请执行下列操作:
- 去
/etc/cron.d
- 创建文件:
export
- 使用以下代码编辑文件(更改您想要执行脚本的时间)
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
## Scripts
#00 01 * * * root nice php /path/to/your/php/script