Exclude node_modules in Time Machine

项月亮
Aug 24, 2021

Command

find `pwd` -maxdepth 3 -type d -name 'node_modules' | xargs -n 1 tmutil addexclusion

--

--