[CLI] storage of notes

First make a backup of (undeleted) notes:

joplin-cli export --format="jex" ./backup.jex

Next,

  • joplin-cli config revisionService.ttlDays 1 (delete revisions and unlinked resources after 1 day)
    • I think that the minimum is 1
  • joplin-cli config revisionService.enabled false (disable revisions)

should work.

After restarting the app, old revisions (deleted more than a day ago) should be deleted after four or so seconds:

Unlinked resources will be deleted after slightly longer:

1 Like