Skip to content

Instantly share code, notes, and snippets.

@rspeicher
Forked from tekkub/gist:718449
Created November 30, 2010 01:15
Show Gist options
  • Save rspeicher/720957 to your computer and use it in GitHub Desktop.
Save rspeicher/720957 to your computer and use it in GitHub Desktop.
for year in 2010 2011 2012
do
for month in 01 02 03 04 05 06 07 08 09 10 11 12
do
sudo defaults write /Library/Preferences/com.apple.TimeMachine SkipPaths -array-add "~tsigo/Library/Application Support/Google/Chrome/Default/History Index $year-$month-journal"
sudo defaults write /Library/Preferences/com.apple.TimeMachine SkipPaths -array-add "~tsigo/Library/Application Support/Google/Chrome/Default/History Index $year-$month"
done
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment