From b1c4a24f1641253c2e37d573659d164a21acbfdd Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 27 Nov 2021 10:38:24 +0100 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index 95d743a..81a54f6 100644 --- a/FAQ.md +++ b/FAQ.md @@ -50,10 +50,10 @@ You can save this command into a `.sh` script file or make an alias. Do this sim # Can I use Dropbox / Google Drive / OneDrive to sync data across multiple computers. -The short answer is No. +No. -The general purpose applications are not suitable to sync database files which are open and being worked on by another application. The result is that they will corrupt the database file, resulting in data loss and this message in the logs: +These general purpose sync apps are not suitable to sync database files which are open and being worked on by another application. The result is that they will corrupt the database file, resulting in data loss and this message in the Trilium logs: > SqliteError: database disk image is malformed -The only supported way to sync Trilium's data across network is to use a [[sync/web server|Synchronization]]. \ No newline at end of file +The only supported way to sync Trilium's data across the network is to use a [[sync/web server|Synchronization]]. \ No newline at end of file