iTunes does not provide an menu option for enabling or disabling backups, but you can manually update the iTunes preference file to do the trick. There is a preference called “DeviceBackupsDisabled”. If you do decide to disable backups on a regular basis, note that MOST of your data will automatically be synced to your phone — but your Text Messages are not synced outside of the normal iTunes Backup process.
To disable backups:
- Quit iTunes
- Open Terminal.app
- defaults write com.apple.iTunes DeviceBackupsDisabled -bool true
- Open iTunes
- Sync
To enable backups:
- Quit iTunes
- Open Terminal.app
- defaults write com.apple.iTunes DeviceBackupsDisabled -bool false
- Open iTunes
- Sync
Enjoy

