- Published on
[evernote-backup](https://github.com/vzhd1701/evernote-backup)
> Quickly sync all your notes into the SQLite database for backup.
> Export all backed up notes in *.enex format, as notebooks or single notes.
```shell
pip install --user evernote-backup
```
## Step 1. Database initialization
By default, it will prompt you to enter your account credentials. You can provide them beforehand with `--user` and `--password` options.
...