1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Doc: CLI: update to include local filesystem sync (#5684)

* terminal doc update to include local filesystem sync

* fix typo
This commit is contained in:
Daniel Bretoi 2021-11-06 21:32:18 -07:00 committed by GitHub
parent 01b63ad263
commit 42caab6bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <path to local sync dir>
## 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.