It's so annoying that my iPhone 3G has to be backed up every time I connect it to my Mac. I don't see an option in iTunes to disable this. Anyone have any ideas?
Is this only an option on iTunes for Mac because there's certainly no option on the first tab to stop a backup in iTunes for Windows?When the iPhone is connected, select it in iTunes - the setting is in the first tab.
Is this only an option on iTunes for Mac because there's certainly no option on the first tab to stop a backup in iTunes for Windows?
But as far as I'm aware this has nothing to do with backups, only syncing. A backup is carried out regardless of whether the setting is set to auto sync.Summary Tab
Automatically sync when this iPhone is connected
That's what I do but it would be better if there was some option to turn off backups completely.I just cancel it when it starts by hitting the X on the right if I don't want a backup. It then carries on syncing.
But as far as I'm aware this has nothing to do with backups, only syncing. A backup is carried out regardless of whether the setting is set to auto sync.
That's true, but then you have to manually click the Sync button which in turn will start the backup process anyway. I think the OP wanted to know if you could turn off backups occurring when a sync takes place.Well if I have Automatically sync "off" I don't get the automatic backups so I would assume the two go together?
It's so annoying that my iPhone 3G has to be backed up every time I connect it to my Mac. I don't see an option in iTunes to disable this. Anyone have any ideas?
That's true, but then you have to manually click the Sync button which in turn will start the backup process anyway. I think the OP wanted to know if you could turn off backups occurring when a sync takes place.
True. I guess clarification from OP on what they originally wanted to know would be beneficial. Like you say they may just want to stop it from happening if all they want to do is connect to computer for a charge.Perhaps that is what they meant although reading their question it looks as if they only want to prevent a backup everytime they connect to their Mac.
In which case turning off automatic sync does the trick.
But as far as I know sync/backup goes hand-in-hand now
Is a backup file of some kind being generated? Where is it stored?
Haven't looked into this too much but I'd be curious to know where they're stored. It's taking a long time to back up so I can't imagine the backup files are small.
Perhaps that is what they meant… although reading their question it looks as if they only want to prevent a backup everytime they connect to their Mac.
In which case turning off automatic sync does the trick.
But as far as I know sync/backup goes hand-in-hand now…
Thanks for the clarification kyre, that's what I thought you originally meant. Unfortunately there doesn't seem to be a way of doing this. Maybe it's coming in 2.0.1. The only thing you can do now is to manually click the x button whenever the backup starts. This cancels the backup but not the sync.I want it to sync when I connect the phone, but not backup. What is the point of a backup when all the information is on my Mac anyway? If I download a app, I want to connect the phone and sync it and be done in 20 seconds. The whole "Backing up your iPhone" thing takes at least a minute and a half and is a total waste of time.
I want it to sync when I connect the phone, but not backup.
Quit iTunes.
Open Terminal.app.
Type (or copy and paste) the following command, and then hit Return:
defaults write com.apple.iTunes DeviceBackupsDisabled -bool true
Open and run iTunes.
Plug in and connect iPhone 3G or original classic iPhone on version 2.0 OS to computer for syncing. The backup process should be bypassed and skipped now, and only music or podcasts are synced.
The command above changes a hidden setting in the iTunes preferences to disable and turn off the backup process. To re-enable or turn on and run the backup of iPhone again, just issue the following command:
defaults write com.apple.iTunes DeviceBackupsDisabled -bool false