Time Machine does not backup all of my files
Hi,
If I compare my Dropbox folder to what Time Machine backups there are differences which means that Time Machine does not backup all files:
diff <(cd "/Users/phil/Dropbox" && ls -R | sort) <(cd "/Volumes/TimeMachineBackup/Backups.backupdb/Computername/Latest/Macintosh HD/Users/phil/Dropbox" && ls -R | sort)
There are also differences if I compare my user folder to the Time Machine Backup:
diff <(cd "/Users/phil/" && ls -R | sort) <(cd "/Volumes/TimeMachineBackup/Backups.backupdb/Computername/Latest/Macintosh HD/Users/phil/" && ls -R | sort)
I did not exclude the folders affected from the Time Machine backup.
I have verified this behaviour on other computers as well.
Does anybody else have this kind of problem?
Philipp