Hidden backup file clogging your laptop disk
You may be running out of disk space fast if you have small SSD start partition on OS X Lion if you leave MobileBackups enabled.
If you open Terminal and run the command "df -h" you might see the (otherwise hidden) directory .MobileBackups using up a lot of space.
This feature is described in the Ars Technica OS X Lion review for example. It is there so your laptop will run backups even when you're on the move with no backup disk attached.
To disable it, run the command "tmutil disablelocal" in Terminal.
To enable it, use "sudo tmutil enablelocal"
