Anytime an iOS device is connected to a computer it will sync and backup the device, and though the syncing process can be annoying sometimes, the backup process should be considered crucial so that you always have a way to restore your iPhone, iPad, or iPod should anything go wrong.
With that said, there are a few limited situations where some users may want to disable the iTunes & iOS backup process completely, which is different than stopping iTunes from automatically syncing because it continues to allow for device syncing but minus the backing up aspect.
We’ll show you how to turn off backups, but we want to warn everyone this is not a good idea unless you know what you’re doing and why you’re doing it, leaving this option best for select jailbreakers or just for demonstration purposes.
Disable iTunes Backups for iOS Devices
- Quit out of iTunes and launch the Terminal, then enter the following defaults write command:
defaults write com.apple.iTunes DeviceBackupsDisabled -bool YES
- Relaunch iTunes, connecting iOS devices will sync but without a backup copying over
With backups disabled nothing will be added to the local directory or iCloud, and anything already there can be deleted through iTunes or manually. Remember, disabling this feature removes the ability to restore an iOS device should you need to, which for 99.9% of people is a bad thing.
Re-Enable iTunes & iOS Backups
- Quit iTunes again and launch Terminal, entering the following defaults command:
defaults delete com.apple.iTunes DeviceBackupsDisabled
- Relaunch iTunes and connect an iOS device to confirm backups are working again
The instructions above are intended for Mac OS X, but Windows users can disable the device backups by launching iTunes with a flag attached to it, this can be executed from the Run menu or by right-clicking iTunes:
"%ProgramFiles%\iTunes\iTunes.exe" /setPrefInt DeviceBackupsDisabled 1
To reenable backups with windows, change the 1 to a 0 and run iTunes exe again.
//************************************************************************************ Prevent file be backup
https://developer.apple.com/library/ios/#qa/qa1719/_index.html
相关推荐
《Diablo:深入解析Windows平台下的C++游戏编程》 Diablo,一款经典的动作角色扮演游戏,自1996年发布以来,以其独特的暗黑风格和丰富的游戏性赢得了全球玩家的喜爱。本文将聚焦于"diablo.zip_Diablo_暗黑diablo"这...
在标签中,我们可以看到与《暗黑破坏神》相关的几个关键词:"diablo_1_sourcecode" 指的是Diablo 1的源代码,"diablo_source" 和 "diablo_source_co" 提及了Diablo游戏的源代码,而"diablo2"可能指的是它的续作...
《模拟实现Diablo2代码详解》 在游戏开发领域,Diablo II是一款具有里程碑意义的作品,其独特的俯视角即时战斗、丰富的角色设定和引人入胜的剧情深受玩家喜爱。本篇文章将深入探讨一位高手利用VC++编程语言,模拟...
《Diablo:C++编程初探与XBlade实践》 在游戏开发的世界里,《Diablo》是一款具有里程碑意义的动作角色扮演游戏,其丰富的剧情、刺激的战斗和深度的角色定制深受玩家喜爱。而作为一位IT爱好者,尝试用C++语言来构建...
Diablo-III-Setup
《Diablo.zip_2D RPG_Diablo_RPG_Diablo DirectX》是一个基于DirectX技术开发的2D角色扮演游戏(RPG)项目。这个项目由VC++编程语言编写,展现了DirectX在游戏开发中的应用。虽然当前版本的游戏尚未实现战斗功能,但...
《VC++6.0与DirectX打造RPG游戏——以Diablo II为例》 在游戏开发领域,Visual C++ 6.0(简称VC6)和DirectX是两个至关重要的工具。VC6作为Microsoft的经典集成开发环境,为C++开发者提供了便捷的编程平台,而...
《暗黑破坏神》(Diablo)是一款由暴雪娱乐公司开发的经典动作角色扮演游戏,以其深邃的剧情、丰富的职业设定和独特的随机生成地牢系统而闻名。在您提到的"diablo.rar_DEMO_Diablo"中,我们很可能是遇到了一个关于...
《Diablo.zip_Diablo_Diablo.rar_Visual C_小游戏》是一个关于开发小游戏的资源包,其中包含了源代码和可能的相关文档。这个压缩包的名称暗示了它与著名的动作角色扮演游戏《暗黑破坏神》(Diablo)有关,可能是基于...
我自己做的,自己做的,自己做的,是一个二十年前的单机游戏辅助程序。 这是一个懒人给自己做的小工具,根据自己遇到的情况,会更新些新的功能。 用于暗黑破坏神2单机游戏或战网游戏时的一些辅助操作(注:不适用于...
《Diablo.rar - Diablo 暗黑破坏神》是一款由用户使用VC++编程语言自行编写的仿暗黑破坏神小游戏。这款程序旨在重现经典游戏暗黑破坏神的一些基础功能,虽然由于开发者的个人能力和资源限制,它可能并未实现原版游戏...
diablo-js, 在 HTML5 Canvas 和 javascript,等距最小码样式游戏 diabloHTML5 Canvas 和javascript的等等最小代码样式游戏演示http://mitallast.github.com/diablo-js/变更日志大更新从 Diablo 2提取一个原始级别 !...
《暗黑破坏神3》(Diablo 3)是由暴雪娱乐公司开发的一款动作角色扮演游戏,自2012年发布以来,深受全球玩家喜爱。2.0.1.0 版本是游戏的一个重要更新,它带来了诸多改进、新功能和平衡调整,旨在为玩家提供更丰富、...
基础手册 基础手册介绍游戏里方方面面的基础知识,例如游戏金币的含义、来源、用途等。这些都是游戏里所有规则最基础的组成部分,就像Dnd的玩家手册那样,会成为每一个初入门的人学习和了解这个游戏的指南。...
适合单机新上手的朋友 包括各种常见问题,英文名词解释,人物练法等
先申明,此游戏非本人写的 它是用C++语言编写的一款简单3D(人物行走)游戏
《数据结构在游戏编程中的应用——以Diablo为例》 在计算机科学中,数据结构是组织、管理和存储数据的重要工具,对于程序设计和系统性能有着深远的影响。在游戏开发领域,尤其是在经典游戏Diablo中,数据结构的应用...
diablo是一款轻量的持久化配置服务组件。 一些特性 轻量级: 没有复杂的技术和第三方依赖; 可靠存储: 使用Redis作为存储,建议使用Redis Cluster,Redis Master-Slave 或者 Redis Proxy ...
我有解压码,要的留邮箱,先下载,东西挺大的恩
D2NT(Diablo 2 No Trade)1.13补丁是一个专门为暗黑破坏神2(Diablo 2)设计的游戏增强工具,其核心功能是D2NTbot,一个自动化的游戏助手。这个补丁版本旨在优化玩家的游戏体验,特别是在1.13版本的暗黑破坏神2游戏...