v1.0
This commit is contained in:
parent
25b11f38b3
commit
c16bd9b7e7
@ -1,10 +1,13 @@
|
|||||||
# 阿里云轻量应用服务器自动快照
|
# 阿里云自动快照
|
||||||
|
|
||||||
#### 介绍
|
#### 介绍
|
||||||
阿里云轻量应用服务器不支持自动快照,通过手写PHP脚本调用阿里云OpenApi配合定时任务实现自动生成快照功能。
|
阿里云轻量应用服务器不支持自动快照,通过PHP脚本调用阿里云OpenApi配合定时任务实现自动生成快照功能。
|
||||||
|
|
||||||
#### 使用说明
|
#### 使用说明
|
||||||
1. 按照正常的部署PHP网站(版本7.4)步骤,将本项目部署为网站(无需域名,通过localhost能访问即可)。
|
1. PHP7.4+Nginx部署此项目,并将此项目部署在服务器的127.0.0.1。
|
||||||
2. 修改index.php开头的config内容,配置为你的阿里云服务器信息。
|
2. 修改index.php开头的config内容,配置为你的阿里云服务器信息。
|
||||||
3. 在服务器的计划任务中添加自动执行curl命令,定时请求该网址。
|
3. 在服务器的计划任务中添加自动执行curl命令,定时请求该网址。
|
||||||
|
`shall
|
||||||
|
curl http://127.0.0.1/index.php
|
||||||
|
`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user