Skip to content

Instantly share code, notes, and snippets.

@shinshin86
Created December 16, 2020 01:36
Show Gist options
  • Save shinshin86/22450ed185b05b19801c5a6f2ae0f027 to your computer and use it in GitHub Desktop.
Save shinshin86/22450ed185b05b19801c5a6f2ae0f027 to your computer and use it in GitHub Desktop.
Google Chrome profile backup shell script on macOS
# Google Chrome
zip -r chrome-profile-bk ~/Library/Application\ Support/Google/Chrome
# Google Chrome Canary
zip -r chrome-canary-profile-bk ~/Library/Application\ Support/Google/Chrome\ Canary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment