launcher
launcher copied to clipboard
Investigate excluding database from Time Machine and Migration Assistant
Both launcher and osquery keep per-machine databases. However, Time Machine and Migration Assistant can cause these to be backed up to new machines. This is seldom correct.
This is a bit of a link dump to investigate
Apple documents Backup Core and states that CSBackupSetItemExcluded
can set an item as excluded.
I haven't tested whether this covers migration assistant or not.
/usr/bin/tmutil addexclusion
may be another way to get there
We added tmutil
in #1531