Created
November 28, 2010 00:50
-
-
Save tekkub/718449 to your computer and use it in GitHub Desktop.
TimeMachine chome history ignorance
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "~tekkub/Library/Application Support/Google/Chrome/Default/History Index $year-$month-journal" | |
sudo defaults write /Library/Preferences/com.apple.TimeMachine SkipPaths -array-add "~tekkub/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