But let your communication be Yea, yea; Nay, nay: for whatsoever is more than these cometh of evil
Thursday, May 27th, 2010

Optimized data security under Snow Leopard

Filevault is too much of a good thing but slowing down your system and making Time Machine backups difficult if not impossible. No security is also no option, so I thought about creating a sparse image for just a few selected datasets, like mail, calendar, passwords and adressbook. Why should I encrypt 120 Gig when only 8 Gig should be encrypted? The sparsebundle is mounting automatically using a password from the keychain.
I found it, however, difficult to create the correct links that replace the original files.
A Mac OS X hint fortunately explains, how to do that (~/Documents/PRIVATE/ is the open sparse bundle), making Knox superfluous.

# adressbook
$ cp -Rv ~/Library/Application\ Support/AddressBook ~/Documents/PRIVATE/
$ rm -Rv ~/Library/Application\ Support/AddressBook
$ ln -sv ~/Documents/PRIVATE/AddressBook ~/Library/Application\ Support/
# calendar
$ cp -Rv ~/Library/Calendars ~/Documents/PRIVATE/
$ rm -Rv ~/Library/Calendars
$ ln -sv ~/Documents/PRIVATE/Calendars ~/Library/

Related Posts: Castrated data, Thunderbird security improved, Calendar sharing – 2 way, So many threads to my data
Categories: Computer + Software
Keywords: , ,
Trackback: http://www.wjst.de/blog/blog/2010/05/27/optimized-data-security-under-snow-leopard/


Comments are closed.