The vast majority of users should retain the default behavior and allow iTunes to manage and back up your devices. This tip is intended for advanced users who have a compelling reason to disable the automated process.
Disable Automatic iTunes Backups
- Quit iTunes and then launch Terminal, found in /Applications/Utilities/
- Enter the following defaults write command:
defaults write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool true
- Relaunch iTunes for changes to take effect
Re-Enable Automatic iOS Device Backups in iTunes
To reverse the change and re-enable automatic device backups, open Terminal and use the following defaults command before relaunching iTunes:
defaults write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool false
Both sides of this change should only impact iTunes and have no effect on iCloud behavior.
Post a Comment