add new chinese translations
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
# asr
|
||||
|
||||
> 将磁盘映像还原(复制)到卷上。
|
||||
> 命令名称是 Apple Software Restore 的缩写。
|
||||
> 更多信息:<https://keith.github.io/xcode-man-pages/asr.8.html>.
|
||||
> 此命令名称代表 Apple 软件还原。
|
||||
> 更多信息:<https://keith.github.io/xcode-man-pages/asr.8.html>。
|
||||
|
||||
- 将磁盘映像复制到目标卷:
|
||||
- 将磁盘映像还原到目标卷:
|
||||
|
||||
`sudo asr restore --source {{映像名.dmg}} --target {{卷路径}}`
|
||||
`sudo asr restore --source {{image_file.dmg}} --target {{path/to/volume_file}}`
|
||||
|
||||
- 在复制之前擦除目标卷:
|
||||
- 在还原之前擦除目标卷:
|
||||
|
||||
`sudo asr restore --source {{映像名.dmg}} --target {{卷路径}} --erase`
|
||||
`sudo asr restore --source {{image_file.dmg}} --target {{path/to/volume_file}} --erase`
|
||||
|
||||
- 恢复后跳过验证步骤:
|
||||
- 在还原后跳过验证:
|
||||
|
||||
`sudo asr restore --source {{映像名.dmg}} --target {{卷路径}} --noverify`
|
||||
`sudo asr restore --source {{image_file.dmg}} --target {{path/to/volume_file}} --noverify`
|
||||
|
||||
- 不使用中间磁盘映像直接复制卷中的数据:
|
||||
- 在不使用中间磁盘映像的情况下克隆卷:
|
||||
|
||||
`sudo asr restore --source {{卷路径}} --target {{复制卷路径}}`
|
||||
`sudo asr restore --source {{path/to/volume_file}} --target {{path/to/volume_file}}`
|
Reference in New Issue
Block a user