
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 machineexplain this command
-
asr:tldr:4ba94 asr: Skip verification after restoring.$ sudo asr restore --source ${image_file-dmg} --target ${path-to-volume_file} --noverifytry on your machineexplain this command
-
asr:tldr:73006 asr: Erase the target volume before restoring.$ sudo asr restore --source ${image_file-dmg} --target ${path-to-volume_file} --erasetry on your machineexplain this command