We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$evernote-backup export output_dir/
where can I find the path of output_dir ?
The text was updated successfully, but these errors were encountered:
It will be in the same folder as the evernote-backup program.
evernote-backup
Sorry, something went wrong.
That's correct! The syntax for the command is as follows:
If no path is specified, the folder will default to the app's directory: $ evernote-backup export TestFolder
$ evernote-backup export TestFolder
To specify a relative path, you can use: $ evernote-backup export ../../../../Documents/TestFolder
$ evernote-backup export ../../../../Documents/TestFolder
For an absolute path, use: $ evernote-backup export /home/user/temp/TestFolder
$ evernote-backup export /home/user/temp/TestFolder
Tested with: evernote-backup: v1.9.3 Python: v3.10.12 Ubuntu: v22.04
v1.9.3
v3.10.12
v22.04
No branches or pull requests
Suggestion
$evernote-backup export output_dir/
where can I find the path of output_dir ?
The text was updated successfully, but these errors were encountered: