It'd be useful to see what Time Machine will backup before the backup actually occurs. I believe it should be possible to approximate this with mdfind. Is there a standard search query that accomplishes this? Or a way to ask Time Machine directly?
|
|
||||
|
|
In OS X 10.7 (Lion) you can use
But you'll probably want to redirect the output to a file because there may be a lot of it. You can restrict the comparison to certain types of difference (e.g., file size, file permissions). It does more, but I can't describe the details more succinctly than the
|
|||
|
|
|
I have the same question. Since there does not appear to be an exact answer, let me propose this:
BackupLoupe
Exclusions
|
||||
|
|
|
if you know when was the last backup run, you can list files changed after that: for example find all files in /folder .doc as extension and was modified 2 days ago:
|
|||
|
|
|
Something like this could be used as a starting point
might have to add other meta info the the query to ignore directories, special files and the like... The kMD* keys are documented here: http://developer.apple.com/library/mac/#documentation/Carbon/Reference/MetadataAttributesRef/Reference/CommonAttrs.html#//apple_ref/doc/uid/TP40001694-SW1 |
|||
|
|
|
The other answer mentioning Look inside the |
|||
|
|
|
1: Parse the last backup time from the folder names on the Time Machine backup volume. Use the one the "latest" link points to, if possible. Dismiss those with ".progress" extension (not on a Mac right now, so I could be off a little) 2 and 3: Read the property lists and use them as exclusion file, if possible, or simply create a regular expression from those paths and "grep -v $excluded". |
|||
|
|


