From 571f6364c4abe5834bbde83a0edd1794049281ca Mon Sep 17 00:00:00 2001 From: zzh4141 Date: Thu, 6 Aug 2026 16:52:42 +0800 Subject: [PATCH 1/4] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B01Panel=E5=A4=87?= =?UTF-8?q?=E4=BB=BD=E8=B4=A6=E5=8F=B7=E8=AF=B4=E6=98=8E=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=94=AF=E6=8C=81=E7=9A=84=E5=AD=98=E5=82=A8=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=88=97=E8=A1=A8=E5=8F=8A=E5=85=BC=E5=AE=B9=E6=80=A7?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docs/general/process/database/backup.md | 26 ++++++++++++++++--- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/src/content/docs/general/process/database/backup.md b/src/content/docs/general/process/database/backup.md index 4054ba9e1..0d8d935be 100644 --- a/src/content/docs/general/process/database/backup.md +++ b/src/content/docs/general/process/database/backup.md @@ -122,10 +122,28 @@ TODO ### 进阶教程:新增备份账号 -> 什么是备份账号?简单来讲,备份账号是 1Panel 面板中不同的存储位置,即 **将备份存储在哪里** - -TODO - +> 什么是备份账号?简单来讲,备份账号是 1Panel 面板用于保存计划任务、应用、网站、数据库和系统快照等备份存储位置,即 **将备份存储在哪里** + +目前支持添加本地服务器磁盘和第三方账号: +- 阿里云 OSS +- 腾讯云 COS +- 亚马逊 S3 云存储 +- 微软 OneDrive +- 谷歌云盘 +- 阿里云盘 +- MINIO +- WebDAV +- SFTP +- 七牛云 Kodo +- 又拍云 对象存储 + +具体设置参见[教程](https://1panel.cn/docs/v2/user_manual/settings/#4) + +:::note +关于部分对象存储服务商与亚马逊 S3 云存储的兼容性 + +请查看[这里](https://1panel.cn/docs/v2/user_manual/settings/#47-s3) +::: ## 自动备份 ## 使用 Navicat 自动备份 From cfbe6216ebf9e647223882716171156ac9af96fa Mon Sep 17 00:00:00 2001 From: zzh4141 Date: Fri, 7 Aug 2026 09:58:16 +0800 Subject: [PATCH 2/4] =?UTF-8?q?:memo:=20=E6=B7=BB=E5=8A=A0=20Milky=20?= =?UTF-8?q?=E6=A0=87=E5=87=86=E7=9A=84=E4=BB=8B=E7=BB=8D=E5=8F=8A=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/docs/general/advance/bot/intro.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/content/docs/general/advance/bot/intro.md b/src/content/docs/general/advance/bot/intro.md index d76e98d21..6c146238a 100644 --- a/src/content/docs/general/advance/bot/intro.md +++ b/src/content/docs/general/advance/bot/intro.md @@ -21,3 +21,6 @@ sidebar: ## OneBot 标准 [OneBot](https://onebot.dev/) 是 **统一的聊天机器人应用接口标准**。它适用于各种各样的即时通讯软件,QQ 是其应用场景之一。如果机器人框架和机器人都支持 OneBot,那它们便可以配合使用。 + +## Milky 标准 +[Milky](https://milky.ntqqrev.org/) 是基于 **HTTP / WebSocket** 通信的新时代 QQ 机器人应用接口标准。**Milky** 有许多直接或间接源自 **OneBot 11** 的设计,但并不是 **OneBot 11** 的扩展 \ No newline at end of file From 4af3b272ebb17308f476367e519ea8eea5cf2c47 Mon Sep 17 00:00:00 2001 From: zzh4141 Date: Fri, 7 Aug 2026 10:00:30 +0800 Subject: [PATCH 3/4] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20Milky=20?= =?UTF-8?q?=E6=A0=87=E5=87=86=E6=8F=8F=E8=BF=B0=E6=9C=AB=E5=B0=BE=E7=BC=BA?= =?UTF-8?q?=E5=B0=91=E6=8D=A2=E8=A1=8C=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/docs/general/advance/bot/intro.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/docs/general/advance/bot/intro.md b/src/content/docs/general/advance/bot/intro.md index 6c146238a..52f0e9043 100644 --- a/src/content/docs/general/advance/bot/intro.md +++ b/src/content/docs/general/advance/bot/intro.md @@ -23,4 +23,5 @@ sidebar: [OneBot](https://onebot.dev/) 是 **统一的聊天机器人应用接口标准**。它适用于各种各样的即时通讯软件,QQ 是其应用场景之一。如果机器人框架和机器人都支持 OneBot,那它们便可以配合使用。 ## Milky 标准 -[Milky](https://milky.ntqqrev.org/) 是基于 **HTTP / WebSocket** 通信的新时代 QQ 机器人应用接口标准。**Milky** 有许多直接或间接源自 **OneBot 11** 的设计,但并不是 **OneBot 11** 的扩展 \ No newline at end of file + +[Milky](https://milky.ntqqrev.org/) 是基于 **HTTP / WebSocket** 通信的新时代 QQ 机器人应用接口标准。**Milky** 有许多直接或间接源自 **OneBot 11** 的设计,但并不是 **OneBot 11** 的扩展。 \ No newline at end of file From 614e6b25b712f7bbd1f8a476c997c3c1b3c746b5 Mon Sep 17 00:00:00 2001 From: MrlingXD <90316914+wling-art@users.noreply.github.com> Date: Fri, 7 Aug 2026 15:30:01 +0800 Subject: [PATCH 4/4] =?UTF-8?q?format:=20=E6=96=87=E6=A1=A3=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/docs/general/advance/bot/intro.md | 2 +- src/content/docs/general/process/database/backup.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content/docs/general/advance/bot/intro.md b/src/content/docs/general/advance/bot/intro.md index 52f0e9043..96312ee32 100644 --- a/src/content/docs/general/advance/bot/intro.md +++ b/src/content/docs/general/advance/bot/intro.md @@ -24,4 +24,4 @@ sidebar: ## Milky 标准 -[Milky](https://milky.ntqqrev.org/) 是基于 **HTTP / WebSocket** 通信的新时代 QQ 机器人应用接口标准。**Milky** 有许多直接或间接源自 **OneBot 11** 的设计,但并不是 **OneBot 11** 的扩展。 \ No newline at end of file +[Milky](https://milky.ntqqrev.org/) 是基于 **HTTP / WebSocket** 通信的新时代 QQ 机器人应用接口标准。**Milky** 有许多直接或间接源自 **OneBot 11** 的设计,但并不是 **OneBot 11** 的扩展。 diff --git a/src/content/docs/general/process/database/backup.md b/src/content/docs/general/process/database/backup.md index 0d8d935be..f82c7a201 100644 --- a/src/content/docs/general/process/database/backup.md +++ b/src/content/docs/general/process/database/backup.md @@ -125,6 +125,7 @@ TODO > 什么是备份账号?简单来讲,备份账号是 1Panel 面板用于保存计划任务、应用、网站、数据库和系统快照等备份存储位置,即 **将备份存储在哪里** 目前支持添加本地服务器磁盘和第三方账号: + - 阿里云 OSS - 腾讯云 COS - 亚马逊 S3 云存储 @@ -144,6 +145,7 @@ TODO 请查看[这里](https://1panel.cn/docs/v2/user_manual/settings/#47-s3) ::: + ## 自动备份 ## 使用 Navicat 自动备份