更新时间:2022-08-29 GMT+08:00
恢复归档
使用restore命令恢复归档数据。
命令结构
health restore archive <archive-id> [flags] # 命令中的archive可替换为backup
参数 |
简写 |
是否必选 |
说明 |
---|---|---|---|
--destdir |
-d |
是 |
目标路径。 |
archive-id |
无 |
是 |
归档id。 |
命令示例
本节以Windows为例介绍eihealth-toolkit的使用过程,Linux和macOS环境使用方法基本相同,可参考。
- 恢复归档数据到根目录
health restore archive 123456 -d wwx-test-dev:/ 或者 health restore archive 123456 -d / # 返回结果如下 restore archive 123456 successfully!
- 恢复归档数据到test-folder
health restore archive 123456 -d test-folder/ # 返回结果如下 restore archive 123456 successfully!
父主题: 数据管理命令