So, to ensure that the volume is backed up every time I connect my Time Machine disk, I wrote an AppleScript to run the UNIX "touch" command, then placed that script in my login items. Thus, everytime I login the volume's Date Modified attribute will be updated. The AppleScript is one line:
do shell script "touch /Users/davemarkowitz/Documents/files.tc"
In my previous post I mentioned that I may implement an online backup system. Instead of doing that, I think I'll setup a backup routine to copy the volume to a Linux box at my office, saving me a few bucks but still allowing me to have an easily accessed backup at work.
That may be an interim solution, though. Yesterday I received two Apple XServes, each of which will be connected to an XServe RAID with over a terabyte of disk space. One of the intended uses for them is to create workgroups storage space and backing up Rohan fits into that perfectly.
2 comments:
This is CaptainSQL with a piece of free DBA advice. Make those backups! It's important!
This has been a CaptainSQL Public Service Announcement.
The timestamp not changing is a feature of TrueCrypt -- it allows you to plausibly state that the contents of that volume haven't changed recently.
There is an option in TrueCrypt which changes this behavior.
Honestly, I can't say that I've tried it but it was discussed on the "Security Now" podcast. The original question was in episode 134 with some follow up in episode 135. Transcripts are at http://www.grc.com/sn/sn-134.htm and http://www.grc.com/sn/sn-135.htm . Search for "Jungle Disk" on the page.
Also, I found your page while researching options for full disk encryption on a mac with support for Time Machine. You seem not to be doing that however.
Post a Comment