Created
December 1, 2012 04:33
-
-
Save mrabbitt/4180565 to your computer and use it in GitHub Desktop.
Backup iTunes 10.x before upgrading to iTunes 11 (Mac OS X)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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