Replies: 2 comments 3 replies
-
Nevermind, got it, and it works beautifully. Thank you for building this tool! For anyone starting from absolute zero like I was, the following might help. On Windows:
Thanks again to the nice person who built this awesome tool! |
Beta Was this translation helpful? Give feedback.
-
Hello @deteeegit , i'm stuck at step 5, any idea why ? I have this issue when I use portable Windows, My login + password is correct, but the same error happens when they are wrong too. PS C:\Users\xxx\Documents\bin_evernote_backup_1.9.3_win_x64> .\evernote-backup.exe init-db I also tried reauth instead but got this message: Thank you for your help EDIT 15 August 24: |
Beta Was this translation helpful? Give feedback.
-
For anyone starting from absolute zero like I was, the following might help.
On Windows:
Download the binary. Note the directory/location of the download.
Unzip it into the same directory. Don't run it, just unzip it.
Open Powershelll with Admin rights.
In Powershell, change the working directory to the location of the downloaded and unzipped binary using the cd command, .
e.g. PS C:\WINDOWS\system32> cd /downloads
In Powershell, start the DATABASE with this command:
.\evernote-backup init-db
--let it finish
In Powershell, start the SYNC with this command:
.\evernote-backup sync
--let it finish
In Powershell, start the OUTPUT with this command:
.\evernote-backup export output_dir/
--let it finish. Your exported notebook .ENEXs will be in a folder callled output_dir located in the same the place where you unzipped the binary.
Thanks again to the nice person who built this awesome tool!
Beta Was this translation helpful? Give feedback.
All reactions