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: chocky on Fri, Apr 4 2008 at 8:23AM PDT
Here's a quick fix of the AppleScript version (the original post didn't work for me).

do shell script "mdfind \"com_apple_backup_excludeItem = 'com.apple.backupd'\" > ~/Desktop/Files_excluded_by_Time_Machine.txt" with administrator privileges


[ Reply to This | # ]