Si eres como yo y quiero mover GarageBand a otro lugar, como un disco duro de respaldo, entonces
$ mkdir -p /Volumes/DEVELOPMENT/BACKUP/Library/Application\ Support/
$ mv ~/Library/Application\ Support/GarageBand/ /Volumes/DEVELOPMENT/BACKUP/Library/Application\ Support/
$ mkdir /Volumes/DEVELOPMENT/BACKUP/Applications/
$ mv /Applications/GarageBand.app /Volumes/DEVELOPMENT/BACKUP/Applications/
entonces, si desea recuperar el Garageband cuando tiene un disco duro más grande, haga lo inverso
$ mv /Volumes/DEVELOPMENT/BACKUP/Library/Application\ Support/GarageBand/ ~/Library/Application\ Support/
$ mv /Volumes/DEVELOPMENT/BACKUP/Applications/GarageBand.app /Applications/
Necesita ejecutar algunos comandos como me sudo
gusta $ sudo mv...
.