aliyun_autosnapshot/README.md
2024-09-23 19:53:09 +08:00

14 lines
514 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 阿里云自动快照
#### 介绍
阿里云轻量应用服务器不支持自动快照通过PHP脚本调用阿里云OpenApi配合定时任务实现自动生成快照功能。
#### 使用说明
1. PHP7.4+Nginx部署此项目,并将此项目部署在服务器的127.0.0.1。
2. 修改index.php开头的config内容配置为你的阿里云服务器信息。
3. 在服务器的计划任务中添加自动执行curl命令定时请求该网址。
`
curl http://127.0.0.1/index.php
`