Skip to content

Instantly share code, notes, and snippets.

@mcfunley
Created February 17, 2014 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcfunley/9057868 to your computer and use it in GitHub Desktop.
Save mcfunley/9057868 to your computer and use it in GitHub Desktop.
$ export EVERNOTE_USER=mcfunley
$ cd ~/Dropbox
$ mkdir evernote-backup
$ cd evernote-backup
$ cp -R ~/Library/Containers/com.evernote.Evernote/Data/Library/Application\ Support/Evernote/accounts/Evernote/$EVERNOTE_USER/content .
$ tar pczf notes.tgz content
$ rm -rf content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment