Skip to content

Commit

Permalink
Add chrome code cache to default excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
uroni authored Jul 28, 2020
1 parent 5904dab commit a7a4f97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SetupWizard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@ void SetupWizard::finishSetup( EFileBackupChoice fileBackupChoice, EImageBackupC
pathsNotToBackup.push_back(L"C:\\Users\\:\\AppData\\Local\\Microsoft\\Windows\\Temporary Internet Files");
pathsNotToBackup.push_back(L"C:\\Users\\:\\AppData\\Local\\Google\\Chrome\\User Data\\Default\\Cache");
pathsNotToBackup.push_back(L"C:\\Users\\:\\AppData\\Local\\Google\\Chrome\\User Data\\Default\\Media Cache");
pathsNotToBackup.push_back(L"C:\\Users\\:\\AppData\\Local\\Google\\Chrome\\User Data\\Default\\Code Cache");
pathsNotToBackup.push_back(L"C:\\Users\\:\\AppData\\Local\\Microsoft\\Windows\\Explorer\\thumbcache*");
pathsNotToBackup.push_back(L"C:\\Users\\:\\AppData\\Local\\Mozilla\\Firefox\\Profiles\\:\\cache2");
pathsNotToBackup.push_back(L"C:\\Users\\:\\AppData\\Local\\Mozilla\\Firefox\\Profiles\\:\\cache");
Expand Down

0 comments on commit a7a4f97

Please sign in to comment.