Chrome Code cache causing file backup errors and super long backups

Been having issues with the server, looks like chrome is doing something new with the Code Cache location and tons of temp files are getting included.

|07/28/20 12:30  |DEBUG  |HT: Copying file: "/mnt/UrBackupData/snip/200728-0904/c/Users/user/AppData/Local/Google/Chrome/User Data/Default/Code Cache/js/a9a6a9e9c3ab7c43_0"|
|---|---|---|
|07/28/20 12:30  |DEBUG  |Loading file patch for "a9b219f3946b7821_0"|
|07/28/20 12:30  |DEBUG  |GT: Loaded file "a9b219f3946b7821_0"|
|07/28/20 12:30  |DEBUG  |PT: Hashing file "a9b219f3946b7821_0"|
|07/28/20 12:30  |DEBUG  |HT: Copying file: "/mnt/UrBackupData/snip/200728-0904/c/Users/user/AppData/Local/Google/Chrome/User Data/Default/Code Cache/js/a9b219f3946b7821_0"|
|07/28/20 12:30  |DEBUG  |Loading file patch for "a9b5f6c09be605d3_0"|
|07/28/20 12:30  |DEBUG  |GT: Loaded file "a9b5f6c09be605d3_0"|
|07/28/20 12:30  |DEBUG  |PT: Hashing file "a9b5f6c09be605d3_0"|
|07/28/20 12:30  |DEBUG  |HT: Copying file: "/mnt/UrBackupData/snip/a/200728-0904/c/Users/user/AppData/Local/Google/Chrome/User Data/Default/Code Cache/js/a9b5f6c09be605d3_0"|

I’ve done a global exclude on the path for file backups ;*/AppData/Local/Google/Chrome/User Data/Default/Code Cache/*

Mac too: ;*/Library/Application Support/Google/Chrome/Default/*

Hope it helps someone else, I’m expecting Edge to start having issues at some point in the future as well.

Added to default excludes:

1 Like

If you have multiple Chrome Profiles, the paths are like this:

c/Users/user/AppData/Local/Google/Chrome/User Data/Default/Code Cache/js/a9b219f3946b7821_0"
c/Users/user/AppData/Local/Google/Chrome/User Data/Profile 1/Code Cache/js/a9b219f3946b7821_0"
c/Users/user/AppData/Local/Google/Chrome/User Data/Profile 2/Code Cache/js/a9b219f3946b7821_0"
c/Users/user/AppData/Local/Google/Chrome/User Data/Profile 3/Code Cache/js/a9b219f3946b7821_0"

Is ;*/AppData/Local/Google/Chrome/User Data/*/Code Cache/* valid?

Like this:

( : to only match a single path component)

1 Like