End of Year Time Machine Cleanup

December 31, 2010 by · Comment
Filed under: technology 

During the Holiday break I decided to do a little computer file cleanup. I noticed that the size of my Time Machine backup had grown quite large (Approx 850 GB). That’s right, 850 GB. I decided I didn’t that many backups and proceeded to delete nearly all of the backup files save a few key ones. I then noticed that the .sparsebundle that is my backup was still reporting a file size of 850 GB. After doing a little google searching I found that this is common. I also found a way to manually compact the sparsebundle to reclaim some of that unused space. The trick was to use The Terminal.

Helpful Links:

Here is what I did since my backup has spaces in the filename.

  • Launch Terminal
  • cd /Volumes
  • sudo -s
  • ls (to view the Volumes)
  • cd “Time Capsule Disk” (I had to include the quotes)
  • hdiutil compact *.sparsebundle

If all goes according to plan, you should see the following messages:

Starting to compact…
Reclaiming free space
……………………………………
Finishing compaction…
Reclaimed xxx.x GB out of xxx.x GB possible

I reclaimed 507.5 GB!!! Your results may vary.

Protect your identity

December 27, 2010 by · Comment
Filed under: technology 

Identity guard from Costco. The price is right. I was given this tip from my father and I am currently considering the service.

Get Your Quarterly Credit Updates and Public Record Profile. Call 1-866-818-0874 for more information.

The new Member Profile includes:

  • New Message Board – Stay up-to-date with alerts, service updates and other important notifications.
  • New Dashboard – All your information is available and easy to navigate with the new layout.
  • Updated Financial Calculators – We’ve made our calculators easier to use to help you manage your finances.
  • Current Credit Score – See at a glance your most recent credit score from all three credit bureaus.

“Award-winning IDENTITY GUARD TOTAL PROTECTIONSM, rated the #1 identity protection service” – PC World.

Copy changed files

December 20, 2010 by · Comment
Filed under: technology 

This little tool isn’t for everyone, but someday you might have a need to compare files in two directories and only grab the changes. This is one of those tools that can be so handy in just the right situation. I’m thinking of using it for incremental backups as described on the examples page.

Superbar for windows system monitoring

December 12, 2010 by · Comment
Filed under: technology 

Windows 7: If you like visual indicators for things like disk capacity, battery life, memory usage, and speaker volume, and you like them prominent and easy to find, SuperbarMonitor puts easy to read indicators right on your Superbar.

http://lifehacker.com/5488717/superbarmonitor-puts-system-monitoring-right-on-your-windows-superbar

Clean up your Mac’s “open with” contextual menu

December 10, 2010 by · Comment
Filed under: technology 

I stumbled upon this short Lifehacker article about how to clean up duplicate apps listed in the “open with…” contextual menu. It caught my eye because I was just wondering how to clean this up on my Macbook Pro. I have installed Photoshop and then later upgraded so there are now two “photoshop” options listed. Looks like the solution is to rebuild your Mac’s LaunchServices database with the following terminal command.

/System/Library/Frameworks/CoreServices.framework/Frameworks/
LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user