Update README.md

This commit is contained in:
wukongdaily
2024-05-05 12:08:15 +08:00
committed by GitHub
parent a0f7129f08
commit 17fa0fb6c0

View File

@@ -28,7 +28,7 @@ wget -O backup.run https://raw.githubusercontent.com/wukongdaily/OpenBackRestore
``` ```
> 备份仓库 > 备份仓库
```bash ```bash
wget -O backup.run https://mirror.ghproxy.com/https://raw.githubusercontent.com/wukongdaily/OpenBackRestore/master/backup/backup.run && sh backup.run wget -O backup.run https://cafe.cpolar.cn/wkdaily/OpenBackRestore/raw/branch/master/backup/backup.run && sh backup.run
``` ```
> 每次备份都是完整的,可以经常备份,比如每月备份一次 > 每次备份都是完整的,可以经常备份,比如每月备份一次
### 🤔 如何自定义备份的路径?方法如下 ### 🤔 如何自定义备份的路径?方法如下
@@ -46,7 +46,7 @@ wget -O restore.run https://raw.githubusercontent.com/wukongdaily/OpenBackRestor
``` ```
> 备份仓库 > 备份仓库
```bash ```bash
wget -O restore.run https://mirror.ghproxy.com/https://raw.githubusercontent.com/wukongdaily/OpenBackRestore/master/backup/restore.run && sh restore.run wget -O restore.run https://cafe.cpolar.cn/wkdaily/OpenBackRestore/raw/branch/master/backup/restore.run && sh restore.run
``` ```