Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: Show files that Time Machine does not backup' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Show files that Time Machine does not backup
Authored by: siracusa on Fri, Apr 4 2008 at 8:34AM PDT
You can exclude files from Time Machine in two ways: by path or by file. Excluding by file attaches a bit of metadata to the file using the extended attributes API, as described above. Excluding by path registers the path with Time Machine itself (somewhere in a plist that backupd reads, IIRC).

Files excluded via extended attributes remain excluded if you rename or move them. Excluding by path means that any file at that path will be excluded; if you rename or move the file it will no longer be excluded.

(This all applies equally to folders, in case that doesn't go without saying.)

[ Reply to This | # ]