Skip to content

Instantly share code, notes, and snippets.

@rspeicher
Forked from tekkub/gist:718449
Created November 30, 2010 01:15
Show Gist options
  • Select an option

  • Save rspeicher/720957 to your computer and use it in GitHub Desktop.

Select an option

Save rspeicher/720957 to your computer and use it in GitHub Desktop.

Revisions

  1. rspeicher revised this gist Nov 30, 2010. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@ 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"
    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
  2. @tekkub tekkub created this gist Nov 28, 2010.
    8 changes: 8 additions & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    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