更新一大堆

This commit is contained in:
2026-02-12 23:53:21 +08:00
parent 6107ecc2db
commit 82ecd84a35
6 changed files with 3 additions and 166 deletions

View File

@@ -767,34 +767,6 @@ restart
shutdown
```
## 备份与恢复命令
### backup
备份系统。
**用法:**
```bash
backup <backup_file>
```
**示例:**
```bash
backup mybackup.zip
```
### restore
恢复系统备份。
**用法:**
```bash
restore <backup_file>
```
**示例:**
```bash
restore mybackup.zip
```
## 测试命令
### cuitest