A plugin to extend Joplin with a manual and automatic backup function.
The plugin is installed as built-in plugin in Joplin version 2.14.6
and newer.
The built-in plugin cannot be updated via GUI, to update to a other version replace the built-in version.
- Download the latest released JPL package (
io.github.jackgruber.backup.jpl
) from here - Go to
Tools > Options > Plugins
in Joplin - Click on the gear wheel and select
Install from file
- Select the downloaded JPL file
- Restart Joplin
- Download the latest released JPL package (
io.github.jackgruber.backup.jpl
) from here - Close Joplin
- Got to your Joplin profile folder and place the JPL file in the
plugins
folder - Start Joplin
First configure the Plugin under Tools > Options > Backup
!
The plugin must be configured separately for each Joplin profile.
Backups can be created manually with the command Tools > Create backup
or are created automatically based on the configured interval.
The backup started manually by Create backup
respects all the settings except for the Backups interval in hours
.
Go to Tools > Options > Backup
Under Options > Keyboard Shortcuts
you can assign a keyboard shortcut for the following commands:
Create backup
- Notebooks as JEX export (Empty notebooks are not backed up)
- The
settings.json
(Joplin settings) - The
keymap-desktop.json
(Keyboard shortcuts) - The
userchrome.css
(Your Joplin customization) - The
userstyle.css
(Your Joplin customization) - The
templates
folder (Note templates) - The
plugin
folder (All installed plugins, no plugin settings!)
To restore the Settings, copy the desired files from <Backup Path>\Profile
to the Joplin directory .config\joplin-desktop
.
The exact path can be found in Joplin under Tools > Options > General
:
The notes are imported via File > Import > JEX - Joplin Export File
.
Individual notes cannot be restored from the JEX file!
The notes are imported additionally, no check for duplicates is performed. If the notebook in which the note was located already exists in your Joplin, then a "(1)" will be appended to the folder name.
- Create a new profile in Joplin via
File > Switch profile > Create new Profile
- Joplin switches automatically to the newly created profile
- Import the Backup via
File > Import > JEX - Joplin Export File
- Search for the desired note
- In the note overview, click on the note on the right and select
Export > JEX - Joplin Export File
- Save the file on your computer
- Switch back to your orginal Joplin profil via
File > Switch profile > Default
- Import the exported note via
File > Import > JEX - Joplin Export File
and select the file from step 6
See the guide for a Full Joplin restore
If several JEX files are imported and the notes have links to each other, these links will be lost. Therefore it is recommended to create a Single JEX Backup!
By combining the JEX files into one, the Joplin internal links will work again after the import.
- Open one of the JEX files in a ZIP program like 7-Zip
- Open a second JEX and add all files to the first JEX
- Repeat step 2 for all files
- Import first JEX which now contains all notes
A Joplin JEX Backup file is a tar archive which can be opened with any zip program that supports TAR archive. The file names in the archive correspond to the Joplin internal IDs.
A JEX backup file does not contain any note history (revisions). It contains the notebooks, notes and attachments as they were at the time the backup was made.
No, the backup must be configured for each profile. Profiles that are not active are not backed up, even if a backup has been configured.
Yes, the build-in version only gets updates with Joplin updates, but can be replaced as described in the Installation step.
No, because all items in the backup will get newunique IDs are assigned in Joplin during the import (however links between notes will be maintained). If this device is then synchronized with a synchronization target in which other clients already synchronize with the same notes, all notes are then available multiple times on the devices. Therefore, the same note is then available with different IDs in Joplin.
See CHANGELOG.md