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

11 lines
553 B
Markdown
Raw 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. 按照正常的部署PHP网站版本7.4步骤将本项目部署为网站无需域名通过localhost能访问即可
2. 修改index.php开头的config内容配置为你的阿里云服务器信息。
3. 在服务器的计划任务中添加自动执行curl命令定时请求该网址。