Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.5: Limit size of Time Machine backups on Time Capsule' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.5: Limit size of Time Machine backups on Time Capsule
Authored by: gusbear on Mar 25, '10 08:15:23AM
Not to be pedantic, but I can't help myself:
echo "$(system_profiler | sed -ne 's/.*Computer Name: //p')_$(ifconfig en0 | awk '$1=="ether"{gsub(":","");print$NF}').sparsebundle"
Using grep, sed and awk all at the same time is a pet peeve. :P Actually I can do the whole thing with a single awk, but that was more complicated than just doing the above.

[ Reply to This | # ]