This repository was archived by the owner on Jul 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,14 +101,14 @@ cd ~/mx-space/kami && pm2 start
101
101
102
102
在后端中 其他 - 备份 中点击立即备份,即备份到绝对目录:
103
103
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 `
105
105
106
106
如果你没修改的话,详见后端面板 设定 - 系统 - 备份。
107
107
108
108
## 回滚
109
109
110
110
::: tip
111
- Linux 和 macOS 可直接上传备份包,并且无需修改包名一致即可回滚,以下操作仅针对使用 Windows 用户访问后端的情况 。
111
+ Linux 和 macOS 可直接上传备份包,并且无需修改包名一致即可回滚,以下操作仅针对使用 Windows 用户访问后端回滚的情况 。
112
112
:::
113
113
114
114
在后端中 其他 - 备份 中点击立即备份,将之前在电脑里的 ` backup.zip ` 上传到刚刚生成的备份目录里进行重命名替换。
@@ -117,7 +117,7 @@ Linux 和 macOS 可直接上传备份包,并且无需修改包名一致即可
117
117
例:假如刚刚生成的备份是 backup-2022-09-01_23:33:33.zip 将想进行回滚的备份包 backup-2022-01-14_05:14:19.zip 修改为刚刚生成的备份一样的名字:
118
118
119
119
``` 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
121
121
```
122
122
123
123
:::
You can’t perform that action at this time.
0 commit comments