Disable slow iTunes backup of iPhone 2.0
Version 2.0 of the iPhone software update brought about many new features including the app store but one “feature” that has been bugging me is the time it takes to backup your iPhone every time you sync it with iTunes.
Well, the solution is pretty simple. Disable it by entering the following in Terminal:
defaults write com.apple.iTunes DeviceBackupsDisabled -bool true
You might want to enable it periodically just in case you need a working backup. Just change the boolean to false:
defaults write com.apple.iTunes DeviceBackupsDisabled -bool false
It’s that simple. Now can anyone tell me what’s new in 2.0.1?




