Skip to content

Instantly share code, notes, and snippets.

@mrabbitt
Created December 1, 2012 04:33
Show Gist options
  • Save mrabbitt/4180565 to your computer and use it in GitHub Desktop.
Save mrabbitt/4180565 to your computer and use it in GitHub Desktop.
Backup iTunes 10.x before upgrading to iTunes 11 (Mac OS X)
tar czvf ~/Desktop/iTunes-backup-$(date +%Y%m%d_%H%M%S).tgz -C / \
/System/Library/PrivateFrameworks/CoreFP.framework \
/Applications/iTunes.app \
/Library/Documentation/Applications/iTunes \
/Library/Documentation/iPod \
/Library/Frameworks/iTunesLibrary.framework \
/System/Library/PrivateFrameworks/iTunesAccess.framework
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment