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文件拖拽上去即可执行。
![image](https://github.com/wukongdaily/OpenBackRestore/assets/143675923/54fdc034-ed4f-4f81-8aa7-0de556e0c3e2) -# 💰打赏作者💰 - +# 在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 2024-07-02 14-02-27 + + +# 恢复1panel计划任务产生的备份 +``` +bash -c "$(curl --insecure -fsSL https://cafe.cpolar.cn/wkdaily/OpenBackRestore/raw/branch/master/1panel/restore.sh)" +```