asr: add Chinese translation

This commit is contained in:
wizarot 2019-02-26 11:07:09 +08:00 committed by Starbeamrainbowlabs
parent 5e79a11ae1
commit 2604c7c6e6

20
pages.zh/osx/asr.md Normal file
View File

@ -0,0 +1,20 @@
# asr
> 将磁盘映像还原(复制)到卷上.
> 命令名称是Apple Software Restore的缩写.
- 将磁盘映像复制到目标卷:
`sudo asr restore --source {{映像名}}.dmg --target {{卷路径}}`
- 在复制之前擦除目标卷:
`sudo asr restore --source {{映像名}}.dmg --target {{卷路径}} --erase`
- 恢复后跳过验证步骤:
`sudo asr restore --source {{映像名}}.dmg --target {{卷路径}} --noverify`
- 不使用中间磁盘映像直接复制卷中的数据:
`sudo asr restore --source {{卷路径}} --target {{复制卷路径}}`