Disable/Enable iPhone Backups

To disable the backups:-

defaults write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool true

To enable the backups:-

defaults write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool false