I want to know list of folders that can be safely excluded from Time Machine backups while ensuring that full restore can get me a same machine running immediately.
The reason why I want to do this is because Time Machine will backup all the files no matter what it contains. So far, I’ve excluded these paths from my backup:
~/Library/Caches
~/Library/Logs
~/Downloads
Caches and Logs don’t need to be backed up because they’re generated when needed. I’m also excluding ~/Downloads
folder because those files are usually stored temporarily.
Is there any more folders that I can exclude? What is your Time Machine’s exclusion rules?
.DocumentRevisions-V100
being excluded from backup. I’ve monitored the backup change with this folder in BackupLoupe and it actually backup all the versions. I’ll keep monitoring and update later. – sayzlim May 20 '14 at 20:11StdExclusions.plist
no longer seems to be present at the suggested location in MacOS Big Sur. Does someone know where it has moved to? – Jerome Dahdah Mar 25 '21 at 16:31sudo mdfind "com_apple_backup_excludeItem = 'com.apple.backupd'"
– WarzauWynn Nov 01 '23 at 19:43