diff --git a/README.md b/README.md
index 8bedf94..3dfc8e6 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,19 @@ https://github.com/wukongdaily/OpenBackRestore/releases/latest
> 2、打开iStore应用商店,点击手动安装,将run文件拖拽上去即可执行。

-# 💰打赏作者💰
-
+# 在1panel的计划任务里做定时备份
+
+```
+bash -c "$(curl --insecure -fsSL https://cafe.cpolar.cn/wkdaily/OpenBackRestore/raw/branch/master/1panel/backup.sh)" -- /mnt/mmc1-4/backupSystem
+```
+- 其中 `/mnt/mmc1-4/backupSystem` 按需修改为备份文件保存的位置
+
+
+
+
+# 恢复1panel计划任务产生的备份
+```
+bash -c "$(curl --insecure -fsSL https://cafe.cpolar.cn/wkdaily/OpenBackRestore/raw/branch/master/1panel/restore.sh)"
+```