Forrest logo
back to context overview

asr

List of commands for asr:

  • asr:tldr:42e8a asr: Restore a disk image to a target volume.
    $ sudo asr restore --source ${image_file-dmg} --target ${path-to-volume_file}
    try on your machine
    explain this command
  • asr:tldr:4ba94 asr: Skip verification after restoring.
    $ sudo asr restore --source ${image_file-dmg} --target ${path-to-volume_file} --noverify
    try on your machine
    explain this command
  • asr:tldr:73006 asr: Erase the target volume before restoring.
    $ sudo asr restore --source ${image_file-dmg} --target ${path-to-volume_file} --erase
    try on your machine
    explain this command
back to context overview