iPhone: Backup while Sync-in

to stop backing up when syncing iphone,

close itunes, and enter the following command into terminal.
defaults write com.apple.itunes DeviceBackupsDisabled -bool YES

to enable back, same thing, close itunes and enter the following command into terminal.
defaults write com.apple.itunes DeviceBackupsDisabled -bool NO

tat’s all folks

Leave a Comment