fairworld's life

아이튠즈에서 싱크시에 자동 백업 하지 않도록 설정하기 본문

Mobile Life

아이튠즈에서 싱크시에 자동 백업 하지 않도록 설정하기

fairworld 2008. 9. 11. 13:09
네이버 카페 - 아이팟 유저들의 공간에서 퍼옴...

====================================================

일단 OSX 의 경우...

1. 아이튠즈를 종료한다.
2. 터미널을 실행시킨다.
3. 아래의 명령어를 실행한다.

 defaults write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool true


4. 원래대로 돌리려면 아래의 명령어를 실행한다.
 defaults write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool false

*. 만약 이전에 백업옵션을 비활성 시켰던 적이 있으면 아래 명령어를 통해 백업옵션을 활성화 시켜야한다.
 defaults write com.apple.iTunes DeviceBackupsDisabled -bool false
 

이제, Windows 의 경우

1. 아이튠즈를 종료한다.
2. 시작-실행에서 아래의 명령어를 실행한다.(두줄이 아니라 이어서 한줄임)
 "%CommonProgramFiles%\Apple\Mobile Device Support\bin\defaults.exe" write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool true
 
3. 원래대로 돌리려면 아래의 명령어를 실행한다.(두줄이 아니라 이어서 한줄임)
 "%CommonProgramFiles%\Apple\Mobile Device Support\bin\defaults.exe" write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool false
 
물론 이후에 아이튠즈에서 백업을 하고 싶다면 알아서 수동 백업을 이용해야 한다.