timemachine backups bootable?
timemachine backups bootable?
Out of context: Reply #1
- Started
- Last post
- 12 Responses
- stupidresponse0
os x has a built-in command line tool called asr that does exactly this:
sudo asr -source / -target /Volumes/YourBackupDrive -erase -noprompt
many of the little helpful apps for os x are just gui wrappers for command line stuff that already exists on your machine. the cammand line is your friend, embrace it.