Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 82ff5c0

Browse files
authored
Option: backup & recovery
Option: backup & recovery
1 parent 59c90d9 commit 82ff5c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/help/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ cd ~/mx-space/kami && pm2 start
101101

102102
在后端中 其他 - 备份 中点击立即备份,即备份到绝对目录:
103103

104-
`~/mx-space/server/data/mx-space/backup/20xx-xx-xx_xx:xx:xx/backup-20xx-xx-xx_xx:xx:xx.zip`
104+
`~/mx-space/core/data/mx-space/backup/20xx-xx-xx_xx:xx:xx/backup-20xx-xx-xx_xx:xx:xx.zip`
105105

106106
如果你没修改的话,详见后端面板 设定 - 系统 - 备份。
107107

108108
## 回滚
109109

110110
:::tip
111-
Linux 和 macOS 可直接上传备份包,并且无需修改包名一致即可回滚,以下操作仅针对使用 Windows 用户访问后端的情况
111+
Linux 和 macOS 可直接上传备份包,并且无需修改包名一致即可回滚,以下操作仅针对使用 Windows 用户访问后端回滚的情况
112112
:::
113113

114114
在后端中 其他 - 备份 中点击立即备份,将之前在电脑里的 `backup.zip` 上传到刚刚生成的备份目录里进行重命名替换。
@@ -117,7 +117,7 @@ Linux 和 macOS 可直接上传备份包,并且无需修改包名一致即可
117117
例:假如刚刚生成的备份是 backup-2022-09-01_23:33:33.zip 将想进行回滚的备份包 backup-2022-01-14_05:14:19.zip 修改为刚刚生成的备份一样的名字:
118118

119119
```bash
120-
mv ~/mx-space/server/data/mx-space/backup/2022-01-14_05:14:19/backup-2022-01-14_05:14:19.zip backup-2022-09-01_23:33:33.zip
120+
mv ~/mx-space/core/data/mx-space/backup/2022-01-14_05:14:19/backup-2022-01-14_05:14:19.zip backup-2022-09-01_23:33:33.zip
121121
```
122122

123123
:::

0 commit comments

Comments
 (0)