os/mac

타임머신 복구하기.

cz 2014. 11. 1. 16:14

타임머신에서 sparsebundle 파일을 불러와서 복원하는 방법


0. 맥 전원을 켜는 동시에 Option + Command + R 을 동시에 누르고 있으면 인터넷복구모드로 들어간다. 

1. 백업파일이름을 간단하게 변경 (한글, 공백제거)
2. 옵션키 > 복구모드 > 터미널실행
3. 아래 명령을 순서대로 실행

#> cd /Volumes

#> mkdir TimeMachine

#> mount -t afp afp://[your user log-in]:[password]@[192.168.xx.xx, etc., whatever the network NAS IP is]/[your Volume or Share Name]/Volumes/TimeMachine

#> hdid /Volumes/TimeMachine/[your back-up name].sparsebundle

4. 터미널을 종료하고 타임머신메뉴로 가면 복원지점을 확인할 수 있다.

# 참고

http://ialsowent.com/2012/08/13/recovering-from-time-machine-on-nas/


http://inthegrasp.wordpress.com/ 에서 퍼왔습니다...