TLDR
Enter a command. For example: pbpaste, usernoted, locate, dd.

asr

 
Restore (copy) a disk image onto a volume. The command name stands for Apple Software Restore. More information: https://www.unix.com/man-page/osx/8/asr/.
 
  • 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}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.