I'm in a hospital in Spain and my MacBook was stolen.
Now I bought a new one and need to configure it. I have an external hard drive that backup everything using Time Machine, but I don't want all the crap I had in the old one.
| try{ | |
| whatever | |
| }catch(e){ | |
| windows.location.href = "http://stackoverflow.com/search?q=[js]+"+e.message; | |
| } |
| sudo pmset -a disksleep 1 | |
| sudo pmset -b disksleep 1 |
| #!/bin/bash | |
| sleep 10 # give SuperDuper enough time to finish doing it's job | |
| /usr/sbin/diskutil umount bak > /dev/null | |
| # if you want to completely eject the disk when waking up to conserve battery life and stop the disk from spinning, then: | |
| # diskutil eject bak (you can get the disk name by running '''diskutil cs list''' source -> http://apple.stackexchange.com/questions/153307/how-can-change-hard-disk-name-not-partition) |
I'm in a hospital in Spain and my MacBook was stolen.
Now I bought a new one and need to configure it. I have an external hard drive that backup everything using Time Machine, but I don't want all the crap I had in the old one.