Disable iPhone automatic backup

A simple way to disable backups via terminal


            

Warning ! Backups are important. Don’t blame me if you experience any issues due to the fact that you waived automatic backup of your iPhone. You acknowledge that you do this at your own risk ! Also, read the disclaimer.

My new iPhone X is beautiful, a bit too expensive for what it offers but… what the heck. It’s a nice toy. Fancy one. Yet, something annoys me each time I sync my phone with the iTunes. I do this mostly for syncing music from my library. Each time I press the sync button, a backup is also initiated and, although it is only incremental and it does not take too much time (first backup takes forever, though), I want to have control over this and be able to enable or disable the feature whenever I want.

It seems there is no way to disable this automatic backup from iTunes. There is a simple solution involving mac defaults command.

Open a terminal and write this:

defaults write com.apple.iTunes DeviceBackupsDisabled -bool true

Check entry ok:

defaults read com.apple.iTunes

{ DeviceBackupsDisabled = 1; }

Restart iTunes. You’re done. Of course, if you need to reactivate automatic backups, you just type:

defaults write com.apple.iTunes DeviceBackupsDisabled -bool false

Shelter for stray cats

Winter is finally here and the weather is suddenly much colder. I bought two styrofoam boxes, the types used for carrying fish, and I made two shelters for the stray cats. Hope will be warm and cosy. It just struck me that this is the 100 post I published on this blog. Nice. I have […]

Abandoned Posts

Over the past seven years (the age of this blog) I started writing several articles that I never  finished. It’s time to trash them completely or just add them to a list for future afterthoughts. Who knows ? So, from older to newer: “Weller WD 1000 M Review – Part III – Software”, January 18, 2013 — […]

Comments are closed.