So recently I was looking at the partition TM is backing up to. It seems that within a second-level directory named after the Mac it's backing up, there's a 'current' symlink which points to what is basically a clone of my boot partition. Now obviously this is not really a true clone, since there's some hard link magic going on, but it still got me wondering. What if I were to make symlinks on the root level of the backup partition that point to stuff in current and then bless the partition. Would that make my TM backup a bootable pseudo clone?
Here's an example of what I'm thinking of:
[codex]/Volumes/TM/Applications -> /Volumes/TM/Backups.backupdb/myMac/current/Applications
/Volumes/TM/Desktop\ DB -> /Volumes/TM/Backups.backupdb/myMac/current/Desktop\ DB
/Volumes/TM/Desktop\ DF -> /Volumes/TM/Backups.backupdb/myMac/current/Desktop\ DF
/Volumes/TM/Developer -> /Volumes/TM/Backups.backupdb/myMac/current/Developer
/Volumes/TM/Library -> /Volumes/TM/Backups.backupdb/myMac/current/Library
...
/Volumes/TM/etc -> /Volumes/TM/Backups.backupdb/myMac/current/etc
/Volumes/TM/home -> /Volumes/TM/Backups.backupdb/myMac/current/home
/Volumes/TM/mach.sym -> /Volumes/TM/Backups.backupdb/myMac/current/mach.sym
/Volumes/TM/mach_kernel -> /Volumes/TM/Backups.backupdb/myMac/current/mach_kernel
/Volumes/TM/mach_kernel.ctfsys -> /Volumes/TM/Backups.backupdb/myMac/current/mach_kernel.ctfsys
...
/Volumes/TM/var -> /Volumes/TM/Backups.backupdb/myMac/current/var[/codex]
And if that will work, is there any developer here who would like to make a nice little utility with a decent OS X GUI for it? I'd prefer that over the quick and dirty shell script I'd have to otherwise write.
