-
09-06-2008, 01:50 AM #1Super Sweet Moderator
- Join Date
- Aug 2007
- Location
- In Michigan And Florida
- Posts
- 6,208
- Thanks
- 3,551
- Thanked 971 Times in 540 Posts
Stop itunes 7.7.1 From Backing Up (Windows-Vista)
I also did some research for you windows users. I found a site that also has the disable backup program as well....
Dennis Nederlof wrote..... I have written a small FREE Windows program called “iPhone Backup Switch”. The program will allow you to enable and disable the iPhone backup feature in iTunes. I have tested it pretty well in Windows XP and VISTA. There is a backup feature that will backup the iTunes configuration and let you restore a previous version, if something goes wrong. Comes complete with installer and uninstaller.

Get it here:
iPhone Backup Switch
-
The Following User Says Thank You to thetoothfairy For This Useful Post:
mikdiamon (09-06-2008)
-
09-07-2008, 04:35 PM #2Livin the iPhone Life
- Join Date
- Sep 2008
- Location
- Alexandria, Louisiana
- Posts
- 1,157
- Thanks
- 53
- Thanked 62 Times in 51 Posts
Ummm hope I don't sound too stupid, but why would this be useful?
Gamertag - Scikotic IT Guy
SW:TOR Server - Lord Adraas
-
09-07-2008, 05:13 PM #3Super Sweet Moderator
- Join Date
- Aug 2007
- Location
- In Michigan And Florida
- Posts
- 6,208
- Thanks
- 3,551
- Thanked 971 Times in 540 Posts
Because there are times when you just want to install one program... and not backup because you don't need to.... and once the backup starts if you hit the X to stop it your backup will be corrupted as I have seen this many of times since our 2.0 update....
If you have many apps installed on your iphone these backups can take hours to do... so say if you bought one app from the app store and then let it back up.. guess what you will wait hours to play that app or hit the X and corrupt your backup.
-
The Following User Says Thank You to thetoothfairy For This Useful Post:
SharpieBandit (09-13-2008)
-
09-07-2008, 08:28 PM #4iPhoneaholic
- Join Date
- Aug 2008
- Location
- San Francisco
- Posts
- 487
- Thanks
- 35
- Thanked 42 Times in 32 Posts
exactly, I have mine disabled as well. If you cancel, backup is corrupted meaning that if you need to get things back in a hurry you're screwed.
For me, it's best to start factory restore/vanillia since I like to jailbreak via quickpwn.
Here are other reasons backup is not needed for me ever. I have other work arounds.
-just use the "app backup" (from cydia) to backup specfic appstore that have important data. (wine log is mine)
-I use itextuploader to save SMS
-All my mail/contacts/caledndar are in the exchange cloud via mail2web.com - Pick Up Your Email
-
09-08-2008, 02:06 AM #5
Attached is a simple Windows XP Batch file that can be used for disabling the backups.
Save it as IPhoneDisableBackups.cmd
and run it as:
IPhoneDisableBackups.cmd true
The batch file assumes the ITunes install is on your C: drive.
If it is on another drive edit the batch file and change the c: drive to d: or whatever the drive is where ITunes is installed.
On Vista 64 the file directory is CommonProgramFiles(x86) I think so you might have to change %CommonProgramFiles% to %CommonProgramFiles(x86)% as well.
/sanjay
@echo off
@REM Simple Batch file on windows to enable/disable Automatic Backups on the IPhone
c:
cd "%CommonProgramFiles%\Apple\Mobile Device Support\bin"
@if %1X==X goto help
@if %1X==trueX goto itstrue
@if %1X==falseX goto itsfalse
goto help
:itstrue
Echo Disabling Backups
goto doit
:itsfalse
Echo Enabling Backups
goto doit
:doIt
set VALUE=%1
defaults.exe write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool %VALUE%
goto end
:help
echo "To Disable IPhone Automatic Device Backups execute "%0 true"
echo "To Enable IPhone Automatic Device Backups execute "%0 false"
:end
-
09-12-2008, 01:01 AM #6iPhone? More like MyPhone
- Join Date
- Nov 2007
- Location
- Anchorage, AK
- Posts
- 117
- Thanks
- 3
- Thanked 20 Times in 15 Posts
Well, keep in mind that firmware 2.1 is supposed to fix the insane backup time issues so I advise anyone reading this thread unless you know what your doing and are certain you understand how to reverse it just let things be.
With iTunes 8 out and some of these solutions being relatively untested you could be taking a needless risk.
-
09-16-2008, 03:11 PM #7iPhoneaholic
- Join Date
- Aug 2008
- Location
- San Francisco
- Posts
- 487
- Thanks
- 35
- Thanked 42 Times in 32 Posts
What if I forgot to re-enable backup before I upgraded to iTunes 8.0? I want to start using backup now that it's supposed to be super fast via firmware 2.1
I uninstalled the iphoen backup program in the middle of iTunes 8.0 upgrade. Hopefullly everything is good to go, we'll see. (not finished yet)



LinkBack URL
About LinkBacks


Reply With Quote

