inkdrop-localdb-extract
v0.1.2
Published
Salvage data from a local database for Inkdrop
Downloads
5
Readme
Inkdrop Local Database Extractor
Salvage data from a local database for Inkdrop.
You can extract a data as backup files from the local database of Inkdrop.
Install
npm install -g inkdrop-localdb-extract
How to salvage data
inkdrop-localdb-extract
Options:
--version Show version number [boolean]
-s, --src The path to the source database directory
(ex: "~/Library/Application Support/inkdrop/db/56ab08396cec2c0f87492c9a0f005f86") [required]
-d, --dest The path to the destination directory [required]
--help Show help [boolean]
Your data directory can be found at the following path:
- on macOS:
~/Library/Application Support/inkdrop/db/<USER_ID>
- on Windows:
%APPDATA%/inkdrop/db/<USER_ID>
- on Linux:
~/.config/inkdrop/db/<USER_ID>
USER_ID
looks something like 56ab08396cec2c0f87492c9a0f005f86
.
For example:
inkdrop-localdb-extract --src /path/to/db --dest /path/to/store