Is there a possibility to schedule "Export all"?

Is there a way to "Export all" to a specific directory (filesystem over the network) on a specific schedule like a CRON? I am aware of Synchronise which is not what I am after. Thanks! :slight_smile:

For other support queries please indicate:

  • The version you are using. LATEST VERSION is not a version number!
    Joplin 2.11.11 (prod, linux) Sync Version: 3 Profile Version: 43

  • The operating system you are using.
    Ubuntu 20.04

Check out backup plugin

If you install the command line version you can do this

/usr/bin/joplin --profile ~/.config/joplin-desktop export --format jex ${BKUP_DIR}/$(date -Is | tr ':' '-').jex

Of course you'll need to define $BKUP_DIR. Put this in your cron and forget it.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.