From 42caab6bdee42c602538bdf1ac0016651d3dcd19 Mon Sep 17 00:00:00 2001 From: Daniel Bretoi Date: Sat, 6 Nov 2021 21:32:18 -0700 Subject: [PATCH] Doc: CLI: update to include local filesystem sync (#5684) * terminal doc update to include local filesystem sync * fix typo --- readme/terminal.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme/terminal.md b/readme/terminal.md index 16d4e0b82..6b79680f6 100644 --- a/readme/terminal.md +++ b/readme/terminal.md @@ -135,6 +135,13 @@ When syncing with Dropbox, Joplin creates a sub-directory in Dropbox, in `/Apps/ To initiate the synchronisation process, type `:sync`. You will be asked to follow a link to authorise the application. +## Local filesystem synchronisation + +Local filesystem sync can be initiated after starting the joplin terminal app by using the [command-line mode](#command-line-mode) + + :config sync.target 2 + :config sync.2.path + ## OneDrive synchronisation When syncing with OneDrive, Joplin creates a sub-directory in OneDrive, in /Apps/Joplin and read/write the notes and notebooks from it. The application does not have access to anything outside this directory.