mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
osx/asr.md: make placeholders auto convertible to CLIP ones (#9859)
* Make placeholders auto convertible to CLIP ones - https://github.com/command-line-interface-pages/prototypes/pull/32 * Fix remaining placeholder * Update pages/osx/asr.md Co-authored-by: Jack Lin <blueskyson1401@gmail.com> * Update pages/osx/asr.md Co-authored-by: Jack Lin <blueskyson1401@gmail.com> * Update pages/osx/asr.md Co-authored-by: Jack Lin <blueskyson1401@gmail.com> --------- Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
This commit is contained in:
parent
5448781256
commit
fda34ea2e3
1 changed files with 4 additions and 4 deletions
|
@ -6,16 +6,16 @@
|
|||
|
||||
- Restore a disk image to a target volume:
|
||||
|
||||
`sudo asr restore --source {{image_name}}.dmg --target {{path/to/volume}}`
|
||||
`sudo asr restore --source {{image_file.dmg}} --target {{path/to/volume_file}}`
|
||||
|
||||
- Erase the target volume before restoring:
|
||||
|
||||
`sudo asr restore --source {{image_name}}.dmg --target {{path/to/volume}} --erase`
|
||||
`sudo asr restore --source {{image_file.dmg}} --target {{path/to/volume_file}} --erase`
|
||||
|
||||
- Skip verification after restoring:
|
||||
|
||||
`sudo asr restore --source {{image_name}}.dmg --target {{path/to/volume}} --noverify`
|
||||
`sudo asr restore --source {{image_file.dmg}} --target {{path/to/volume_file}} --noverify`
|
||||
|
||||
- Clone volumes without the use of an intermediate disk image:
|
||||
|
||||
`sudo asr restore --source {{path/to/volume}} --target {{path/to/cloned_volume}}`
|
||||
`sudo asr restore --source {{path/to/volume_file}} --target {{path/to/volume_file}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue