내 드라이브를 지우고 싶었지만 Time Machine에서 복원 할 때 모든 파일, 앱, 해킹 앱이 여전히 작동하는지 확인하고 싶습니까?
내 드라이브를 지우고 싶었지만 Time Machine에서 복원 할 때 모든 파일, 앱, 해킹 앱이 여전히 작동하는지 확인하고 싶습니까?
답변:
운영 체제를 다시 설치하면 OS X에서 Time Machine 백업에서 복원 할 것인지 묻습니다. TM 백업 드라이브를 선택하면 OS가 새로 설치되고 데이터가 복원됩니다.
제외 된 폴더를 설정하지 않으면 시스템 폴더를 제외한 모든 위치에 모든 데이터가 복사됩니다.
현재 시스템 제외 목록은 /System/Library/CoreServices/backupd.bundle/Contents/Resources/StdExclusions.plist
텍스트 편집기로 열 수있는 XML 파일입니다.
광산 (Mac OS 10.5.8)은 다음과 같습니다.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- paths we do not want to include in a system backup -->
<key>PathsExcluded</key>
<array>
<string>/.Spotlight-V100</string>
<string>/.Trashes</string>
<string>/.fseventsd</string>
<string>/.hotfiles.btree</string>
<string>/Backups.backupdb</string>
<string>/Desktop DB</string>
<string>/Desktop DF</string>
<string>/Network/Servers</string>
<string>/Previous Systems</string>
<string>/Users/Shared/SC Info</string>
<string>/Users/Guest</string>
<string>/dev</string>
<string>/home</string>
<string>/net</string>
<string>/private/var/db/Spotlight</string> <!-- old tiger location of the Spotlight db -->
<string>/private/var/db/Spotlight-V100</string> <!-- old tiger location of the Spotlight db -->
</array>
<!-- paths we need to include in backup so we can restore disk structure, but don't want to backup contents -->
<key>ContentsExcluded</key>
<array>
<string>/Volumes</string>
<string>/Network</string>
<string>/automount</string>
<string>/.vol</string>
<string>/tmp</string>
<string>/cores</string>
<string>/private/tmp</string>
<string>/private/Network</string>
<string>/private/tftpboot</string>
<string>/private/var/automount</string>
<string>/private/var/log</string>
<string>/private/var/folders</string>
<string>/private/var/log/apache2</string>
<string>/private/var/log/cups</string>
<string>/private/var/log/fax</string>
<string>/private/var/log/ppp</string>
<string>/private/var/log/sa</string>
<string>/private/var/log/samba</string>
<string>/private/var/log/uucp</string>
<string>/private/var/run</string>
<string>/private/var/spool</string>
<string>/private/var/tmp</string>
<string>/private/var/vm</string>
<string>/private/var/db/dhcpclient</string>
<string>/private/var/db/fseventsd</string>
<string>/Library/Caches</string>
<string>/Library/Logs</string>
<string>/System/Library/Caches</string>
<string>/System/Library/Extensions/Caches</string>
</array>
<!-- standard user paths we want to skip for each user (subpath relative to root of home directory) -->
<key>UserPathsExcluded</key>
<array>
<string>Library/Application Support/SyncServices</string>
<string>Library/Caches</string>
<string>Library/Logs</string>
<string>Library/Mail/Envelope Index</string>
<string>Library/Mail/AvailableFeeds</string>
<string>Library/Mirrors</string>
<string>Library/PubSub/Database</string>
<string>Library/PubSub/Downloads</string>
<string>Library/PubSub/Feeds</string>
<string>Library/Safari/Icons.db</string>
<string>Library/Safari/HistoryIndex.sk</string>
</array>
</dict>
</plist>
의도적으로 제외 된 파일 및 폴더를 찾으려면 다음을 참조하십시오.
/System/Library/CoreServices/backupd.bundle/Contents/Resources/StdExclusions.plist
일부 경로는 실제로 해당 파일에 언급 된 경로에 대한 심볼릭 링크 일 수 있습니다. 아파치처럼 심볼릭 링크를 참조 할 수도 /var/logs/apache2
있는데, 실제로 대상을 통해 제외됩니다 /private/var/logs/apache2
.
관리자가 수동으로 제외시킨 파일 및 폴더를 찾으려면 다음을 참조하십시오.
/Library/Preferences/com.apple.TimeMachine.plist
(있어서, 아이튠즈 등을들 수 있으며, VM웨어 퓨전 사전 1.1.2 버전과 같은 특정 소프트웨어에 의해 제외 된 파일 및 폴더를 찾으려면 시간에 VM 돌아 가기를 가지고 확장 된 속성 설정) com.apple.metadata:com_apple_backup_excludeItem
실행 해당 파일에를 :
mdfind "com_apple_backup_excludeItem = 'com.apple.backupd'"
FileVault를 사용하면 홈 폴더는 로그 아웃 할 때만 백업됩니다 .
모든 의도와 목적을 위해 배제하지 않고 모든 사용자 데이터를 백업합니다. Time Machine의 범위 (Time Machine Exclusions)
Time Machine은 기본적으로 시스템의 모든 로컬 드라이브를 백업합니다. 네트워크 마운트 드라이브는 백업하지 않지만 제외되지 않은 로컬 드라이브는 기본적으로 백업에 추가됩니다. Apple은 표준 제외 목록을 가지고 있지만 Apple이 공식적으로 이러한 제외를 문서화하지 않았기 때문에 추후에 예측할 수 없을 정도로 변경 될 수 있습니다. 그러나 현재로서는 다음 디렉토리를 수동으로 제외 할 필요가 없습니다.
/.Spotlight-V100
/private/var/db/Spotlight <!– old tiger location of the Spotlight db –>
/private/var/db/Spotlight-V100 <!– old tiger location of the Spotlight db –>
/.Trashes
/.fseventsd
/.hotfiles.btree
/Backups.backupdb
/Desktop DB
/Desktop DF
/Previous Systems
/Users/Shared/SC Info
/Users/Guest
/dev, /home, /net
/Volumes
/Network
/automount
/.vol
/tmp
/cores
/private/tmp
/private/Network
/private/tftpboot
/private/var/automount
/private/var/folders
/private/var/run
/private/var/tmp
/private/var/vm
/private/var/db/dhcpclient
/private/var/db/fseventsd
/Library/Caches
/Library/Logs
/System/Library/Caches
/System/Library/Extensions/Caches
/private/var/log
/private/var/spool/cups
/private/var/spool/fax
/private/var/spool/uucp
~/Library/Application Support/SyncServices/data.version
~/Library/Caches
~/Library/Logs
~/Library/Mail/Envelope Index
~/Library/Mail/AvailableFeeds
~/Library/Mirrors
~/Library/PubSub/Database
~/Library/PubSub/Downloads
~/Library/PubSub/Feeds
~/Library/Safari/Icons.db
~/Library/Safari/WebpageIcons.db
~/Library/Safari/HistoryIndex.sk