From eb43b12c011a52d9368b382a3c411625241beefb Mon Sep 17 00:00:00 2001
From: wukongdaily <143675923+wukongdaily@users.noreply.github.com>
Date: Tue, 2 Jul 2024 15:23:09 +0800
Subject: [PATCH] Update README.md
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index bba4228..261d32b 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ https://github.com/wukongdaily/OpenBackRestore/releases/latest
-# 在1panel的计划任务里做定时备份
+# 在1panel的计划任务里做定时备份iStoreOS系统
```
bash -c "$(curl --insecure -fsSL https://cafe.cpolar.cn/wkdaily/OpenBackRestore/raw/branch/master/1panel/backup.sh)" -- /ahost/mnt/mmc1-4/backupSystem
@@ -69,14 +69,14 @@ bash -c "$(curl --insecure -fsSL https://cafe.cpolar.cn/wkdaily/OpenBackRestore/
- 其中 `/ahost/mnt/mmc1-4/backupSystem` 按需修改为备份文件保存的位置

-## 前提条件
+## 前提条件❤️❤️❤️
> https://github.com/wukongdaily/OrangePiShell 这个项目的第三条命令
> 因为默认情况下istoreos的应用商店里的1panel 并没有映射全部目录,只映射了/mnt
> 所以无法完成/overlay的备份。因此需要稍微改动一下。详见上述脚本
-# 恢复1panel计划任务产生的备份
+# 恢复1panel计划任务产生的iStoreOS的备份
```
bash -c "$(curl --insecure -fsSL https://cafe.cpolar.cn/wkdaily/OpenBackRestore/raw/branch/master/1panel/restore.sh)"
```