asr: add page (#2464)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
7582d98a0c
commit
cb3d02239c
20
pages/osx/asr.md
Normal file
20
pages/osx/asr.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# asr
|
||||
|
||||
> Restore (copy) a disk image onto a volume.
|
||||
> The command name stands for Apple Software Restore.
|
||||
|
||||
- Restore a disk image to a target volume:
|
||||
|
||||
`sudo asr restore --source {{image_name}}.dmg --target {{path/to/volume}}`
|
||||
|
||||
- Erase the target volume before restoring:
|
||||
|
||||
`sudo asr restore --source {{image_name}}.dmg --target {{path/to/volume}} --erase`
|
||||
|
||||
- Skip verification after restoring:
|
||||
|
||||
`sudo asr restore --source {{image_name}}.dmg --target {{path/to/volume}} --noverify`
|
||||
|
||||
- Clone volumes without the use of an intermediate disk image:
|
||||
|
||||
`sudo asr restore --source {{path/to/volume}} --target {{path/to/cloned_volume}}`
|
Reference in New Issue
Block a user